public class V1PodSpecFluentImpl<A extends V1PodSpecFluent<A>> extends BaseFluent<A> implements V1PodSpecFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1PodSpecFluentImpl.AffinityNestedImpl<N> |
class |
V1PodSpecFluentImpl.ContainersNestedImpl<N> |
class |
V1PodSpecFluentImpl.DnsConfigNestedImpl<N> |
class |
V1PodSpecFluentImpl.EphemeralContainersNestedImpl<N> |
class |
V1PodSpecFluentImpl.HostAliasesNestedImpl<N> |
class |
V1PodSpecFluentImpl.ImagePullSecretsNestedImpl<N> |
class |
V1PodSpecFluentImpl.InitContainersNestedImpl<N> |
class |
V1PodSpecFluentImpl.ReadinessGatesNestedImpl<N> |
class |
V1PodSpecFluentImpl.SecurityContextNestedImpl<N> |
class |
V1PodSpecFluentImpl.TolerationsNestedImpl<N> |
class |
V1PodSpecFluentImpl.TopologySpreadConstraintsNestedImpl<N> |
class |
V1PodSpecFluentImpl.VolumesNestedImpl<N> |
V1PodSpecFluent.AffinityNested<N>, V1PodSpecFluent.ContainersNested<N>, V1PodSpecFluent.DnsConfigNested<N>, V1PodSpecFluent.EphemeralContainersNested<N>, V1PodSpecFluent.HostAliasesNested<N>, V1PodSpecFluent.ImagePullSecretsNested<N>, V1PodSpecFluent.InitContainersNested<N>, V1PodSpecFluent.ReadinessGatesNested<N>, V1PodSpecFluent.SecurityContextNested<N>, V1PodSpecFluent.TolerationsNested<N>, V1PodSpecFluent.TopologySpreadConstraintsNested<N>, V1PodSpecFluent.VolumesNested<N>
_visitables
Constructor and Description |
---|
V1PodSpecFluentImpl() |
V1PodSpecFluentImpl(V1PodSpec instance) |
public V1PodSpecFluentImpl()
public V1PodSpecFluentImpl(V1PodSpec instance)
public Long getActiveDeadlineSeconds()
getActiveDeadlineSeconds
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withActiveDeadlineSeconds(Long activeDeadlineSeconds)
withActiveDeadlineSeconds
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasActiveDeadlineSeconds()
hasActiveDeadlineSeconds
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public V1Affinity getAffinity()
getAffinity
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Affinity buildAffinity()
buildAffinity
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withAffinity(V1Affinity affinity)
withAffinity
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasAffinity()
hasAffinity
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.AffinityNested<A> withNewAffinity()
withNewAffinity
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.AffinityNested<A> withNewAffinityLike(V1Affinity item)
withNewAffinityLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.AffinityNested<A> editAffinity()
editAffinity
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.AffinityNested<A> editOrNewAffinity()
editOrNewAffinity
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.AffinityNested<A> editOrNewAffinityLike(V1Affinity item)
editOrNewAffinityLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean isAutomountServiceAccountToken()
isAutomountServiceAccountToken
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withAutomountServiceAccountToken(Boolean automountServiceAccountToken)
withAutomountServiceAccountToken
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasAutomountServiceAccountToken()
hasAutomountServiceAccountToken
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewAutomountServiceAccountToken(String arg1)
withNewAutomountServiceAccountToken
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewAutomountServiceAccountToken(boolean arg1)
withNewAutomountServiceAccountToken
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToContainers(int index, V1Container item)
addToContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A setToContainers(int index, V1Container item)
setToContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToContainers(V1Container... items)
addToContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addAllToContainers(Collection<V1Container> items)
addAllToContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromContainers(V1Container... items)
removeFromContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeAllFromContainers(Collection<V1Container> items)
removeAllFromContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeMatchingFromContainers(Predicate<V1ContainerBuilder> predicate)
removeMatchingFromContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public List<V1Container> getContainers()
getContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public List<V1Container> buildContainers()
buildContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Container buildContainer(int index)
buildContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Container buildFirstContainer()
buildFirstContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Container buildLastContainer()
buildLastContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Container buildMatchingContainer(Predicate<V1ContainerBuilder> predicate)
buildMatchingContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasMatchingContainer(Predicate<V1ContainerBuilder> predicate)
hasMatchingContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withContainers(List<V1Container> containers)
withContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withContainers(V1Container... containers)
withContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasContainers()
hasContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ContainersNested<A> addNewContainer()
addNewContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ContainersNested<A> addNewContainerLike(V1Container item)
addNewContainerLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ContainersNested<A> setNewContainerLike(int index, V1Container item)
setNewContainerLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ContainersNested<A> editContainer(int index)
editContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ContainersNested<A> editFirstContainer()
editFirstContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ContainersNested<A> editLastContainer()
editLastContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ContainersNested<A> editMatchingContainer(Predicate<V1ContainerBuilder> predicate)
editMatchingContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public V1PodDNSConfig getDnsConfig()
getDnsConfig
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodDNSConfig buildDnsConfig()
buildDnsConfig
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withDnsConfig(V1PodDNSConfig dnsConfig)
withDnsConfig
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasDnsConfig()
hasDnsConfig
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.DnsConfigNested<A> withNewDnsConfig()
withNewDnsConfig
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.DnsConfigNested<A> withNewDnsConfigLike(V1PodDNSConfig item)
withNewDnsConfigLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.DnsConfigNested<A> editDnsConfig()
editDnsConfig
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.DnsConfigNested<A> editOrNewDnsConfig()
editOrNewDnsConfig
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.DnsConfigNested<A> editOrNewDnsConfigLike(V1PodDNSConfig item)
editOrNewDnsConfigLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getDnsPolicy()
getDnsPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withDnsPolicy(String dnsPolicy)
withDnsPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasDnsPolicy()
hasDnsPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewDnsPolicy(String arg1)
withNewDnsPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewDnsPolicy(StringBuilder arg1)
withNewDnsPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewDnsPolicy(StringBuffer arg1)
withNewDnsPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean isEnableServiceLinks()
isEnableServiceLinks
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withEnableServiceLinks(Boolean enableServiceLinks)
withEnableServiceLinks
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasEnableServiceLinks()
hasEnableServiceLinks
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewEnableServiceLinks(String arg1)
withNewEnableServiceLinks
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewEnableServiceLinks(boolean arg1)
withNewEnableServiceLinks
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToEphemeralContainers(int index, V1EphemeralContainer item)
addToEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A setToEphemeralContainers(int index, V1EphemeralContainer item)
setToEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToEphemeralContainers(V1EphemeralContainer... items)
addToEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addAllToEphemeralContainers(Collection<V1EphemeralContainer> items)
addAllToEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromEphemeralContainers(V1EphemeralContainer... items)
removeFromEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeAllFromEphemeralContainers(Collection<V1EphemeralContainer> items)
removeAllFromEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeMatchingFromEphemeralContainers(Predicate<V1EphemeralContainerBuilder> predicate)
removeMatchingFromEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public List<V1EphemeralContainer> getEphemeralContainers()
getEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public List<V1EphemeralContainer> buildEphemeralContainers()
buildEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1EphemeralContainer buildEphemeralContainer(int index)
buildEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1EphemeralContainer buildFirstEphemeralContainer()
buildFirstEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1EphemeralContainer buildLastEphemeralContainer()
buildLastEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1EphemeralContainer buildMatchingEphemeralContainer(Predicate<V1EphemeralContainerBuilder> predicate)
buildMatchingEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasMatchingEphemeralContainer(Predicate<V1EphemeralContainerBuilder> predicate)
hasMatchingEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withEphemeralContainers(List<V1EphemeralContainer> ephemeralContainers)
withEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withEphemeralContainers(V1EphemeralContainer... ephemeralContainers)
withEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasEphemeralContainers()
hasEphemeralContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.EphemeralContainersNested<A> addNewEphemeralContainer()
addNewEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.EphemeralContainersNested<A> addNewEphemeralContainerLike(V1EphemeralContainer item)
addNewEphemeralContainerLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.EphemeralContainersNested<A> setNewEphemeralContainerLike(int index, V1EphemeralContainer item)
setNewEphemeralContainerLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.EphemeralContainersNested<A> editEphemeralContainer(int index)
editEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.EphemeralContainersNested<A> editFirstEphemeralContainer()
editFirstEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.EphemeralContainersNested<A> editLastEphemeralContainer()
editLastEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.EphemeralContainersNested<A> editMatchingEphemeralContainer(Predicate<V1EphemeralContainerBuilder> predicate)
editMatchingEphemeralContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToHostAliases(int index, V1HostAlias item)
addToHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A setToHostAliases(int index, V1HostAlias item)
setToHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToHostAliases(V1HostAlias... items)
addToHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addAllToHostAliases(Collection<V1HostAlias> items)
addAllToHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromHostAliases(V1HostAlias... items)
removeFromHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeAllFromHostAliases(Collection<V1HostAlias> items)
removeAllFromHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeMatchingFromHostAliases(Predicate<V1HostAliasBuilder> predicate)
removeMatchingFromHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public List<V1HostAlias> getHostAliases()
getHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public List<V1HostAlias> buildHostAliases()
buildHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1HostAlias buildHostAlias(int index)
buildHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1HostAlias buildFirstHostAlias()
buildFirstHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1HostAlias buildLastHostAlias()
buildLastHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1HostAlias buildMatchingHostAlias(Predicate<V1HostAliasBuilder> predicate)
buildMatchingHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasMatchingHostAlias(Predicate<V1HostAliasBuilder> predicate)
hasMatchingHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withHostAliases(List<V1HostAlias> hostAliases)
withHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withHostAliases(V1HostAlias... hostAliases)
withHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasHostAliases()
hasHostAliases
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.HostAliasesNested<A> addNewHostAlias()
addNewHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.HostAliasesNested<A> addNewHostAliasLike(V1HostAlias item)
addNewHostAliasLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.HostAliasesNested<A> setNewHostAliasLike(int index, V1HostAlias item)
setNewHostAliasLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.HostAliasesNested<A> editHostAlias(int index)
editHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.HostAliasesNested<A> editFirstHostAlias()
editFirstHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.HostAliasesNested<A> editLastHostAlias()
editLastHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.HostAliasesNested<A> editMatchingHostAlias(Predicate<V1HostAliasBuilder> predicate)
editMatchingHostAlias
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean isHostIPC()
isHostIPC
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withHostIPC(Boolean hostIPC)
withHostIPC
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasHostIPC()
hasHostIPC
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewHostIPC(String arg1)
withNewHostIPC
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewHostIPC(boolean arg1)
withNewHostIPC
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean isHostNetwork()
isHostNetwork
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withHostNetwork(Boolean hostNetwork)
withHostNetwork
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasHostNetwork()
hasHostNetwork
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewHostNetwork(String arg1)
withNewHostNetwork
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewHostNetwork(boolean arg1)
withNewHostNetwork
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean isHostPID()
isHostPID
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withHostPID(Boolean hostPID)
withHostPID
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasHostPID()
hasHostPID
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewHostPID(String arg1)
withNewHostPID
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewHostPID(boolean arg1)
withNewHostPID
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getHostname()
getHostname
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withHostname(String hostname)
withHostname
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasHostname()
hasHostname
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewHostname(String arg1)
withNewHostname
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewHostname(StringBuilder arg1)
withNewHostname
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewHostname(StringBuffer arg1)
withNewHostname
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToImagePullSecrets(int index, V1LocalObjectReference item)
addToImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A setToImagePullSecrets(int index, V1LocalObjectReference item)
setToImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToImagePullSecrets(V1LocalObjectReference... items)
addToImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addAllToImagePullSecrets(Collection<V1LocalObjectReference> items)
addAllToImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromImagePullSecrets(V1LocalObjectReference... items)
removeFromImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeAllFromImagePullSecrets(Collection<V1LocalObjectReference> items)
removeAllFromImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeMatchingFromImagePullSecrets(Predicate<V1LocalObjectReferenceBuilder> predicate)
removeMatchingFromImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public List<V1LocalObjectReference> getImagePullSecrets()
getImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public List<V1LocalObjectReference> buildImagePullSecrets()
buildImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1LocalObjectReference buildImagePullSecret(int index)
buildImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1LocalObjectReference buildFirstImagePullSecret()
buildFirstImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1LocalObjectReference buildLastImagePullSecret()
buildLastImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1LocalObjectReference buildMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate)
buildMatchingImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate)
hasMatchingImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withImagePullSecrets(List<V1LocalObjectReference> imagePullSecrets)
withImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withImagePullSecrets(V1LocalObjectReference... imagePullSecrets)
withImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasImagePullSecrets()
hasImagePullSecrets
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ImagePullSecretsNested<A> addNewImagePullSecret()
addNewImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ImagePullSecretsNested<A> addNewImagePullSecretLike(V1LocalObjectReference item)
addNewImagePullSecretLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ImagePullSecretsNested<A> setNewImagePullSecretLike(int index, V1LocalObjectReference item)
setNewImagePullSecretLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ImagePullSecretsNested<A> editImagePullSecret(int index)
editImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ImagePullSecretsNested<A> editFirstImagePullSecret()
editFirstImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ImagePullSecretsNested<A> editLastImagePullSecret()
editLastImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ImagePullSecretsNested<A> editMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate)
editMatchingImagePullSecret
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToInitContainers(int index, V1Container item)
addToInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A setToInitContainers(int index, V1Container item)
setToInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToInitContainers(V1Container... items)
addToInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addAllToInitContainers(Collection<V1Container> items)
addAllToInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromInitContainers(V1Container... items)
removeFromInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeAllFromInitContainers(Collection<V1Container> items)
removeAllFromInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeMatchingFromInitContainers(Predicate<V1ContainerBuilder> predicate)
removeMatchingFromInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public List<V1Container> getInitContainers()
getInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public List<V1Container> buildInitContainers()
buildInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Container buildInitContainer(int index)
buildInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Container buildFirstInitContainer()
buildFirstInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Container buildLastInitContainer()
buildLastInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Container buildMatchingInitContainer(Predicate<V1ContainerBuilder> predicate)
buildMatchingInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasMatchingInitContainer(Predicate<V1ContainerBuilder> predicate)
hasMatchingInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withInitContainers(List<V1Container> initContainers)
withInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withInitContainers(V1Container... initContainers)
withInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasInitContainers()
hasInitContainers
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.InitContainersNested<A> addNewInitContainer()
addNewInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.InitContainersNested<A> addNewInitContainerLike(V1Container item)
addNewInitContainerLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.InitContainersNested<A> setNewInitContainerLike(int index, V1Container item)
setNewInitContainerLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.InitContainersNested<A> editInitContainer(int index)
editInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.InitContainersNested<A> editFirstInitContainer()
editFirstInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.InitContainersNested<A> editLastInitContainer()
editLastInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.InitContainersNested<A> editMatchingInitContainer(Predicate<V1ContainerBuilder> predicate)
editMatchingInitContainer
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getNodeName()
getNodeName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNodeName(String nodeName)
withNodeName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasNodeName()
hasNodeName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewNodeName(String arg1)
withNewNodeName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewNodeName(StringBuilder arg1)
withNewNodeName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewNodeName(StringBuffer arg1)
withNewNodeName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToNodeSelector(String key, String value)
addToNodeSelector
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToNodeSelector(Map<String,String> map)
addToNodeSelector
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromNodeSelector(String key)
removeFromNodeSelector
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromNodeSelector(Map<String,String> map)
removeFromNodeSelector
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Map<String,String> getNodeSelector()
getNodeSelector
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNodeSelector(Map<String,String> nodeSelector)
withNodeSelector
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasNodeSelector()
hasNodeSelector
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToOverhead(String key, Quantity value)
addToOverhead
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToOverhead(Map<String,Quantity> map)
addToOverhead
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromOverhead(String key)
removeFromOverhead
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromOverhead(Map<String,Quantity> map)
removeFromOverhead
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Map<String,Quantity> getOverhead()
getOverhead
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withOverhead(Map<String,Quantity> overhead)
withOverhead
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasOverhead()
hasOverhead
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getPreemptionPolicy()
getPreemptionPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withPreemptionPolicy(String preemptionPolicy)
withPreemptionPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasPreemptionPolicy()
hasPreemptionPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewPreemptionPolicy(String arg1)
withNewPreemptionPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewPreemptionPolicy(StringBuilder arg1)
withNewPreemptionPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewPreemptionPolicy(StringBuffer arg1)
withNewPreemptionPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Integer getPriority()
getPriority
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withPriority(Integer priority)
withPriority
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasPriority()
hasPriority
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getPriorityClassName()
getPriorityClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withPriorityClassName(String priorityClassName)
withPriorityClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasPriorityClassName()
hasPriorityClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewPriorityClassName(String arg1)
withNewPriorityClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewPriorityClassName(StringBuilder arg1)
withNewPriorityClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewPriorityClassName(StringBuffer arg1)
withNewPriorityClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToReadinessGates(int index, V1PodReadinessGate item)
addToReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A setToReadinessGates(int index, V1PodReadinessGate item)
setToReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToReadinessGates(V1PodReadinessGate... items)
addToReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addAllToReadinessGates(Collection<V1PodReadinessGate> items)
addAllToReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromReadinessGates(V1PodReadinessGate... items)
removeFromReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeAllFromReadinessGates(Collection<V1PodReadinessGate> items)
removeAllFromReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeMatchingFromReadinessGates(Predicate<V1PodReadinessGateBuilder> predicate)
removeMatchingFromReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public List<V1PodReadinessGate> getReadinessGates()
getReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public List<V1PodReadinessGate> buildReadinessGates()
buildReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodReadinessGate buildReadinessGate(int index)
buildReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodReadinessGate buildFirstReadinessGate()
buildFirstReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodReadinessGate buildLastReadinessGate()
buildLastReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodReadinessGate buildMatchingReadinessGate(Predicate<V1PodReadinessGateBuilder> predicate)
buildMatchingReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasMatchingReadinessGate(Predicate<V1PodReadinessGateBuilder> predicate)
hasMatchingReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withReadinessGates(List<V1PodReadinessGate> readinessGates)
withReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withReadinessGates(V1PodReadinessGate... readinessGates)
withReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasReadinessGates()
hasReadinessGates
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ReadinessGatesNested<A> addNewReadinessGate()
addNewReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ReadinessGatesNested<A> addNewReadinessGateLike(V1PodReadinessGate item)
addNewReadinessGateLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ReadinessGatesNested<A> setNewReadinessGateLike(int index, V1PodReadinessGate item)
setNewReadinessGateLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ReadinessGatesNested<A> editReadinessGate(int index)
editReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ReadinessGatesNested<A> editFirstReadinessGate()
editFirstReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ReadinessGatesNested<A> editLastReadinessGate()
editLastReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.ReadinessGatesNested<A> editMatchingReadinessGate(Predicate<V1PodReadinessGateBuilder> predicate)
editMatchingReadinessGate
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getRestartPolicy()
getRestartPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withRestartPolicy(String restartPolicy)
withRestartPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasRestartPolicy()
hasRestartPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewRestartPolicy(String arg1)
withNewRestartPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewRestartPolicy(StringBuilder arg1)
withNewRestartPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewRestartPolicy(StringBuffer arg1)
withNewRestartPolicy
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getRuntimeClassName()
getRuntimeClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withRuntimeClassName(String runtimeClassName)
withRuntimeClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasRuntimeClassName()
hasRuntimeClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewRuntimeClassName(String arg1)
withNewRuntimeClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewRuntimeClassName(StringBuilder arg1)
withNewRuntimeClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewRuntimeClassName(StringBuffer arg1)
withNewRuntimeClassName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getSchedulerName()
getSchedulerName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withSchedulerName(String schedulerName)
withSchedulerName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasSchedulerName()
hasSchedulerName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewSchedulerName(String arg1)
withNewSchedulerName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewSchedulerName(StringBuilder arg1)
withNewSchedulerName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewSchedulerName(StringBuffer arg1)
withNewSchedulerName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public V1PodSecurityContext getSecurityContext()
getSecurityContext
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSecurityContext buildSecurityContext()
buildSecurityContext
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withSecurityContext(V1PodSecurityContext securityContext)
withSecurityContext
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasSecurityContext()
hasSecurityContext
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.SecurityContextNested<A> withNewSecurityContext()
withNewSecurityContext
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.SecurityContextNested<A> withNewSecurityContextLike(V1PodSecurityContext item)
withNewSecurityContextLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.SecurityContextNested<A> editSecurityContext()
editSecurityContext
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.SecurityContextNested<A> editOrNewSecurityContext()
editOrNewSecurityContext
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.SecurityContextNested<A> editOrNewSecurityContextLike(V1PodSecurityContext item)
editOrNewSecurityContextLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getServiceAccount()
getServiceAccount
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withServiceAccount(String serviceAccount)
withServiceAccount
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasServiceAccount()
hasServiceAccount
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewServiceAccount(String arg1)
withNewServiceAccount
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewServiceAccount(StringBuilder arg1)
withNewServiceAccount
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewServiceAccount(StringBuffer arg1)
withNewServiceAccount
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getServiceAccountName()
getServiceAccountName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withServiceAccountName(String serviceAccountName)
withServiceAccountName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasServiceAccountName()
hasServiceAccountName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewServiceAccountName(String arg1)
withNewServiceAccountName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewServiceAccountName(StringBuilder arg1)
withNewServiceAccountName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewServiceAccountName(StringBuffer arg1)
withNewServiceAccountName
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean isSetHostnameAsFQDN()
isSetHostnameAsFQDN
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withSetHostnameAsFQDN(Boolean setHostnameAsFQDN)
withSetHostnameAsFQDN
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasSetHostnameAsFQDN()
hasSetHostnameAsFQDN
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewSetHostnameAsFQDN(String arg1)
withNewSetHostnameAsFQDN
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewSetHostnameAsFQDN(boolean arg1)
withNewSetHostnameAsFQDN
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean isShareProcessNamespace()
isShareProcessNamespace
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withShareProcessNamespace(Boolean shareProcessNamespace)
withShareProcessNamespace
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasShareProcessNamespace()
hasShareProcessNamespace
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewShareProcessNamespace(String arg1)
withNewShareProcessNamespace
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewShareProcessNamespace(boolean arg1)
withNewShareProcessNamespace
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public String getSubdomain()
getSubdomain
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withSubdomain(String subdomain)
withSubdomain
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasSubdomain()
hasSubdomain
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewSubdomain(String arg1)
withNewSubdomain
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewSubdomain(StringBuilder arg1)
withNewSubdomain
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withNewSubdomain(StringBuffer arg1)
withNewSubdomain
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Long getTerminationGracePeriodSeconds()
getTerminationGracePeriodSeconds
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withTerminationGracePeriodSeconds(Long terminationGracePeriodSeconds)
withTerminationGracePeriodSeconds
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasTerminationGracePeriodSeconds()
hasTerminationGracePeriodSeconds
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToTolerations(int index, V1Toleration item)
addToTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A setToTolerations(int index, V1Toleration item)
setToTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToTolerations(V1Toleration... items)
addToTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addAllToTolerations(Collection<V1Toleration> items)
addAllToTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromTolerations(V1Toleration... items)
removeFromTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeAllFromTolerations(Collection<V1Toleration> items)
removeAllFromTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeMatchingFromTolerations(Predicate<V1TolerationBuilder> predicate)
removeMatchingFromTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public List<V1Toleration> getTolerations()
getTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public List<V1Toleration> buildTolerations()
buildTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Toleration buildToleration(int index)
buildToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Toleration buildFirstToleration()
buildFirstToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Toleration buildLastToleration()
buildLastToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Toleration buildMatchingToleration(Predicate<V1TolerationBuilder> predicate)
buildMatchingToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasMatchingToleration(Predicate<V1TolerationBuilder> predicate)
hasMatchingToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withTolerations(List<V1Toleration> tolerations)
withTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withTolerations(V1Toleration... tolerations)
withTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasTolerations()
hasTolerations
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TolerationsNested<A> addNewToleration()
addNewToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TolerationsNested<A> addNewTolerationLike(V1Toleration item)
addNewTolerationLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TolerationsNested<A> setNewTolerationLike(int index, V1Toleration item)
setNewTolerationLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TolerationsNested<A> editToleration(int index)
editToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TolerationsNested<A> editFirstToleration()
editFirstToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TolerationsNested<A> editLastToleration()
editLastToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TolerationsNested<A> editMatchingToleration(Predicate<V1TolerationBuilder> predicate)
editMatchingToleration
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToTopologySpreadConstraints(int index, V1TopologySpreadConstraint item)
addToTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A setToTopologySpreadConstraints(int index, V1TopologySpreadConstraint item)
setToTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToTopologySpreadConstraints(V1TopologySpreadConstraint... items)
addToTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addAllToTopologySpreadConstraints(Collection<V1TopologySpreadConstraint> items)
addAllToTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromTopologySpreadConstraints(V1TopologySpreadConstraint... items)
removeFromTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeAllFromTopologySpreadConstraints(Collection<V1TopologySpreadConstraint> items)
removeAllFromTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeMatchingFromTopologySpreadConstraints(Predicate<V1TopologySpreadConstraintBuilder> predicate)
removeMatchingFromTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public List<V1TopologySpreadConstraint> getTopologySpreadConstraints()
getTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public List<V1TopologySpreadConstraint> buildTopologySpreadConstraints()
buildTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1TopologySpreadConstraint buildTopologySpreadConstraint(int index)
buildTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1TopologySpreadConstraint buildFirstTopologySpreadConstraint()
buildFirstTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1TopologySpreadConstraint buildLastTopologySpreadConstraint()
buildLastTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1TopologySpreadConstraint buildMatchingTopologySpreadConstraint(Predicate<V1TopologySpreadConstraintBuilder> predicate)
buildMatchingTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasMatchingTopologySpreadConstraint(Predicate<V1TopologySpreadConstraintBuilder> predicate)
hasMatchingTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withTopologySpreadConstraints(List<V1TopologySpreadConstraint> topologySpreadConstraints)
withTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withTopologySpreadConstraints(V1TopologySpreadConstraint... topologySpreadConstraints)
withTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasTopologySpreadConstraints()
hasTopologySpreadConstraints
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> addNewTopologySpreadConstraint()
addNewTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> addNewTopologySpreadConstraintLike(V1TopologySpreadConstraint item)
addNewTopologySpreadConstraintLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> setNewTopologySpreadConstraintLike(int index, V1TopologySpreadConstraint item)
setNewTopologySpreadConstraintLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> editTopologySpreadConstraint(int index)
editTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> editFirstTopologySpreadConstraint()
editFirstTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> editLastTopologySpreadConstraint()
editLastTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.TopologySpreadConstraintsNested<A> editMatchingTopologySpreadConstraint(Predicate<V1TopologySpreadConstraintBuilder> predicate)
editMatchingTopologySpreadConstraint
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToVolumes(int index, V1Volume item)
addToVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A setToVolumes(int index, V1Volume item)
setToVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addToVolumes(V1Volume... items)
addToVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A addAllToVolumes(Collection<V1Volume> items)
addAllToVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeFromVolumes(V1Volume... items)
removeFromVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeAllFromVolumes(Collection<V1Volume> items)
removeAllFromVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A removeMatchingFromVolumes(Predicate<V1VolumeBuilder> predicate)
removeMatchingFromVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
@Deprecated public List<V1Volume> getVolumes()
getVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public List<V1Volume> buildVolumes()
buildVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Volume buildVolume(int index)
buildVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Volume buildFirstVolume()
buildFirstVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Volume buildLastVolume()
buildLastVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1Volume buildMatchingVolume(Predicate<V1VolumeBuilder> predicate)
buildMatchingVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasMatchingVolume(Predicate<V1VolumeBuilder> predicate)
hasMatchingVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withVolumes(List<V1Volume> volumes)
withVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public A withVolumes(V1Volume... volumes)
withVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public Boolean hasVolumes()
hasVolumes
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.VolumesNested<A> addNewVolume()
addNewVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.VolumesNested<A> addNewVolumeLike(V1Volume item)
addNewVolumeLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.VolumesNested<A> setNewVolumeLike(int index, V1Volume item)
setNewVolumeLike
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.VolumesNested<A> editVolume(int index)
editVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.VolumesNested<A> editFirstVolume()
editFirstVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.VolumesNested<A> editLastVolume()
editLastVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
public V1PodSpecFluent.VolumesNested<A> editMatchingVolume(Predicate<V1VolumeBuilder> predicate)
editMatchingVolume
in interface V1PodSpecFluent<A extends V1PodSpecFluent<A>>
Copyright © 2020. All rights reserved.