| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllContainers(Iterable<? extends V1.Container> values)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllHostAliases(Iterable<? extends V1.HostAlias> values)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllImagePullSecrets(Iterable<? extends V1.LocalObjectReference> values)
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.PodSpec.Builder |
V1.PodSpec.Builder.addAllInitContainers(Iterable<? extends V1.Container> values)
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllReadinessGates(Iterable<? extends V1.PodReadinessGate> values)
If specified, all readiness gates will be evaluated for pod readiness.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllTolerations(Iterable<? extends V1.Toleration> values)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllVolumes(Iterable<? extends V1.Volume> values)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addContainers(int index,
V1.Container.Builder builderForValue)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addContainers(int index,
V1.Container value)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addContainers(V1.Container.Builder builderForValue)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addContainers(V1.Container value)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addHostAliases(int index,
V1.HostAlias.Builder builderForValue)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addHostAliases(int index,
V1.HostAlias value)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addHostAliases(V1.HostAlias.Builder builderForValue)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addHostAliases(V1.HostAlias value)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addImagePullSecrets(int index,
V1.LocalObjectReference.Builder builderForValue)
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.PodSpec.Builder |
V1.PodSpec.Builder.addImagePullSecrets(int index,
V1.LocalObjectReference value)
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.PodSpec.Builder |
V1.PodSpec.Builder.addImagePullSecrets(V1.LocalObjectReference.Builder builderForValue)
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.PodSpec.Builder |
V1.PodSpec.Builder.addImagePullSecrets(V1.LocalObjectReference value)
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.PodSpec.Builder |
V1.PodSpec.Builder.addInitContainers(int index,
V1.Container.Builder builderForValue)
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addInitContainers(int index,
V1.Container value)
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addInitContainers(V1.Container.Builder builderForValue)
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addInitContainers(V1.Container value)
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addReadinessGates(int index,
V1.PodReadinessGate.Builder builderForValue)
If specified, all readiness gates will be evaluated for pod readiness.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addReadinessGates(int index,
V1.PodReadinessGate value)
If specified, all readiness gates will be evaluated for pod readiness.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addReadinessGates(V1.PodReadinessGate.Builder builderForValue)
If specified, all readiness gates will be evaluated for pod readiness.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addReadinessGates(V1.PodReadinessGate value)
If specified, all readiness gates will be evaluated for pod readiness.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.addTolerations(int index,
V1.Toleration.Builder builderForValue)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addTolerations(int index,
V1.Toleration value)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addTolerations(V1.Toleration.Builder builderForValue)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addTolerations(V1.Toleration value)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addVolumes(int index,
V1.Volume.Builder builderForValue)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addVolumes(int index,
V1.Volume value)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addVolumes(V1.Volume.Builder builderForValue)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addVolumes(V1.Volume value)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clear() |
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearActiveDeadlineSeconds()
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.PodSpec.Builder |
V1.PodSpec.Builder.clearAffinity()
If specified, the pod's scheduling constraints
+optional
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearAutomountServiceAccountToken()
AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearContainers()
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearDnsConfig()
Specifies the DNS parameters of a pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearDnsPolicy()
Set DNS policy for the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearEnableServiceLinks()
EnableServiceLinks indicates whether information about services should be injected into pod's
environment variables, matching the syntax of Docker links.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearHostAliases()
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearHostIPC()
Use the host's ipc namespace.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearHostname()
Specifies the hostname of the Pod
If not specified, the pod's hostname will be set to a system-defined value.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearHostNetwork()
Host networking requested for this pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearHostPID()
Use the host's pid namespace.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearImagePullSecrets()
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.PodSpec.Builder |
V1.PodSpec.Builder.clearInitContainers()
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearNodeName()
NodeName is a request to schedule this pod onto a specific node.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearNodeSelector() |
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearPriority()
The priority value.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearPriorityClassName()
If specified, indicates the pod's priority.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearReadinessGates()
If specified, all readiness gates will be evaluated for pod readiness.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearRestartPolicy()
Restart policy for all containers within the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearRuntimeClassName()
RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used
to run this pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearSchedulerName()
If specified, the pod will be dispatched by specified scheduler.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearSecurityContext()
SecurityContext holds pod-level security attributes and common container settings.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearServiceAccount()
DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearServiceAccountName()
ServiceAccountName is the name of the ServiceAccount to use to run this pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearShareProcessNamespace()
Share a single process namespace between all of the containers in a pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearSubdomain()
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>".
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearTerminationGracePeriodSeconds()
Optional duration in seconds the pod needs to terminate gracefully.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearTolerations()
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clearVolumes()
List of volumes that can be mounted by containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.clone() |
V1.PodSpec.Builder |
V1.Pod.Builder.getSpecBuilder()
Specification of the desired behavior of the pod.
|
V1.PodSpec.Builder |
V1.PodTemplateSpec.Builder.getSpecBuilder()
Specification of the desired behavior of the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.mergeAffinity(V1.Affinity value)
If specified, the pod's scheduling constraints
+optional
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.mergeDnsConfig(V1.PodDNSConfig value)
Specifies the DNS parameters of a pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.mergeFrom(V1.PodSpec other) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.mergeSecurityContext(V1.PodSecurityContext value)
SecurityContext holds pod-level security attributes and common container settings.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.PodSpec.Builder |
V1.PodSpec.newBuilder() |
static V1.PodSpec.Builder |
V1.PodSpec.newBuilder(V1.PodSpec prototype) |
V1.PodSpec.Builder |
V1.PodSpec.newBuilderForType() |
protected V1.PodSpec.Builder |
V1.PodSpec.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.putAllNodeSelector(Map<String,String> values)
NodeSelector is a selector which must be true for the pod to fit on a node.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.putNodeSelector(String key,
String value)
NodeSelector is a selector which must be true for the pod to fit on a node.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.removeContainers(int index)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.removeHostAliases(int index)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.removeImagePullSecrets(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.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.removeInitContainers(int index)
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.removeNodeSelector(String key)
NodeSelector is a selector which must be true for the pod to fit on a node.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.removeReadinessGates(int index)
If specified, all readiness gates will be evaluated for pod readiness.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.removeTolerations(int index)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.removeVolumes(int index)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setActiveDeadlineSeconds(long value)
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.PodSpec.Builder |
V1.PodSpec.Builder.setAffinity(V1.Affinity.Builder builderForValue)
If specified, the pod's scheduling constraints
+optional
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setAffinity(V1.Affinity value)
If specified, the pod's scheduling constraints
+optional
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setAutomountServiceAccountToken(boolean value)
AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setContainers(int index,
V1.Container.Builder builderForValue)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setContainers(int index,
V1.Container value)
List of containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setDnsConfig(V1.PodDNSConfig.Builder builderForValue)
Specifies the DNS parameters of a pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setDnsConfig(V1.PodDNSConfig value)
Specifies the DNS parameters of a pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setDnsPolicy(String value)
Set DNS policy for the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setDnsPolicyBytes(com.google.protobuf.ByteString value)
Set DNS policy for the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setEnableServiceLinks(boolean value)
EnableServiceLinks indicates whether information about services should be injected into pod's
environment variables, matching the syntax of Docker links.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.setHostAliases(int index,
V1.HostAlias.Builder builderForValue)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setHostAliases(int index,
V1.HostAlias value)
HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts
file if specified.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setHostIPC(boolean value)
Use the host's ipc namespace.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setHostname(String value)
Specifies the hostname of the Pod
If not specified, the pod's hostname will be set to a system-defined value.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setHostnameBytes(com.google.protobuf.ByteString value)
Specifies the hostname of the Pod
If not specified, the pod's hostname will be set to a system-defined value.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setHostNetwork(boolean value)
Host networking requested for this pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setHostPID(boolean value)
Use the host's pid namespace.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setImagePullSecrets(int index,
V1.LocalObjectReference.Builder builderForValue)
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.PodSpec.Builder |
V1.PodSpec.Builder.setImagePullSecrets(int index,
V1.LocalObjectReference value)
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.PodSpec.Builder |
V1.PodSpec.Builder.setInitContainers(int index,
V1.Container.Builder builderForValue)
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setInitContainers(int index,
V1.Container value)
List of initialization containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setNodeName(String value)
NodeName is a request to schedule this pod onto a specific node.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setNodeNameBytes(com.google.protobuf.ByteString value)
NodeName is a request to schedule this pod onto a specific node.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setPriority(int value)
The priority value.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setPriorityClassName(String value)
If specified, indicates the pod's priority.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setPriorityClassNameBytes(com.google.protobuf.ByteString value)
If specified, indicates the pod's priority.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setReadinessGates(int index,
V1.PodReadinessGate.Builder builderForValue)
If specified, all readiness gates will be evaluated for pod readiness.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setReadinessGates(int index,
V1.PodReadinessGate value)
If specified, all readiness gates will be evaluated for pod readiness.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.setRestartPolicy(String value)
Restart policy for all containers within the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setRestartPolicyBytes(com.google.protobuf.ByteString value)
Restart policy for all containers within the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setRuntimeClassName(String value)
RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used
to run this pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setRuntimeClassNameBytes(com.google.protobuf.ByteString value)
RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used
to run this pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setSchedulerName(String value)
If specified, the pod will be dispatched by specified scheduler.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setSchedulerNameBytes(com.google.protobuf.ByteString value)
If specified, the pod will be dispatched by specified scheduler.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setSecurityContext(V1.PodSecurityContext.Builder builderForValue)
SecurityContext holds pod-level security attributes and common container settings.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setSecurityContext(V1.PodSecurityContext value)
SecurityContext holds pod-level security attributes and common container settings.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setServiceAccount(String value)
DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setServiceAccountBytes(com.google.protobuf.ByteString value)
DeprecatedServiceAccount is a depreciated alias for ServiceAccountName.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setServiceAccountName(String value)
ServiceAccountName is the name of the ServiceAccount to use to run this pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setServiceAccountNameBytes(com.google.protobuf.ByteString value)
ServiceAccountName is the name of the ServiceAccount to use to run this pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setShareProcessNamespace(boolean value)
Share a single process namespace between all of the containers in a pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setSubdomain(String value)
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>".
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setSubdomainBytes(com.google.protobuf.ByteString value)
If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>".
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setTerminationGracePeriodSeconds(long value)
Optional duration in seconds the pod needs to terminate gracefully.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setTolerations(int index,
V1.Toleration.Builder builderForValue)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setTolerations(int index,
V1.Toleration value)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.setVolumes(int index,
V1.Volume.Builder builderForValue)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setVolumes(int index,
V1.Volume value)
List of volumes that can be mounted by containers belonging to the pod.
|
V1.PodSpec.Builder |
V1.PodSpec.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.Pod.Builder |
V1.Pod.Builder.setSpec(V1.PodSpec.Builder builderForValue)
Specification of the desired behavior of the pod.
|
V1.PodTemplateSpec.Builder |
V1.PodTemplateSpec.Builder.setSpec(V1.PodSpec.Builder builderForValue)
Specification of the desired behavior of the pod.
|
Copyright © 2021. All rights reserved.