| Modifier and Type | Method and Description |
|---|---|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.addAllFinalizers(Iterable<String> values)
Must be empty before the object is deleted from the registry.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.addAllOwnerReferences(Iterable<? extends Meta.OwnerReference> values)
List of objects depended by this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.addFinalizers(String value)
Must be empty before the object is deleted from the registry.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.addFinalizersBytes(com.google.protobuf.ByteString value)
Must be empty before the object is deleted from the registry.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.addOwnerReferences(int index,
Meta.OwnerReference.Builder builderForValue)
List of objects depended by this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.addOwnerReferences(int index,
Meta.OwnerReference value)
List of objects depended by this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.addOwnerReferences(Meta.OwnerReference.Builder builderForValue)
List of objects depended by this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.addOwnerReferences(Meta.OwnerReference value)
List of objects depended by this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clear() |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearAnnotations() |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearClusterName()
The name of the cluster which the object belongs to.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearCreationTimestamp()
CreationTimestamp is a timestamp representing the server time when this object was
created.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearDeletionGracePeriodSeconds()
Number of seconds allowed for this object to gracefully terminate before
it will be removed from the system.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearDeletionTimestamp()
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearFinalizers()
Must be empty before the object is deleted from the registry.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearGenerateName()
GenerateName is an optional prefix, used by the server, to generate a unique
name ONLY IF the Name field has not been provided.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearGeneration()
A sequence number representing a specific generation of the desired state.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearInitializers()
An initializer is a controller which enforces some system invariant at object creation time.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearLabels() |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearName()
Name must be unique within a namespace.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearNamespace()
Namespace defines the space within each name must be unique.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearOwnerReferences()
List of objects depended by this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearResourceVersion()
An opaque value that represents the internal version of this object that can
be used by clients to determine when objects have changed.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearSelfLink()
SelfLink is a URL representing this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clearUid()
UID is the unique in time and space value for this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.clone() |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.mergeCreationTimestamp(Meta.Time value)
CreationTimestamp is a timestamp representing the server time when this object was
created.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.mergeDeletionTimestamp(Meta.Time value)
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.mergeFrom(V1.ObjectMeta other) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.mergeInitializers(Meta.Initializers value)
An initializer is a controller which enforces some system invariant at object creation time.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.ObjectMeta.Builder |
V1.ObjectMeta.newBuilder() |
static V1.ObjectMeta.Builder |
V1.ObjectMeta.newBuilder(V1.ObjectMeta prototype) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.newBuilderForType() |
protected V1.ObjectMeta.Builder |
V1.ObjectMeta.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.putAllAnnotations(Map<String,String> values)
Annotations is an unstructured key value map stored with a resource that may be
set by external tools to store and retrieve arbitrary metadata.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.putAllLabels(Map<String,String> values)
Map of string keys and values that can be used to organize and categorize
(scope and select) objects.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.putAnnotations(String key,
String value)
Annotations is an unstructured key value map stored with a resource that may be
set by external tools to store and retrieve arbitrary metadata.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.putLabels(String key,
String value)
Map of string keys and values that can be used to organize and categorize
(scope and select) objects.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.removeAnnotations(String key)
Annotations is an unstructured key value map stored with a resource that may be
set by external tools to store and retrieve arbitrary metadata.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.removeLabels(String key)
Map of string keys and values that can be used to organize and categorize
(scope and select) objects.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.removeOwnerReferences(int index)
List of objects depended by this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setClusterName(String value)
The name of the cluster which the object belongs to.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setClusterNameBytes(com.google.protobuf.ByteString value)
The name of the cluster which the object belongs to.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setCreationTimestamp(Meta.Time.Builder builderForValue)
CreationTimestamp is a timestamp representing the server time when this object was
created.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setCreationTimestamp(Meta.Time value)
CreationTimestamp is a timestamp representing the server time when this object was
created.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setDeletionGracePeriodSeconds(long value)
Number of seconds allowed for this object to gracefully terminate before
it will be removed from the system.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setDeletionTimestamp(Meta.Time.Builder builderForValue)
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setDeletionTimestamp(Meta.Time value)
DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setFinalizers(int index,
String value)
Must be empty before the object is deleted from the registry.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setGenerateName(String value)
GenerateName is an optional prefix, used by the server, to generate a unique
name ONLY IF the Name field has not been provided.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setGenerateNameBytes(com.google.protobuf.ByteString value)
GenerateName is an optional prefix, used by the server, to generate a unique
name ONLY IF the Name field has not been provided.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setGeneration(long value)
A sequence number representing a specific generation of the desired state.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setInitializers(Meta.Initializers.Builder builderForValue)
An initializer is a controller which enforces some system invariant at object creation time.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setInitializers(Meta.Initializers value)
An initializer is a controller which enforces some system invariant at object creation time.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setName(String value)
Name must be unique within a namespace.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setNameBytes(com.google.protobuf.ByteString value)
Name must be unique within a namespace.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setNamespace(String value)
Namespace defines the space within each name must be unique.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setNamespaceBytes(com.google.protobuf.ByteString value)
Namespace defines the space within each name must be unique.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setOwnerReferences(int index,
Meta.OwnerReference.Builder builderForValue)
List of objects depended by this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setOwnerReferences(int index,
Meta.OwnerReference value)
List of objects depended by this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setResourceVersion(String value)
An opaque value that represents the internal version of this object that can
be used by clients to determine when objects have changed.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setResourceVersionBytes(com.google.protobuf.ByteString value)
An opaque value that represents the internal version of this object that can
be used by clients to determine when objects have changed.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setSelfLink(String value)
SelfLink is a URL representing this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setSelfLinkBytes(com.google.protobuf.ByteString value)
SelfLink is a URL representing this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setUid(String value)
UID is the unique in time and space value for this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setUidBytes(com.google.protobuf.ByteString value)
UID is the unique in time and space value for this object.
|
V1.ObjectMeta.Builder |
V1.ObjectMeta.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.ObjectMeta.Builder |
V1.ObjectMeta.toBuilder() |
Copyright © 2018. All rights reserved.