Class V1PodSpecFluentImpl<A extends V1PodSpecFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PodSpecFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1PodSpecFluent<A>
- Direct Known Subclasses:
V1PodSpecBuilder
public class V1PodSpecFluentImpl<A extends V1PodSpecFluent<A>>
extends BaseFluent<A>
implements V1PodSpecFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1PodSpecFluent
V1PodSpecFluent.AffinityNested<N>, V1PodSpecFluent.ContainersNested<N>, V1PodSpecFluent.DnsConfigNested<N>, V1PodSpecFluent.EphemeralContainersNested<N>, V1PodSpecFluent.HostAliasesNested<N>, V1PodSpecFluent.ImagePullSecretsNested<N>, V1PodSpecFluent.InitContainersNested<N>, V1PodSpecFluent.OsNested<N>, V1PodSpecFluent.ReadinessGatesNested<N>, V1PodSpecFluent.SecurityContextNested<N>, V1PodSpecFluent.TolerationsNested<N>, V1PodSpecFluent.TopologySpreadConstraintsNested<N>, V1PodSpecFluent.VolumesNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllToContainers
(Collection<io.kubernetes.client.openapi.models.V1Container> items) addAllToEphemeralContainers
(Collection<io.kubernetes.client.openapi.models.V1EphemeralContainer> items) addAllToHostAliases
(Collection<io.kubernetes.client.openapi.models.V1HostAlias> items) addAllToImagePullSecrets
(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) addAllToInitContainers
(Collection<io.kubernetes.client.openapi.models.V1Container> items) addAllToReadinessGates
(Collection<io.kubernetes.client.openapi.models.V1PodReadinessGate> items) addAllToTolerations
(Collection<io.kubernetes.client.openapi.models.V1Toleration> items) addAllToTopologySpreadConstraints
(Collection<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> items) addAllToVolumes
(Collection<io.kubernetes.client.openapi.models.V1Volume> items) addNewContainerLike
(io.kubernetes.client.openapi.models.V1Container item) addNewEphemeralContainerLike
(io.kubernetes.client.openapi.models.V1EphemeralContainer item) addNewHostAliasLike
(io.kubernetes.client.openapi.models.V1HostAlias item) addNewImagePullSecretLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) addNewInitContainerLike
(io.kubernetes.client.openapi.models.V1Container item) addNewReadinessGateLike
(io.kubernetes.client.openapi.models.V1PodReadinessGate item) addNewTolerationLike
(io.kubernetes.client.openapi.models.V1Toleration item) addNewTopologySpreadConstraintLike
(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) addNewVolumeLike
(io.kubernetes.client.openapi.models.V1Volume item) addToContainers
(io.kubernetes.client.openapi.models.V1Container... items) addToContainers
(Integer index, io.kubernetes.client.openapi.models.V1Container item) addToEphemeralContainers
(io.kubernetes.client.openapi.models.V1EphemeralContainer... items) addToEphemeralContainers
(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) addToHostAliases
(io.kubernetes.client.openapi.models.V1HostAlias... items) addToHostAliases
(Integer index, io.kubernetes.client.openapi.models.V1HostAlias item) addToImagePullSecrets
(io.kubernetes.client.openapi.models.V1LocalObjectReference... items) addToImagePullSecrets
(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) addToInitContainers
(io.kubernetes.client.openapi.models.V1Container... items) addToInitContainers
(Integer index, io.kubernetes.client.openapi.models.V1Container item) addToNodeSelector
(String key, String value) addToNodeSelector
(Map<String, String> map) addToOverhead
(String key, io.kubernetes.client.custom.Quantity value) addToOverhead
(Map<String, io.kubernetes.client.custom.Quantity> map) addToReadinessGates
(io.kubernetes.client.openapi.models.V1PodReadinessGate... items) addToReadinessGates
(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) addToTolerations
(io.kubernetes.client.openapi.models.V1Toleration... items) addToTolerations
(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) addToTopologySpreadConstraints
(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... items) addToTopologySpreadConstraints
(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) addToVolumes
(io.kubernetes.client.openapi.models.V1Volume... items) addToVolumes
(Integer index, io.kubernetes.client.openapi.models.V1Volume item) io.kubernetes.client.openapi.models.V1Affinity
io.kubernetes.client.openapi.models.V1Container
buildContainer
(Integer index) List<io.kubernetes.client.openapi.models.V1Container>
io.kubernetes.client.openapi.models.V1PodDNSConfig
io.kubernetes.client.openapi.models.V1EphemeralContainer
buildEphemeralContainer
(Integer index) List<io.kubernetes.client.openapi.models.V1EphemeralContainer>
io.kubernetes.client.openapi.models.V1Container
io.kubernetes.client.openapi.models.V1EphemeralContainer
io.kubernetes.client.openapi.models.V1HostAlias
io.kubernetes.client.openapi.models.V1LocalObjectReference
io.kubernetes.client.openapi.models.V1Container
io.kubernetes.client.openapi.models.V1PodReadinessGate
io.kubernetes.client.openapi.models.V1Toleration
io.kubernetes.client.openapi.models.V1TopologySpreadConstraint
io.kubernetes.client.openapi.models.V1Volume
io.kubernetes.client.openapi.models.V1HostAlias
buildHostAlias
(Integer index) List<io.kubernetes.client.openapi.models.V1HostAlias>
io.kubernetes.client.openapi.models.V1LocalObjectReference
buildImagePullSecret
(Integer index) List<io.kubernetes.client.openapi.models.V1LocalObjectReference>
io.kubernetes.client.openapi.models.V1Container
buildInitContainer
(Integer index) List<io.kubernetes.client.openapi.models.V1Container>
io.kubernetes.client.openapi.models.V1Container
io.kubernetes.client.openapi.models.V1EphemeralContainer
io.kubernetes.client.openapi.models.V1HostAlias
io.kubernetes.client.openapi.models.V1LocalObjectReference
io.kubernetes.client.openapi.models.V1Container
io.kubernetes.client.openapi.models.V1PodReadinessGate
io.kubernetes.client.openapi.models.V1Toleration
io.kubernetes.client.openapi.models.V1TopologySpreadConstraint
io.kubernetes.client.openapi.models.V1Volume
io.kubernetes.client.openapi.models.V1Container
buildMatchingContainer
(Predicate<V1ContainerBuilder> predicate) io.kubernetes.client.openapi.models.V1EphemeralContainer
io.kubernetes.client.openapi.models.V1HostAlias
buildMatchingHostAlias
(Predicate<V1HostAliasBuilder> predicate) io.kubernetes.client.openapi.models.V1LocalObjectReference
io.kubernetes.client.openapi.models.V1Container
buildMatchingInitContainer
(Predicate<V1ContainerBuilder> predicate) io.kubernetes.client.openapi.models.V1PodReadinessGate
io.kubernetes.client.openapi.models.V1Toleration
buildMatchingToleration
(Predicate<V1TolerationBuilder> predicate) io.kubernetes.client.openapi.models.V1TopologySpreadConstraint
io.kubernetes.client.openapi.models.V1Volume
buildMatchingVolume
(Predicate<V1VolumeBuilder> predicate) io.kubernetes.client.openapi.models.V1PodOS
buildOs()
io.kubernetes.client.openapi.models.V1PodReadinessGate
buildReadinessGate
(Integer index) List<io.kubernetes.client.openapi.models.V1PodReadinessGate>
io.kubernetes.client.openapi.models.V1PodSecurityContext
io.kubernetes.client.openapi.models.V1Toleration
buildToleration
(Integer index) List<io.kubernetes.client.openapi.models.V1Toleration>
io.kubernetes.client.openapi.models.V1TopologySpreadConstraint
List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint>
io.kubernetes.client.openapi.models.V1Volume
buildVolume
(Integer index) List<io.kubernetes.client.openapi.models.V1Volume>
editContainer
(Integer index) editEphemeralContainer
(Integer index) editHostAlias
(Integer index) editImagePullSecret
(Integer index) editInitContainer
(Integer index) editMatchingContainer
(Predicate<V1ContainerBuilder> predicate) editMatchingHostAlias
(Predicate<V1HostAliasBuilder> predicate) editMatchingInitContainer
(Predicate<V1ContainerBuilder> predicate) editMatchingToleration
(Predicate<V1TolerationBuilder> predicate) editMatchingVolume
(Predicate<V1VolumeBuilder> predicate) editOrNewAffinityLike
(io.kubernetes.client.openapi.models.V1Affinity item) editOrNewDnsConfigLike
(io.kubernetes.client.openapi.models.V1PodDNSConfig item) editOrNewOsLike
(io.kubernetes.client.openapi.models.V1PodOS item) editOrNewSecurityContextLike
(io.kubernetes.client.openapi.models.V1PodSecurityContext item) editOs()
editReadinessGate
(Integer index) editToleration
(Integer index) editVolume
(Integer index) boolean
io.kubernetes.client.openapi.models.V1Affinity
Deprecated.List<io.kubernetes.client.openapi.models.V1Container>
Deprecated.io.kubernetes.client.openapi.models.V1PodDNSConfig
Deprecated.List<io.kubernetes.client.openapi.models.V1EphemeralContainer>
Deprecated.List<io.kubernetes.client.openapi.models.V1HostAlias>
Deprecated.List<io.kubernetes.client.openapi.models.V1LocalObjectReference>
Deprecated.List<io.kubernetes.client.openapi.models.V1Container>
Deprecated.io.kubernetes.client.openapi.models.V1PodOS
getOs()
Deprecated.List<io.kubernetes.client.openapi.models.V1PodReadinessGate>
Deprecated.io.kubernetes.client.openapi.models.V1PodSecurityContext
Deprecated.List<io.kubernetes.client.openapi.models.V1Toleration>
Deprecated.List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint>
Deprecated.List<io.kubernetes.client.openapi.models.V1Volume>
Deprecated.int
hashCode()
hasMatchingContainer
(Predicate<V1ContainerBuilder> predicate) hasMatchingHostAlias
(Predicate<V1HostAliasBuilder> predicate) hasMatchingInitContainer
(Predicate<V1ContainerBuilder> predicate) hasMatchingToleration
(Predicate<V1TolerationBuilder> predicate) hasMatchingVolume
(Predicate<V1VolumeBuilder> predicate) hasOs()
removeAllFromContainers
(Collection<io.kubernetes.client.openapi.models.V1Container> items) removeAllFromEphemeralContainers
(Collection<io.kubernetes.client.openapi.models.V1EphemeralContainer> items) removeAllFromHostAliases
(Collection<io.kubernetes.client.openapi.models.V1HostAlias> items) removeAllFromImagePullSecrets
(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) removeAllFromInitContainers
(Collection<io.kubernetes.client.openapi.models.V1Container> items) removeAllFromReadinessGates
(Collection<io.kubernetes.client.openapi.models.V1PodReadinessGate> items) removeAllFromTolerations
(Collection<io.kubernetes.client.openapi.models.V1Toleration> items) removeAllFromTopologySpreadConstraints
(Collection<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> items) removeAllFromVolumes
(Collection<io.kubernetes.client.openapi.models.V1Volume> items) removeFromContainers
(io.kubernetes.client.openapi.models.V1Container... items) removeFromEphemeralContainers
(io.kubernetes.client.openapi.models.V1EphemeralContainer... items) removeFromHostAliases
(io.kubernetes.client.openapi.models.V1HostAlias... items) removeFromImagePullSecrets
(io.kubernetes.client.openapi.models.V1LocalObjectReference... items) removeFromInitContainers
(io.kubernetes.client.openapi.models.V1Container... items) removeFromOverhead
(String key) removeFromOverhead
(Map<String, io.kubernetes.client.custom.Quantity> map) removeFromReadinessGates
(io.kubernetes.client.openapi.models.V1PodReadinessGate... items) removeFromTolerations
(io.kubernetes.client.openapi.models.V1Toleration... items) removeFromTopologySpreadConstraints
(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... items) removeFromVolumes
(io.kubernetes.client.openapi.models.V1Volume... items) removeMatchingFromContainers
(Predicate<V1ContainerBuilder> predicate) removeMatchingFromHostAliases
(Predicate<V1HostAliasBuilder> predicate) removeMatchingFromVolumes
(Predicate<V1VolumeBuilder> predicate) setNewContainerLike
(Integer index, io.kubernetes.client.openapi.models.V1Container item) setNewEphemeralContainerLike
(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) setNewHostAliasLike
(Integer index, io.kubernetes.client.openapi.models.V1HostAlias item) setNewImagePullSecretLike
(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) setNewInitContainerLike
(Integer index, io.kubernetes.client.openapi.models.V1Container item) setNewReadinessGateLike
(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) setNewTolerationLike
(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) setNewTopologySpreadConstraintLike
(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) setNewVolumeLike
(Integer index, io.kubernetes.client.openapi.models.V1Volume item) setToContainers
(Integer index, io.kubernetes.client.openapi.models.V1Container item) setToEphemeralContainers
(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) setToHostAliases
(Integer index, io.kubernetes.client.openapi.models.V1HostAlias item) setToImagePullSecrets
(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) setToInitContainers
(Integer index, io.kubernetes.client.openapi.models.V1Container item) setToReadinessGates
(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) setToTolerations
(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) setToTopologySpreadConstraints
(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) setToVolumes
(Integer index, io.kubernetes.client.openapi.models.V1Volume item) toString()
withActiveDeadlineSeconds
(Long activeDeadlineSeconds) withAffinity
(io.kubernetes.client.openapi.models.V1Affinity affinity) withAutomountServiceAccountToken
(Boolean automountServiceAccountToken) withContainers
(io.kubernetes.client.openapi.models.V1Container... containers) withContainers
(List<io.kubernetes.client.openapi.models.V1Container> containers) withDnsConfig
(io.kubernetes.client.openapi.models.V1PodDNSConfig dnsConfig) withDnsPolicy
(String dnsPolicy) withEnableServiceLinks
(Boolean enableServiceLinks) withEphemeralContainers
(io.kubernetes.client.openapi.models.V1EphemeralContainer... ephemeralContainers) withEphemeralContainers
(List<io.kubernetes.client.openapi.models.V1EphemeralContainer> ephemeralContainers) withHostAliases
(io.kubernetes.client.openapi.models.V1HostAlias... hostAliases) withHostAliases
(List<io.kubernetes.client.openapi.models.V1HostAlias> hostAliases) withHostIPC
(Boolean hostIPC) withHostname
(String hostname) withHostNetwork
(Boolean hostNetwork) withHostPID
(Boolean hostPID) withHostUsers
(Boolean hostUsers) withImagePullSecrets
(io.kubernetes.client.openapi.models.V1LocalObjectReference... imagePullSecrets) withImagePullSecrets
(List<io.kubernetes.client.openapi.models.V1LocalObjectReference> imagePullSecrets) withInitContainers
(io.kubernetes.client.openapi.models.V1Container... initContainers) withInitContainers
(List<io.kubernetes.client.openapi.models.V1Container> initContainers) withNewAffinityLike
(io.kubernetes.client.openapi.models.V1Affinity item) withNewDnsConfigLike
(io.kubernetes.client.openapi.models.V1PodDNSConfig item) withNewOsLike
(io.kubernetes.client.openapi.models.V1PodOS item) withNewSecurityContextLike
(io.kubernetes.client.openapi.models.V1PodSecurityContext item) withNodeName
(String nodeName) <K,
V> A withNodeSelector
(Map<String, String> nodeSelector) withOs
(io.kubernetes.client.openapi.models.V1PodOS os) <K,
V> A withOverhead
(Map<String, io.kubernetes.client.custom.Quantity> overhead) withPreemptionPolicy
(String preemptionPolicy) withPriority
(Integer priority) withPriorityClassName
(String priorityClassName) withReadinessGates
(io.kubernetes.client.openapi.models.V1PodReadinessGate... readinessGates) withReadinessGates
(List<io.kubernetes.client.openapi.models.V1PodReadinessGate> readinessGates) withRestartPolicy
(String restartPolicy) withRuntimeClassName
(String runtimeClassName) withSchedulerName
(String schedulerName) withSecurityContext
(io.kubernetes.client.openapi.models.V1PodSecurityContext securityContext) withServiceAccount
(String serviceAccount) withServiceAccountName
(String serviceAccountName) withSetHostnameAsFQDN
(Boolean setHostnameAsFQDN) withShareProcessNamespace
(Boolean shareProcessNamespace) withSubdomain
(String subdomain) withTerminationGracePeriodSeconds
(Long terminationGracePeriodSeconds) withTolerations
(io.kubernetes.client.openapi.models.V1Toleration... tolerations) withTolerations
(List<io.kubernetes.client.openapi.models.V1Toleration> tolerations) withTopologySpreadConstraints
(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... topologySpreadConstraints) withTopologySpreadConstraints
(List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> topologySpreadConstraints) withVolumes
(io.kubernetes.client.openapi.models.V1Volume... volumes) withVolumes
(List<io.kubernetes.client.openapi.models.V1Volume> volumes) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1PodSpecFluentImpl
public V1PodSpecFluentImpl() -
V1PodSpecFluentImpl
public V1PodSpecFluentImpl(io.kubernetes.client.openapi.models.V1PodSpec instance)
-
-
Method Details
-
getActiveDeadlineSeconds
- Specified by:
getActiveDeadlineSeconds
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withActiveDeadlineSeconds
- Specified by:
withActiveDeadlineSeconds
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasActiveDeadlineSeconds
- Specified by:
hasActiveDeadlineSeconds
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getAffinity
Deprecated.This method has been deprecated, please use method buildAffinity instead.- Specified by:
getAffinity
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildAffinity
public io.kubernetes.client.openapi.models.V1Affinity buildAffinity()- Specified by:
buildAffinity
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withAffinity
- Specified by:
withAffinity
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasAffinity
- Specified by:
hasAffinity
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNewAffinity
- Specified by:
withNewAffinity
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNewAffinityLike
public V1PodSpecFluent.AffinityNested<A> withNewAffinityLike(io.kubernetes.client.openapi.models.V1Affinity item) - Specified by:
withNewAffinityLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editAffinity
- Specified by:
editAffinity
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editOrNewAffinity
- Specified by:
editOrNewAffinity
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editOrNewAffinityLike
public V1PodSpecFluent.AffinityNested<A> editOrNewAffinityLike(io.kubernetes.client.openapi.models.V1Affinity item) - Specified by:
editOrNewAffinityLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getAutomountServiceAccountToken
- Specified by:
getAutomountServiceAccountToken
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withAutomountServiceAccountToken
- Specified by:
withAutomountServiceAccountToken
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasAutomountServiceAccountToken
- Specified by:
hasAutomountServiceAccountToken
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToContainers
- Specified by:
addToContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setToContainers
- Specified by:
setToContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToContainers
- Specified by:
addToContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addAllToContainers
- Specified by:
addAllToContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromContainers
- Specified by:
removeFromContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeAllFromContainers
- Specified by:
removeAllFromContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeMatchingFromContainers
- Specified by:
removeMatchingFromContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getContainers
Deprecated.This method has been deprecated, please use method buildContainers instead.- Specified by:
getContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildContainers
- Specified by:
buildContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildContainer
- Specified by:
buildContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildFirstContainer
public io.kubernetes.client.openapi.models.V1Container buildFirstContainer()- Specified by:
buildFirstContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildLastContainer
public io.kubernetes.client.openapi.models.V1Container buildLastContainer()- Specified by:
buildLastContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildMatchingContainer
public io.kubernetes.client.openapi.models.V1Container buildMatchingContainer(Predicate<V1ContainerBuilder> predicate) - Specified by:
buildMatchingContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasMatchingContainer
- Specified by:
hasMatchingContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withContainers
- Specified by:
withContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withContainers
- Specified by:
withContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasContainers
- Specified by:
hasContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewContainer
- Specified by:
addNewContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewContainerLike
public V1PodSpecFluent.ContainersNested<A> addNewContainerLike(io.kubernetes.client.openapi.models.V1Container item) - Specified by:
addNewContainerLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setNewContainerLike
public V1PodSpecFluent.ContainersNested<A> setNewContainerLike(Integer index, io.kubernetes.client.openapi.models.V1Container item) - Specified by:
setNewContainerLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editContainer
- Specified by:
editContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editFirstContainer
- Specified by:
editFirstContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editLastContainer
- Specified by:
editLastContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editMatchingContainer
public V1PodSpecFluent.ContainersNested<A> editMatchingContainer(Predicate<V1ContainerBuilder> predicate) - Specified by:
editMatchingContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getDnsConfig
Deprecated.This method has been deprecated, please use method buildDnsConfig instead.- Specified by:
getDnsConfig
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildDnsConfig
public io.kubernetes.client.openapi.models.V1PodDNSConfig buildDnsConfig()- Specified by:
buildDnsConfig
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withDnsConfig
- Specified by:
withDnsConfig
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasDnsConfig
- Specified by:
hasDnsConfig
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNewDnsConfig
- Specified by:
withNewDnsConfig
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNewDnsConfigLike
public V1PodSpecFluent.DnsConfigNested<A> withNewDnsConfigLike(io.kubernetes.client.openapi.models.V1PodDNSConfig item) - Specified by:
withNewDnsConfigLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editDnsConfig
- Specified by:
editDnsConfig
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editOrNewDnsConfig
- Specified by:
editOrNewDnsConfig
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editOrNewDnsConfigLike
public V1PodSpecFluent.DnsConfigNested<A> editOrNewDnsConfigLike(io.kubernetes.client.openapi.models.V1PodDNSConfig item) - Specified by:
editOrNewDnsConfigLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getDnsPolicy
- Specified by:
getDnsPolicy
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withDnsPolicy
- Specified by:
withDnsPolicy
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasDnsPolicy
- Specified by:
hasDnsPolicy
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getEnableServiceLinks
- Specified by:
getEnableServiceLinks
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withEnableServiceLinks
- Specified by:
withEnableServiceLinks
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasEnableServiceLinks
- Specified by:
hasEnableServiceLinks
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToEphemeralContainers
public A addToEphemeralContainers(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) - Specified by:
addToEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setToEphemeralContainers
public A setToEphemeralContainers(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) - Specified by:
setToEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToEphemeralContainers
public A addToEphemeralContainers(io.kubernetes.client.openapi.models.V1EphemeralContainer... items) - Specified by:
addToEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addAllToEphemeralContainers
public A addAllToEphemeralContainers(Collection<io.kubernetes.client.openapi.models.V1EphemeralContainer> items) - Specified by:
addAllToEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromEphemeralContainers
public A removeFromEphemeralContainers(io.kubernetes.client.openapi.models.V1EphemeralContainer... items) - Specified by:
removeFromEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeAllFromEphemeralContainers
public A removeAllFromEphemeralContainers(Collection<io.kubernetes.client.openapi.models.V1EphemeralContainer> items) - Specified by:
removeAllFromEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeMatchingFromEphemeralContainers
- Specified by:
removeMatchingFromEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getEphemeralContainers
@Deprecated public List<io.kubernetes.client.openapi.models.V1EphemeralContainer> getEphemeralContainers()Deprecated.This method has been deprecated, please use method buildEphemeralContainers instead.- Specified by:
getEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildEphemeralContainers
- Specified by:
buildEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildEphemeralContainer
public io.kubernetes.client.openapi.models.V1EphemeralContainer buildEphemeralContainer(Integer index) - Specified by:
buildEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildFirstEphemeralContainer
public io.kubernetes.client.openapi.models.V1EphemeralContainer buildFirstEphemeralContainer()- Specified by:
buildFirstEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildLastEphemeralContainer
public io.kubernetes.client.openapi.models.V1EphemeralContainer buildLastEphemeralContainer()- Specified by:
buildLastEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildMatchingEphemeralContainer
public io.kubernetes.client.openapi.models.V1EphemeralContainer buildMatchingEphemeralContainer(Predicate<V1EphemeralContainerBuilder> predicate) - Specified by:
buildMatchingEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasMatchingEphemeralContainer
- Specified by:
hasMatchingEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withEphemeralContainers
public A withEphemeralContainers(List<io.kubernetes.client.openapi.models.V1EphemeralContainer> ephemeralContainers) - Specified by:
withEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withEphemeralContainers
public A withEphemeralContainers(io.kubernetes.client.openapi.models.V1EphemeralContainer... ephemeralContainers) - Specified by:
withEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasEphemeralContainers
- Specified by:
hasEphemeralContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewEphemeralContainer
- Specified by:
addNewEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewEphemeralContainerLike
public V1PodSpecFluent.EphemeralContainersNested<A> addNewEphemeralContainerLike(io.kubernetes.client.openapi.models.V1EphemeralContainer item) - Specified by:
addNewEphemeralContainerLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setNewEphemeralContainerLike
public V1PodSpecFluent.EphemeralContainersNested<A> setNewEphemeralContainerLike(Integer index, io.kubernetes.client.openapi.models.V1EphemeralContainer item) - Specified by:
setNewEphemeralContainerLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editEphemeralContainer
- Specified by:
editEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editFirstEphemeralContainer
- Specified by:
editFirstEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editLastEphemeralContainer
- Specified by:
editLastEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editMatchingEphemeralContainer
public V1PodSpecFluent.EphemeralContainersNested<A> editMatchingEphemeralContainer(Predicate<V1EphemeralContainerBuilder> predicate) - Specified by:
editMatchingEphemeralContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToHostAliases
- Specified by:
addToHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setToHostAliases
- Specified by:
setToHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToHostAliases
- Specified by:
addToHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addAllToHostAliases
- Specified by:
addAllToHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromHostAliases
- Specified by:
removeFromHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeAllFromHostAliases
public A removeAllFromHostAliases(Collection<io.kubernetes.client.openapi.models.V1HostAlias> items) - Specified by:
removeAllFromHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeMatchingFromHostAliases
- Specified by:
removeMatchingFromHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getHostAliases
Deprecated.This method has been deprecated, please use method buildHostAliases instead.- Specified by:
getHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildHostAliases
- Specified by:
buildHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildHostAlias
- Specified by:
buildHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildFirstHostAlias
public io.kubernetes.client.openapi.models.V1HostAlias buildFirstHostAlias()- Specified by:
buildFirstHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildLastHostAlias
public io.kubernetes.client.openapi.models.V1HostAlias buildLastHostAlias()- Specified by:
buildLastHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildMatchingHostAlias
public io.kubernetes.client.openapi.models.V1HostAlias buildMatchingHostAlias(Predicate<V1HostAliasBuilder> predicate) - Specified by:
buildMatchingHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasMatchingHostAlias
- Specified by:
hasMatchingHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostAliases
- Specified by:
withHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostAliases
- Specified by:
withHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasHostAliases
- Specified by:
hasHostAliases
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewHostAlias
- Specified by:
addNewHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewHostAliasLike
public V1PodSpecFluent.HostAliasesNested<A> addNewHostAliasLike(io.kubernetes.client.openapi.models.V1HostAlias item) - Specified by:
addNewHostAliasLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setNewHostAliasLike
public V1PodSpecFluent.HostAliasesNested<A> setNewHostAliasLike(Integer index, io.kubernetes.client.openapi.models.V1HostAlias item) - Specified by:
setNewHostAliasLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editHostAlias
- Specified by:
editHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editFirstHostAlias
- Specified by:
editFirstHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editLastHostAlias
- Specified by:
editLastHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editMatchingHostAlias
public V1PodSpecFluent.HostAliasesNested<A> editMatchingHostAlias(Predicate<V1HostAliasBuilder> predicate) - Specified by:
editMatchingHostAlias
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getHostIPC
- Specified by:
getHostIPC
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostIPC
- Specified by:
withHostIPC
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasHostIPC
- Specified by:
hasHostIPC
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getHostNetwork
- Specified by:
getHostNetwork
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostNetwork
- Specified by:
withHostNetwork
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasHostNetwork
- Specified by:
hasHostNetwork
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getHostPID
- Specified by:
getHostPID
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostPID
- Specified by:
withHostPID
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasHostPID
- Specified by:
hasHostPID
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getHostUsers
- Specified by:
getHostUsers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostUsers
- Specified by:
withHostUsers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasHostUsers
- Specified by:
hasHostUsers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getHostname
- Specified by:
getHostname
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostname
- Specified by:
withHostname
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasHostname
- Specified by:
hasHostname
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToImagePullSecrets
public A addToImagePullSecrets(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) - Specified by:
addToImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setToImagePullSecrets
public A setToImagePullSecrets(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) - Specified by:
setToImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToImagePullSecrets
- Specified by:
addToImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addAllToImagePullSecrets
public A addAllToImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) - Specified by:
addAllToImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromImagePullSecrets
public A removeFromImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... items) - Specified by:
removeFromImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeAllFromImagePullSecrets
public A removeAllFromImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) - Specified by:
removeAllFromImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeMatchingFromImagePullSecrets
- Specified by:
removeMatchingFromImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getImagePullSecrets
@Deprecated public List<io.kubernetes.client.openapi.models.V1LocalObjectReference> getImagePullSecrets()Deprecated.This method has been deprecated, please use method buildImagePullSecrets instead.- Specified by:
getImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildImagePullSecrets
- Specified by:
buildImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildImagePullSecret
public io.kubernetes.client.openapi.models.V1LocalObjectReference buildImagePullSecret(Integer index) - Specified by:
buildImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildFirstImagePullSecret
public io.kubernetes.client.openapi.models.V1LocalObjectReference buildFirstImagePullSecret()- Specified by:
buildFirstImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildLastImagePullSecret
public io.kubernetes.client.openapi.models.V1LocalObjectReference buildLastImagePullSecret()- Specified by:
buildLastImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildMatchingImagePullSecret
public io.kubernetes.client.openapi.models.V1LocalObjectReference buildMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate) - Specified by:
buildMatchingImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasMatchingImagePullSecret
- Specified by:
hasMatchingImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withImagePullSecrets
public A withImagePullSecrets(List<io.kubernetes.client.openapi.models.V1LocalObjectReference> imagePullSecrets) - Specified by:
withImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withImagePullSecrets
public A withImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... imagePullSecrets) - Specified by:
withImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasImagePullSecrets
- Specified by:
hasImagePullSecrets
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewImagePullSecret
- Specified by:
addNewImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewImagePullSecretLike
public V1PodSpecFluent.ImagePullSecretsNested<A> addNewImagePullSecretLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) - Specified by:
addNewImagePullSecretLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setNewImagePullSecretLike
public V1PodSpecFluent.ImagePullSecretsNested<A> setNewImagePullSecretLike(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item) - Specified by:
setNewImagePullSecretLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editImagePullSecret
- Specified by:
editImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editFirstImagePullSecret
- Specified by:
editFirstImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editLastImagePullSecret
- Specified by:
editLastImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editMatchingImagePullSecret
public V1PodSpecFluent.ImagePullSecretsNested<A> editMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate) - Specified by:
editMatchingImagePullSecret
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToInitContainers
- Specified by:
addToInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setToInitContainers
- Specified by:
setToInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToInitContainers
- Specified by:
addToInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addAllToInitContainers
- Specified by:
addAllToInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromInitContainers
- Specified by:
removeFromInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeAllFromInitContainers
public A removeAllFromInitContainers(Collection<io.kubernetes.client.openapi.models.V1Container> items) - Specified by:
removeAllFromInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeMatchingFromInitContainers
- Specified by:
removeMatchingFromInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getInitContainers
Deprecated.This method has been deprecated, please use method buildInitContainers instead.- Specified by:
getInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildInitContainers
- Specified by:
buildInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildInitContainer
- Specified by:
buildInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildFirstInitContainer
public io.kubernetes.client.openapi.models.V1Container buildFirstInitContainer()- Specified by:
buildFirstInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildLastInitContainer
public io.kubernetes.client.openapi.models.V1Container buildLastInitContainer()- Specified by:
buildLastInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildMatchingInitContainer
public io.kubernetes.client.openapi.models.V1Container buildMatchingInitContainer(Predicate<V1ContainerBuilder> predicate) - Specified by:
buildMatchingInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasMatchingInitContainer
- Specified by:
hasMatchingInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withInitContainers
- Specified by:
withInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withInitContainers
- Specified by:
withInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasInitContainers
- Specified by:
hasInitContainers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewInitContainer
- Specified by:
addNewInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewInitContainerLike
public V1PodSpecFluent.InitContainersNested<A> addNewInitContainerLike(io.kubernetes.client.openapi.models.V1Container item) - Specified by:
addNewInitContainerLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setNewInitContainerLike
public V1PodSpecFluent.InitContainersNested<A> setNewInitContainerLike(Integer index, io.kubernetes.client.openapi.models.V1Container item) - Specified by:
setNewInitContainerLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editInitContainer
- Specified by:
editInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editFirstInitContainer
- Specified by:
editFirstInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editLastInitContainer
- Specified by:
editLastInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editMatchingInitContainer
public V1PodSpecFluent.InitContainersNested<A> editMatchingInitContainer(Predicate<V1ContainerBuilder> predicate) - Specified by:
editMatchingInitContainer
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getNodeName
- Specified by:
getNodeName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNodeName
- Specified by:
withNodeName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasNodeName
- Specified by:
hasNodeName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToNodeSelector
- Specified by:
addToNodeSelector
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToNodeSelector
- Specified by:
addToNodeSelector
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromNodeSelector
- Specified by:
removeFromNodeSelector
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromNodeSelector
- Specified by:
removeFromNodeSelector
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getNodeSelector
- Specified by:
getNodeSelector
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNodeSelector
- Specified by:
withNodeSelector
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasNodeSelector
- Specified by:
hasNodeSelector
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getOs
Deprecated.This method has been deprecated, please use method buildOs instead.- Specified by:
getOs
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildOs
public io.kubernetes.client.openapi.models.V1PodOS buildOs()- Specified by:
buildOs
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withOs
- Specified by:
withOs
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasOs
- Specified by:
hasOs
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNewOs
- Specified by:
withNewOs
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNewOsLike
- Specified by:
withNewOsLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editOs
- Specified by:
editOs
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editOrNewOs
- Specified by:
editOrNewOs
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editOrNewOsLike
public V1PodSpecFluent.OsNested<A> editOrNewOsLike(io.kubernetes.client.openapi.models.V1PodOS item) - Specified by:
editOrNewOsLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToOverhead
- Specified by:
addToOverhead
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToOverhead
- Specified by:
addToOverhead
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromOverhead
- Specified by:
removeFromOverhead
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromOverhead
- Specified by:
removeFromOverhead
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getOverhead
- Specified by:
getOverhead
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withOverhead
- Specified by:
withOverhead
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasOverhead
- Specified by:
hasOverhead
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getPreemptionPolicy
- Specified by:
getPreemptionPolicy
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withPreemptionPolicy
- Specified by:
withPreemptionPolicy
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasPreemptionPolicy
- Specified by:
hasPreemptionPolicy
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getPriority
- Specified by:
getPriority
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withPriority
- Specified by:
withPriority
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasPriority
- Specified by:
hasPriority
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getPriorityClassName
- Specified by:
getPriorityClassName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withPriorityClassName
- Specified by:
withPriorityClassName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasPriorityClassName
- Specified by:
hasPriorityClassName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToReadinessGates
public A addToReadinessGates(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) - Specified by:
addToReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setToReadinessGates
public A setToReadinessGates(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) - Specified by:
setToReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToReadinessGates
- Specified by:
addToReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addAllToReadinessGates
public A addAllToReadinessGates(Collection<io.kubernetes.client.openapi.models.V1PodReadinessGate> items) - Specified by:
addAllToReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromReadinessGates
- Specified by:
removeFromReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeAllFromReadinessGates
public A removeAllFromReadinessGates(Collection<io.kubernetes.client.openapi.models.V1PodReadinessGate> items) - Specified by:
removeAllFromReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeMatchingFromReadinessGates
- Specified by:
removeMatchingFromReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getReadinessGates
Deprecated.This method has been deprecated, please use method buildReadinessGates instead.- Specified by:
getReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildReadinessGates
- Specified by:
buildReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildReadinessGate
- Specified by:
buildReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildFirstReadinessGate
public io.kubernetes.client.openapi.models.V1PodReadinessGate buildFirstReadinessGate()- Specified by:
buildFirstReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildLastReadinessGate
public io.kubernetes.client.openapi.models.V1PodReadinessGate buildLastReadinessGate()- Specified by:
buildLastReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildMatchingReadinessGate
public io.kubernetes.client.openapi.models.V1PodReadinessGate buildMatchingReadinessGate(Predicate<V1PodReadinessGateBuilder> predicate) - Specified by:
buildMatchingReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasMatchingReadinessGate
- Specified by:
hasMatchingReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withReadinessGates
public A withReadinessGates(List<io.kubernetes.client.openapi.models.V1PodReadinessGate> readinessGates) - Specified by:
withReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withReadinessGates
public A withReadinessGates(io.kubernetes.client.openapi.models.V1PodReadinessGate... readinessGates) - Specified by:
withReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasReadinessGates
- Specified by:
hasReadinessGates
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewReadinessGate
- Specified by:
addNewReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewReadinessGateLike
public V1PodSpecFluent.ReadinessGatesNested<A> addNewReadinessGateLike(io.kubernetes.client.openapi.models.V1PodReadinessGate item) - Specified by:
addNewReadinessGateLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setNewReadinessGateLike
public V1PodSpecFluent.ReadinessGatesNested<A> setNewReadinessGateLike(Integer index, io.kubernetes.client.openapi.models.V1PodReadinessGate item) - Specified by:
setNewReadinessGateLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editReadinessGate
- Specified by:
editReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editFirstReadinessGate
- Specified by:
editFirstReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editLastReadinessGate
- Specified by:
editLastReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editMatchingReadinessGate
public V1PodSpecFluent.ReadinessGatesNested<A> editMatchingReadinessGate(Predicate<V1PodReadinessGateBuilder> predicate) - Specified by:
editMatchingReadinessGate
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getRestartPolicy
- Specified by:
getRestartPolicy
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withRestartPolicy
- Specified by:
withRestartPolicy
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasRestartPolicy
- Specified by:
hasRestartPolicy
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getRuntimeClassName
- Specified by:
getRuntimeClassName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withRuntimeClassName
- Specified by:
withRuntimeClassName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasRuntimeClassName
- Specified by:
hasRuntimeClassName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getSchedulerName
- Specified by:
getSchedulerName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withSchedulerName
- Specified by:
withSchedulerName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasSchedulerName
- Specified by:
hasSchedulerName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getSecurityContext
Deprecated.This method has been deprecated, please use method buildSecurityContext instead.- Specified by:
getSecurityContext
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildSecurityContext
public io.kubernetes.client.openapi.models.V1PodSecurityContext buildSecurityContext()- Specified by:
buildSecurityContext
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withSecurityContext
public A withSecurityContext(io.kubernetes.client.openapi.models.V1PodSecurityContext securityContext) - Specified by:
withSecurityContext
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasSecurityContext
- Specified by:
hasSecurityContext
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNewSecurityContext
- Specified by:
withNewSecurityContext
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withNewSecurityContextLike
public V1PodSpecFluent.SecurityContextNested<A> withNewSecurityContextLike(io.kubernetes.client.openapi.models.V1PodSecurityContext item) - Specified by:
withNewSecurityContextLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editSecurityContext
- Specified by:
editSecurityContext
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editOrNewSecurityContext
- Specified by:
editOrNewSecurityContext
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editOrNewSecurityContextLike
public V1PodSpecFluent.SecurityContextNested<A> editOrNewSecurityContextLike(io.kubernetes.client.openapi.models.V1PodSecurityContext item) - Specified by:
editOrNewSecurityContextLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getServiceAccount
- Specified by:
getServiceAccount
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withServiceAccount
- Specified by:
withServiceAccount
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasServiceAccount
- Specified by:
hasServiceAccount
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getServiceAccountName
- Specified by:
getServiceAccountName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withServiceAccountName
- Specified by:
withServiceAccountName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasServiceAccountName
- Specified by:
hasServiceAccountName
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getSetHostnameAsFQDN
- Specified by:
getSetHostnameAsFQDN
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withSetHostnameAsFQDN
- Specified by:
withSetHostnameAsFQDN
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasSetHostnameAsFQDN
- Specified by:
hasSetHostnameAsFQDN
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getSubdomain
- Specified by:
getSubdomain
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withSubdomain
- Specified by:
withSubdomain
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasSubdomain
- Specified by:
hasSubdomain
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getTerminationGracePeriodSeconds
- Specified by:
getTerminationGracePeriodSeconds
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withTerminationGracePeriodSeconds
- Specified by:
withTerminationGracePeriodSeconds
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasTerminationGracePeriodSeconds
- Specified by:
hasTerminationGracePeriodSeconds
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToTolerations
- Specified by:
addToTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setToTolerations
- Specified by:
setToTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToTolerations
- Specified by:
addToTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addAllToTolerations
- Specified by:
addAllToTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromTolerations
- Specified by:
removeFromTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeAllFromTolerations
public A removeAllFromTolerations(Collection<io.kubernetes.client.openapi.models.V1Toleration> items) - Specified by:
removeAllFromTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeMatchingFromTolerations
- Specified by:
removeMatchingFromTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getTolerations
Deprecated.This method has been deprecated, please use method buildTolerations instead.- Specified by:
getTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildTolerations
- Specified by:
buildTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildToleration
- Specified by:
buildToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildFirstToleration
public io.kubernetes.client.openapi.models.V1Toleration buildFirstToleration()- Specified by:
buildFirstToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildLastToleration
public io.kubernetes.client.openapi.models.V1Toleration buildLastToleration()- Specified by:
buildLastToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildMatchingToleration
public io.kubernetes.client.openapi.models.V1Toleration buildMatchingToleration(Predicate<V1TolerationBuilder> predicate) - Specified by:
buildMatchingToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasMatchingToleration
- Specified by:
hasMatchingToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withTolerations
- Specified by:
withTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withTolerations
- Specified by:
withTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasTolerations
- Specified by:
hasTolerations
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewToleration
- Specified by:
addNewToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewTolerationLike
public V1PodSpecFluent.TolerationsNested<A> addNewTolerationLike(io.kubernetes.client.openapi.models.V1Toleration item) - Specified by:
addNewTolerationLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setNewTolerationLike
public V1PodSpecFluent.TolerationsNested<A> setNewTolerationLike(Integer index, io.kubernetes.client.openapi.models.V1Toleration item) - Specified by:
setNewTolerationLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editToleration
- Specified by:
editToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editFirstToleration
- Specified by:
editFirstToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editLastToleration
- Specified by:
editLastToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editMatchingToleration
public V1PodSpecFluent.TolerationsNested<A> editMatchingToleration(Predicate<V1TolerationBuilder> predicate) - Specified by:
editMatchingToleration
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToTopologySpreadConstraints
public A addToTopologySpreadConstraints(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) - Specified by:
addToTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setToTopologySpreadConstraints
public A setToTopologySpreadConstraints(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) - Specified by:
setToTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToTopologySpreadConstraints
public A addToTopologySpreadConstraints(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... items) - Specified by:
addToTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addAllToTopologySpreadConstraints
public A addAllToTopologySpreadConstraints(Collection<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> items) - Specified by:
addAllToTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromTopologySpreadConstraints
public A removeFromTopologySpreadConstraints(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... items) - Specified by:
removeFromTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeAllFromTopologySpreadConstraints
public A removeAllFromTopologySpreadConstraints(Collection<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> items) - Specified by:
removeAllFromTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeMatchingFromTopologySpreadConstraints
public A removeMatchingFromTopologySpreadConstraints(Predicate<V1TopologySpreadConstraintBuilder> predicate) - Specified by:
removeMatchingFromTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getTopologySpreadConstraints
@Deprecated public List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> getTopologySpreadConstraints()Deprecated.This method has been deprecated, please use method buildTopologySpreadConstraints instead.- Specified by:
getTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildTopologySpreadConstraints
public List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> buildTopologySpreadConstraints()- Specified by:
buildTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildTopologySpreadConstraint
public io.kubernetes.client.openapi.models.V1TopologySpreadConstraint buildTopologySpreadConstraint(Integer index) - Specified by:
buildTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildFirstTopologySpreadConstraint
public io.kubernetes.client.openapi.models.V1TopologySpreadConstraint buildFirstTopologySpreadConstraint()- Specified by:
buildFirstTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildLastTopologySpreadConstraint
public io.kubernetes.client.openapi.models.V1TopologySpreadConstraint buildLastTopologySpreadConstraint()- Specified by:
buildLastTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildMatchingTopologySpreadConstraint
public io.kubernetes.client.openapi.models.V1TopologySpreadConstraint buildMatchingTopologySpreadConstraint(Predicate<V1TopologySpreadConstraintBuilder> predicate) - Specified by:
buildMatchingTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasMatchingTopologySpreadConstraint
public Boolean hasMatchingTopologySpreadConstraint(Predicate<V1TopologySpreadConstraintBuilder> predicate) - Specified by:
hasMatchingTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withTopologySpreadConstraints
public A withTopologySpreadConstraints(List<io.kubernetes.client.openapi.models.V1TopologySpreadConstraint> topologySpreadConstraints) - Specified by:
withTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withTopologySpreadConstraints
public A withTopologySpreadConstraints(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint... topologySpreadConstraints) - Specified by:
withTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasTopologySpreadConstraints
- Specified by:
hasTopologySpreadConstraints
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewTopologySpreadConstraint
- Specified by:
addNewTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewTopologySpreadConstraintLike
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> addNewTopologySpreadConstraintLike(io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) - Specified by:
addNewTopologySpreadConstraintLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setNewTopologySpreadConstraintLike
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> setNewTopologySpreadConstraintLike(Integer index, io.kubernetes.client.openapi.models.V1TopologySpreadConstraint item) - Specified by:
setNewTopologySpreadConstraintLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editTopologySpreadConstraint
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> editTopologySpreadConstraint(Integer index) - Specified by:
editTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editFirstTopologySpreadConstraint
- Specified by:
editFirstTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editLastTopologySpreadConstraint
- Specified by:
editLastTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editMatchingTopologySpreadConstraint
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> editMatchingTopologySpreadConstraint(Predicate<V1TopologySpreadConstraintBuilder> predicate) - Specified by:
editMatchingTopologySpreadConstraint
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToVolumes
- Specified by:
addToVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setToVolumes
- Specified by:
setToVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addToVolumes
- Specified by:
addToVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addAllToVolumes
- Specified by:
addAllToVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeFromVolumes
- Specified by:
removeFromVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeAllFromVolumes
- Specified by:
removeAllFromVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
removeMatchingFromVolumes
- Specified by:
removeMatchingFromVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
getVolumes
Deprecated.This method has been deprecated, please use method buildVolumes instead.- Specified by:
getVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
- Returns:
- The buildable object.
-
buildVolumes
- Specified by:
buildVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildVolume
- Specified by:
buildVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildFirstVolume
public io.kubernetes.client.openapi.models.V1Volume buildFirstVolume()- Specified by:
buildFirstVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildLastVolume
public io.kubernetes.client.openapi.models.V1Volume buildLastVolume()- Specified by:
buildLastVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
buildMatchingVolume
public io.kubernetes.client.openapi.models.V1Volume buildMatchingVolume(Predicate<V1VolumeBuilder> predicate) - Specified by:
buildMatchingVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasMatchingVolume
- Specified by:
hasMatchingVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withVolumes
- Specified by:
withVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withVolumes
- Specified by:
withVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
hasVolumes
- Specified by:
hasVolumes
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewVolume
- Specified by:
addNewVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
addNewVolumeLike
public V1PodSpecFluent.VolumesNested<A> addNewVolumeLike(io.kubernetes.client.openapi.models.V1Volume item) - Specified by:
addNewVolumeLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
setNewVolumeLike
public V1PodSpecFluent.VolumesNested<A> setNewVolumeLike(Integer index, io.kubernetes.client.openapi.models.V1Volume item) - Specified by:
setNewVolumeLike
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editVolume
- Specified by:
editVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editFirstVolume
- Specified by:
editFirstVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editLastVolume
- Specified by:
editLastVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
editMatchingVolume
- Specified by:
editMatchingVolume
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1PodSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1PodSpecFluent<A>>
-
toString
-
withAutomountServiceAccountToken
- Specified by:
withAutomountServiceAccountToken
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withEnableServiceLinks
- Specified by:
withEnableServiceLinks
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostIPC
- Specified by:
withHostIPC
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostNetwork
- Specified by:
withHostNetwork
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostPID
- Specified by:
withHostPID
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withHostUsers
- Specified by:
withHostUsers
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-
withSetHostnameAsFQDN
- Specified by:
withSetHostnameAsFQDN
in interfaceV1PodSpecFluent<A extends V1PodSpecFluent<A>>
-