public static final class V1.PodSpec extends com.google.protobuf.GeneratedMessageV3 implements V1.PodSpecOrBuilder
PodSpec is a description of a pod.Protobuf type
k8s.io.api.core.v1.PodSpec| Modifier and Type | Class and Description |
|---|---|
static class |
V1.PodSpec.Builder
PodSpec is a description of a pod.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Method and Description |
|---|---|
boolean |
containsNodeSelector(String key)
NodeSelector is a selector which must be true for the pod to fit on a node.
|
boolean |
equals(Object obj) |
long |
getActiveDeadlineSeconds()
Optional duration in seconds the pod may be active on the node relative to
StartTime before the system will actively try to mark it failed and kill associated containers.
|
V1.Affinity |
getAffinity()
If specified, the pod's scheduling constraints
+optional
|
V1.AffinityOrBuilder |
getAffinityOrBuilder()
If specified, the pod's scheduling constraints
+optional
|
boolean |
getAutomountServiceAccountToken()
AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.
|
V1.Container |
getContainers(int index)
List of containers belonging to the pod.
|
int |
getContainersCount()
List of containers belonging to the pod.
|
List<V1.Container> |
getContainersList()
List of containers belonging to the pod.
|
V1.ContainerOrBuilder |
getContainersOrBuilder(int index)
List of containers belonging to the pod.
|
List<? extends V1.ContainerOrBuilder> |
getContainersOrBuilderList()
List of containers belonging to the pod.
|
static V1.PodSpec |
getDefaultInstance() |
V1.PodSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDnsPolicy()
Set DNS policy for containers within the pod.
|
com.google.protobuf.ByteString |
getDnsPolicyBytes()
Set DNS policy for containers within the pod.
|
V1.HostAlias |
getHostAliases(int index)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
int |
getHostAliasesCount()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
List<V1.HostAlias> |
getHostAliasesList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.HostAliasOrBuilder |
getHostAliasesOrBuilder(int index)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
List<? extends V1.HostAliasOrBuilder> |
getHostAliasesOrBuilderList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
boolean |
getHostIPC()
Use the host's ipc namespace.
|
String |
getHostname()
Specifies the hostname of the Pod
If not specified, the pod's hostname will be set to a system-defined value.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Specifies the hostname of the Pod
If not specified, the pod's hostname will be set to a system-defined value.
|
boolean |
getHostNetwork()
Host networking requested for this pod.
|
boolean |
getHostPID()
Use the host's pid namespace.
|
V1.LocalObjectReference |
getImagePullSecrets(int index)
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
|
int |
getImagePullSecretsCount()
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
|
List<V1.LocalObjectReference> |
getImagePullSecretsList()
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
|
V1.LocalObjectReferenceOrBuilder |
getImagePullSecretsOrBuilder(int index)
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
|
List<? extends V1.LocalObjectReferenceOrBuilder> |
getImagePullSecretsOrBuilderList()
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec.
|
V1.Container |
getInitContainers(int index)
List of initialization containers belonging to the pod.
|
int |
getInitContainersCount()
List of initialization containers belonging to the pod.
|
List<V1.Container> |
getInitContainersList()
List of initialization containers belonging to the pod.
|
V1.ContainerOrBuilder |
getInitContainersOrBuilder(int index)
List of initialization containers belonging to the pod.
|
List<? extends V1.ContainerOrBuilder> |
getInitContainersOrBuilderList()
List of initialization containers belonging to the pod.
|
String |
getNodeName()
NodeName is a request to schedule this pod onto a specific node.
|
com.google.protobuf.ByteString |
getNodeNameBytes()
NodeName is a request to schedule this pod onto a specific node.
|
Map<String,String> |
getNodeSelector()
Deprecated.
|
int |
getNodeSelectorCount()
NodeSelector is a selector which must be true for the pod to fit on a node.
|
Map<String,String> |
getNodeSelectorMap()
NodeSelector is a selector which must be true for the pod to fit on a node.
|
String |
getNodeSelectorOrDefault(String key,
String defaultValue)
NodeSelector is a selector which must be true for the pod to fit on a node.
|
String |
getNodeSelectorOrThrow(String key)
NodeSelector is a selector which must be true for the pod to fit on a node.
|
com.google.protobuf.Parser<V1.PodSpec> |
getParserForType() |
int |
getPriority()
The priority value.
|
String |
getPriorityClassName()
If specified, indicates the pod's priority.
|
com.google.protobuf.ByteString |
getPriorityClassNameBytes()
If specified, indicates the pod's priority.
|
String |
getRestartPolicy()
Restart policy for all containers within the pod.
|
com.google.protobuf.ByteString |
getRestartPolicyBytes()
Restart policy for all containers within the pod.
|
String |
getSchedulerName()
If specified, the pod will be dispatched by specified scheduler.
|
com.google.protobuf.ByteString |
getSchedulerNameBytes()
If specified, the pod will be dispatched by specified scheduler.
|
V1.PodSecurityContext |
getSecurityContext()
SecurityContext holds pod-level security attributes and common container settings.
|
V1.PodSecurityContextOrBuilder |
getSecurityContextOrBuilder()
SecurityContext holds pod-level security attributes and common container settings.
|
int |
getSerializedSize() |
String |
getServiceAccount()
DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
String |
getServiceAccountName()
ServiceAccountName is the name of the ServiceAccount to use to run this pod.
|
com.google.protobuf.ByteString |
getServiceAccountNameBytes()
ServiceAccountName is the name of the ServiceAccount to use to run this pod.
|
String |
getSubdomain()
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>".
|
com.google.protobuf.ByteString |
getSubdomainBytes()
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>".
|
long |
getTerminationGracePeriodSeconds()
Optional duration in seconds the pod needs to terminate gracefully.
|
V1.Toleration |
getTolerations(int index)
If specified, the pod's tolerations.
|
int |
getTolerationsCount()
If specified, the pod's tolerations.
|
List<V1.Toleration> |
getTolerationsList()
If specified, the pod's tolerations.
|
V1.TolerationOrBuilder |
getTolerationsOrBuilder(int index)
If specified, the pod's tolerations.
|
List<? extends V1.TolerationOrBuilder> |
getTolerationsOrBuilderList()
If specified, the pod's tolerations.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
V1.Volume |
getVolumes(int index)
List of volumes that can be mounted by containers belonging to the pod.
|
int |
getVolumesCount()
List of volumes that can be mounted by containers belonging to the pod.
|
List<V1.Volume> |
getVolumesList()
List of volumes that can be mounted by containers belonging to the pod.
|
V1.VolumeOrBuilder |
getVolumesOrBuilder(int index)
List of volumes that can be mounted by containers belonging to the pod.
|
List<? extends V1.VolumeOrBuilder> |
getVolumesOrBuilderList()
List of volumes that can be mounted by containers belonging to the pod.
|
boolean |
hasActiveDeadlineSeconds()
Optional duration in seconds the pod may be active on the node relative to
StartTime before the system will actively try to mark it failed and kill associated containers.
|
boolean |
hasAffinity()
If specified, the pod's scheduling constraints
+optional
|
boolean |
hasAutomountServiceAccountToken()
AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.
|
boolean |
hasDnsPolicy()
Set DNS policy for containers within the pod.
|
int |
hashCode() |
boolean |
hasHostIPC()
Use the host's ipc namespace.
|
boolean |
hasHostname()
Specifies the hostname of the Pod
If not specified, the pod's hostname will be set to a system-defined value.
|
boolean |
hasHostNetwork()
Host networking requested for this pod.
|
boolean |
hasHostPID()
Use the host's pid namespace.
|
boolean |
hasNodeName()
NodeName is a request to schedule this pod onto a specific node.
|
boolean |
hasPriority()
The priority value.
|
boolean |
hasPriorityClassName()
If specified, indicates the pod's priority.
|
boolean |
hasRestartPolicy()
Restart policy for all containers within the pod.
|
boolean |
hasSchedulerName()
If specified, the pod will be dispatched by specified scheduler.
|
boolean |
hasSecurityContext()
SecurityContext holds pod-level security attributes and common container settings.
|
boolean |
hasServiceAccount()
DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
boolean |
hasServiceAccountName()
ServiceAccountName is the name of the ServiceAccount to use to run this pod.
|
boolean |
hasSubdomain()
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>".
|
boolean |
hasTerminationGracePeriodSeconds()
Optional duration in seconds the pod needs to terminate gracefully.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static V1.PodSpec.Builder |
newBuilder() |
static V1.PodSpec.Builder |
newBuilder(V1.PodSpec prototype) |
V1.PodSpec.Builder |
newBuilderForType() |
protected V1.PodSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1.PodSpec |
parseDelimitedFrom(InputStream input) |
static V1.PodSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
parseFrom(byte[] data) |
static V1.PodSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
parseFrom(ByteBuffer data) |
static V1.PodSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
parseFrom(com.google.protobuf.ByteString data) |
static V1.PodSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.PodSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
parseFrom(InputStream input) |
static V1.PodSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1.PodSpec> |
parser() |
V1.PodSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int VOLUMES_FIELD_NUMBER
public static final int INITCONTAINERS_FIELD_NUMBER
public static final int CONTAINERS_FIELD_NUMBER
public static final int RESTARTPOLICY_FIELD_NUMBER
public static final int TERMINATIONGRACEPERIODSECONDS_FIELD_NUMBER
public static final int ACTIVEDEADLINESECONDS_FIELD_NUMBER
public static final int DNSPOLICY_FIELD_NUMBER
public static final int NODESELECTOR_FIELD_NUMBER
public static final int SERVICEACCOUNTNAME_FIELD_NUMBER
public static final int SERVICEACCOUNT_FIELD_NUMBER
public static final int AUTOMOUNTSERVICEACCOUNTTOKEN_FIELD_NUMBER
public static final int NODENAME_FIELD_NUMBER
public static final int HOSTNETWORK_FIELD_NUMBER
public static final int HOSTPID_FIELD_NUMBER
public static final int HOSTIPC_FIELD_NUMBER
public static final int SECURITYCONTEXT_FIELD_NUMBER
public static final int IMAGEPULLSECRETS_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
public static final int SUBDOMAIN_FIELD_NUMBER
public static final int AFFINITY_FIELD_NUMBER
public static final int SCHEDULERNAME_FIELD_NUMBER
public static final int TOLERATIONS_FIELD_NUMBER
public static final int HOSTALIASES_FIELD_NUMBER
public static final int PRIORITYCLASSNAME_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1.PodSpec> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<V1.Volume> getVolumesList()
List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Volume volumes = 1;getVolumesList in interface V1.PodSpecOrBuilderpublic List<? extends V1.VolumeOrBuilder> getVolumesOrBuilderList()
List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Volume volumes = 1;getVolumesOrBuilderList in interface V1.PodSpecOrBuilderpublic int getVolumesCount()
List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Volume volumes = 1;getVolumesCount in interface V1.PodSpecOrBuilderpublic V1.Volume getVolumes(int index)
List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Volume volumes = 1;getVolumes in interface V1.PodSpecOrBuilderpublic V1.VolumeOrBuilder getVolumesOrBuilder(int index)
List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Volume volumes = 1;getVolumesOrBuilder in interface V1.PodSpecOrBuilderpublic List<V1.Container> getInitContainersList()
List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container initContainers = 20;getInitContainersList in interface V1.PodSpecOrBuilderpublic List<? extends V1.ContainerOrBuilder> getInitContainersOrBuilderList()
List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container initContainers = 20;getInitContainersOrBuilderList in interface V1.PodSpecOrBuilderpublic int getInitContainersCount()
List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container initContainers = 20;getInitContainersCount in interface V1.PodSpecOrBuilderpublic V1.Container getInitContainers(int index)
List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container initContainers = 20;getInitContainers in interface V1.PodSpecOrBuilderpublic V1.ContainerOrBuilder getInitContainersOrBuilder(int index)
List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container initContainers = 20;getInitContainersOrBuilder in interface V1.PodSpecOrBuilderpublic List<V1.Container> getContainersList()
List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container containers = 2;getContainersList in interface V1.PodSpecOrBuilderpublic List<? extends V1.ContainerOrBuilder> getContainersOrBuilderList()
List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container containers = 2;getContainersOrBuilderList in interface V1.PodSpecOrBuilderpublic int getContainersCount()
List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container containers = 2;getContainersCount in interface V1.PodSpecOrBuilderpublic V1.Container getContainers(int index)
List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container containers = 2;getContainers in interface V1.PodSpecOrBuilderpublic V1.ContainerOrBuilder getContainersOrBuilder(int index)
List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.Container containers = 2;getContainersOrBuilder in interface V1.PodSpecOrBuilderpublic boolean hasRestartPolicy()
Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy +optional
optional string restartPolicy = 3;hasRestartPolicy in interface V1.PodSpecOrBuilderpublic String getRestartPolicy()
Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy +optional
optional string restartPolicy = 3;getRestartPolicy in interface V1.PodSpecOrBuilderpublic com.google.protobuf.ByteString getRestartPolicyBytes()
Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy +optional
optional string restartPolicy = 3;getRestartPolicyBytes in interface V1.PodSpecOrBuilderpublic boolean hasTerminationGracePeriodSeconds()
Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. +optional
optional int64 terminationGracePeriodSeconds = 4;hasTerminationGracePeriodSeconds in interface V1.PodSpecOrBuilderpublic long getTerminationGracePeriodSeconds()
Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. +optional
optional int64 terminationGracePeriodSeconds = 4;getTerminationGracePeriodSeconds in interface V1.PodSpecOrBuilderpublic boolean hasActiveDeadlineSeconds()
Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer. +optional
optional int64 activeDeadlineSeconds = 5;hasActiveDeadlineSeconds in interface V1.PodSpecOrBuilderpublic long getActiveDeadlineSeconds()
Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer. +optional
optional int64 activeDeadlineSeconds = 5;getActiveDeadlineSeconds in interface V1.PodSpecOrBuilderpublic boolean hasDnsPolicy()
Set DNS policy for containers within the pod. One of 'ClusterFirstWithHostNet', 'ClusterFirst' or 'Default'. Defaults to "ClusterFirst". To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'. +optional
optional string dnsPolicy = 6;hasDnsPolicy in interface V1.PodSpecOrBuilderpublic String getDnsPolicy()
Set DNS policy for containers within the pod. One of 'ClusterFirstWithHostNet', 'ClusterFirst' or 'Default'. Defaults to "ClusterFirst". To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'. +optional
optional string dnsPolicy = 6;getDnsPolicy in interface V1.PodSpecOrBuilderpublic com.google.protobuf.ByteString getDnsPolicyBytes()
Set DNS policy for containers within the pod. One of 'ClusterFirstWithHostNet', 'ClusterFirst' or 'Default'. Defaults to "ClusterFirst". To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'. +optional
optional string dnsPolicy = 6;getDnsPolicyBytes in interface V1.PodSpecOrBuilderpublic int getNodeSelectorCount()
V1.PodSpecOrBuilderNodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ +optional
map<string, string> nodeSelector = 7;getNodeSelectorCount in interface V1.PodSpecOrBuilderpublic boolean containsNodeSelector(String key)
NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ +optional
map<string, string> nodeSelector = 7;containsNodeSelector in interface V1.PodSpecOrBuilder@Deprecated public Map<String,String> getNodeSelector()
getNodeSelectorMap() instead.getNodeSelector in interface V1.PodSpecOrBuilderpublic Map<String,String> getNodeSelectorMap()
NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ +optional
map<string, string> nodeSelector = 7;getNodeSelectorMap in interface V1.PodSpecOrBuilderpublic String getNodeSelectorOrDefault(String key, String defaultValue)
NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ +optional
map<string, string> nodeSelector = 7;getNodeSelectorOrDefault in interface V1.PodSpecOrBuilderpublic String getNodeSelectorOrThrow(String key)
NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ +optional
map<string, string> nodeSelector = 7;getNodeSelectorOrThrow in interface V1.PodSpecOrBuilderpublic boolean hasServiceAccountName()
ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ +optional
optional string serviceAccountName = 8;hasServiceAccountName in interface V1.PodSpecOrBuilderpublic String getServiceAccountName()
ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ +optional
optional string serviceAccountName = 8;getServiceAccountName in interface V1.PodSpecOrBuilderpublic com.google.protobuf.ByteString getServiceAccountNameBytes()
ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ +optional
optional string serviceAccountName = 8;getServiceAccountNameBytes in interface V1.PodSpecOrBuilderpublic boolean hasServiceAccount()
DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. +k8s:conversion-gen=false +optional
optional string serviceAccount = 9;hasServiceAccount in interface V1.PodSpecOrBuilderpublic String getServiceAccount()
DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. +k8s:conversion-gen=false +optional
optional string serviceAccount = 9;getServiceAccount in interface V1.PodSpecOrBuilderpublic com.google.protobuf.ByteString getServiceAccountBytes()
DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. +k8s:conversion-gen=false +optional
optional string serviceAccount = 9;getServiceAccountBytes in interface V1.PodSpecOrBuilderpublic boolean hasAutomountServiceAccountToken()
AutomountServiceAccountToken indicates whether a service account token should be automatically mounted. +optional
optional bool automountServiceAccountToken = 21;hasAutomountServiceAccountToken in interface V1.PodSpecOrBuilderpublic boolean getAutomountServiceAccountToken()
AutomountServiceAccountToken indicates whether a service account token should be automatically mounted. +optional
optional bool automountServiceAccountToken = 21;getAutomountServiceAccountToken in interface V1.PodSpecOrBuilderpublic boolean hasNodeName()
NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements. +optional
optional string nodeName = 10;hasNodeName in interface V1.PodSpecOrBuilderpublic String getNodeName()
NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements. +optional
optional string nodeName = 10;getNodeName in interface V1.PodSpecOrBuilderpublic com.google.protobuf.ByteString getNodeNameBytes()
NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements. +optional
optional string nodeName = 10;getNodeNameBytes in interface V1.PodSpecOrBuilderpublic boolean hasHostNetwork()
Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false. +k8s:conversion-gen=false +optional
optional bool hostNetwork = 11;hasHostNetwork in interface V1.PodSpecOrBuilderpublic boolean getHostNetwork()
Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false. +k8s:conversion-gen=false +optional
optional bool hostNetwork = 11;getHostNetwork in interface V1.PodSpecOrBuilderpublic boolean hasHostPID()
Use the host's pid namespace. Optional: Default to false. +k8s:conversion-gen=false +optional
optional bool hostPID = 12;hasHostPID in interface V1.PodSpecOrBuilderpublic boolean getHostPID()
Use the host's pid namespace. Optional: Default to false. +k8s:conversion-gen=false +optional
optional bool hostPID = 12;getHostPID in interface V1.PodSpecOrBuilderpublic boolean hasHostIPC()
Use the host's ipc namespace. Optional: Default to false. +k8s:conversion-gen=false +optional
optional bool hostIPC = 13;hasHostIPC in interface V1.PodSpecOrBuilderpublic boolean getHostIPC()
Use the host's ipc namespace. Optional: Default to false. +k8s:conversion-gen=false +optional
optional bool hostIPC = 13;getHostIPC in interface V1.PodSpecOrBuilderpublic boolean hasSecurityContext()
SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field. +optional
optional .k8s.io.api.core.v1.PodSecurityContext securityContext = 14;hasSecurityContext in interface V1.PodSpecOrBuilderpublic V1.PodSecurityContext getSecurityContext()
SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field. +optional
optional .k8s.io.api.core.v1.PodSecurityContext securityContext = 14;getSecurityContext in interface V1.PodSpecOrBuilderpublic V1.PodSecurityContextOrBuilder getSecurityContextOrBuilder()
SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field. +optional
optional .k8s.io.api.core.v1.PodSecurityContext securityContext = 14;getSecurityContextOrBuilder in interface V1.PodSpecOrBuilderpublic List<V1.LocalObjectReference> getImagePullSecretsList()
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 15;getImagePullSecretsList in interface V1.PodSpecOrBuilderpublic List<? extends V1.LocalObjectReferenceOrBuilder> getImagePullSecretsOrBuilderList()
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 15;getImagePullSecretsOrBuilderList in interface V1.PodSpecOrBuilderpublic int getImagePullSecretsCount()
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 15;getImagePullSecretsCount in interface V1.PodSpecOrBuilderpublic V1.LocalObjectReference getImagePullSecrets(int index)
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 15;getImagePullSecrets in interface V1.PodSpecOrBuilderpublic V1.LocalObjectReferenceOrBuilder getImagePullSecretsOrBuilder(int index)
ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 15;getImagePullSecretsOrBuilder in interface V1.PodSpecOrBuilderpublic boolean hasHostname()
Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value. +optional
optional string hostname = 16;hasHostname in interface V1.PodSpecOrBuilderpublic String getHostname()
Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value. +optional
optional string hostname = 16;getHostname in interface V1.PodSpecOrBuilderpublic com.google.protobuf.ByteString getHostnameBytes()
Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value. +optional
optional string hostname = 16;getHostnameBytes in interface V1.PodSpecOrBuilderpublic boolean hasSubdomain()
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all. +optional
optional string subdomain = 17;hasSubdomain in interface V1.PodSpecOrBuilderpublic String getSubdomain()
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all. +optional
optional string subdomain = 17;getSubdomain in interface V1.PodSpecOrBuilderpublic com.google.protobuf.ByteString getSubdomainBytes()
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all. +optional
optional string subdomain = 17;getSubdomainBytes in interface V1.PodSpecOrBuilderpublic boolean hasAffinity()
If specified, the pod's scheduling constraints +optional
optional .k8s.io.api.core.v1.Affinity affinity = 18;hasAffinity in interface V1.PodSpecOrBuilderpublic V1.Affinity getAffinity()
If specified, the pod's scheduling constraints +optional
optional .k8s.io.api.core.v1.Affinity affinity = 18;getAffinity in interface V1.PodSpecOrBuilderpublic V1.AffinityOrBuilder getAffinityOrBuilder()
If specified, the pod's scheduling constraints +optional
optional .k8s.io.api.core.v1.Affinity affinity = 18;getAffinityOrBuilder in interface V1.PodSpecOrBuilderpublic boolean hasSchedulerName()
If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. +optional
optional string schedulerName = 19;hasSchedulerName in interface V1.PodSpecOrBuilderpublic String getSchedulerName()
If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. +optional
optional string schedulerName = 19;getSchedulerName in interface V1.PodSpecOrBuilderpublic com.google.protobuf.ByteString getSchedulerNameBytes()
If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. +optional
optional string schedulerName = 19;getSchedulerNameBytes in interface V1.PodSpecOrBuilderpublic List<V1.Toleration> getTolerationsList()
If specified, the pod's tolerations. +optional
repeated .k8s.io.api.core.v1.Toleration tolerations = 22;getTolerationsList in interface V1.PodSpecOrBuilderpublic List<? extends V1.TolerationOrBuilder> getTolerationsOrBuilderList()
If specified, the pod's tolerations. +optional
repeated .k8s.io.api.core.v1.Toleration tolerations = 22;getTolerationsOrBuilderList in interface V1.PodSpecOrBuilderpublic int getTolerationsCount()
If specified, the pod's tolerations. +optional
repeated .k8s.io.api.core.v1.Toleration tolerations = 22;getTolerationsCount in interface V1.PodSpecOrBuilderpublic V1.Toleration getTolerations(int index)
If specified, the pod's tolerations. +optional
repeated .k8s.io.api.core.v1.Toleration tolerations = 22;getTolerations in interface V1.PodSpecOrBuilderpublic V1.TolerationOrBuilder getTolerationsOrBuilder(int index)
If specified, the pod's tolerations. +optional
repeated .k8s.io.api.core.v1.Toleration tolerations = 22;getTolerationsOrBuilder in interface V1.PodSpecOrBuilderpublic List<V1.HostAlias> getHostAliasesList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. +optional +patchMergeKey=ip +patchStrategy=merge
repeated .k8s.io.api.core.v1.HostAlias hostAliases = 23;getHostAliasesList in interface V1.PodSpecOrBuilderpublic List<? extends V1.HostAliasOrBuilder> getHostAliasesOrBuilderList()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. +optional +patchMergeKey=ip +patchStrategy=merge
repeated .k8s.io.api.core.v1.HostAlias hostAliases = 23;getHostAliasesOrBuilderList in interface V1.PodSpecOrBuilderpublic int getHostAliasesCount()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. +optional +patchMergeKey=ip +patchStrategy=merge
repeated .k8s.io.api.core.v1.HostAlias hostAliases = 23;getHostAliasesCount in interface V1.PodSpecOrBuilderpublic V1.HostAlias getHostAliases(int index)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. +optional +patchMergeKey=ip +patchStrategy=merge
repeated .k8s.io.api.core.v1.HostAlias hostAliases = 23;getHostAliases in interface V1.PodSpecOrBuilderpublic V1.HostAliasOrBuilder getHostAliasesOrBuilder(int index)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. +optional +patchMergeKey=ip +patchStrategy=merge
repeated .k8s.io.api.core.v1.HostAlias hostAliases = 23;getHostAliasesOrBuilder in interface V1.PodSpecOrBuilderpublic boolean hasPriorityClassName()
If specified, indicates the pod's priority. "SYSTEM" is a special keyword which indicates the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. +optional
optional string priorityClassName = 24;hasPriorityClassName in interface V1.PodSpecOrBuilderpublic String getPriorityClassName()
If specified, indicates the pod's priority. "SYSTEM" is a special keyword which indicates the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. +optional
optional string priorityClassName = 24;getPriorityClassName in interface V1.PodSpecOrBuilderpublic com.google.protobuf.ByteString getPriorityClassNameBytes()
If specified, indicates the pod's priority. "SYSTEM" is a special keyword which indicates the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. +optional
optional string priorityClassName = 24;getPriorityClassNameBytes in interface V1.PodSpecOrBuilderpublic boolean hasPriority()
The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority. +optional
optional int32 priority = 25;hasPriority in interface V1.PodSpecOrBuilderpublic int getPriority()
The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority. +optional
optional int32 priority = 25;getPriority in interface V1.PodSpecOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1.PodSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PodSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PodSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PodSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PodSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PodSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.PodSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1.PodSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.PodSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1.PodSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.PodSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1.PodSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1.PodSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1.PodSpec.Builder newBuilder()
public static V1.PodSpec.Builder newBuilder(V1.PodSpec prototype)
public V1.PodSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1.PodSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1.PodSpec getDefaultInstance()
public static com.google.protobuf.Parser<V1.PodSpec> parser()
public com.google.protobuf.Parser<V1.PodSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1.PodSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018. All rights reserved.