Package io.fabric8.kubernetes.api.model
Class PodSpecFluentImpl<A extends PodSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodSpecFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PodSpecFluent<A>
- Direct Known Subclasses:
PodFluentImpl.SpecNestedImpl,PodSpecBuilder,PodTemplateSpecFluentImpl.SpecNestedImpl,WatchEventFluentImpl.PodSpecObjectNestedImpl
public class PodSpecFluentImpl<A extends PodSpecFluent<A>> extends BaseFluent<A> implements PodSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPodSpecFluentImpl.AffinityNestedImpl<N>classPodSpecFluentImpl.ContainersNestedImpl<N>classPodSpecFluentImpl.DnsConfigNestedImpl<N>classPodSpecFluentImpl.EphemeralContainersNestedImpl<N>classPodSpecFluentImpl.HostAliasesNestedImpl<N>classPodSpecFluentImpl.ImagePullSecretsNestedImpl<N>classPodSpecFluentImpl.InitContainersNestedImpl<N>classPodSpecFluentImpl.ReadinessGatesNestedImpl<N>classPodSpecFluentImpl.SecurityContextNestedImpl<N>classPodSpecFluentImpl.TolerationsNestedImpl<N>classPodSpecFluentImpl.TopologySpreadConstraintsNestedImpl<N>classPodSpecFluentImpl.VolumesNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PodSpecFluent
PodSpecFluent.AffinityNested<N>, PodSpecFluent.ContainersNested<N>, PodSpecFluent.DnsConfigNested<N>, PodSpecFluent.EphemeralContainersNested<N>, PodSpecFluent.HostAliasesNested<N>, PodSpecFluent.ImagePullSecretsNested<N>, PodSpecFluent.InitContainersNested<N>, PodSpecFluent.ReadinessGatesNested<N>, PodSpecFluent.SecurityContextNested<N>, PodSpecFluent.TolerationsNested<N>, PodSpecFluent.TopologySpreadConstraintsNested<N>, PodSpecFluent.VolumesNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PodSpecFluentImpl()PodSpecFluentImpl(PodSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
PodSpecFluentImpl
public PodSpecFluentImpl()
-
PodSpecFluentImpl
public PodSpecFluentImpl(PodSpec instance)
-
-
Method Detail
-
getActiveDeadlineSeconds
public Long getActiveDeadlineSeconds()
- Specified by:
getActiveDeadlineSecondsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withActiveDeadlineSeconds
public A withActiveDeadlineSeconds(Long activeDeadlineSeconds)
- Specified by:
withActiveDeadlineSecondsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasActiveDeadlineSeconds
public Boolean hasActiveDeadlineSeconds()
- Specified by:
hasActiveDeadlineSecondsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getAffinity
@Deprecated public Affinity getAffinity()
Deprecated.This method has been deprecated, please use method buildAffinity instead.- Specified by:
getAffinityin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildAffinity
public Affinity buildAffinity()
- Specified by:
buildAffinityin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withAffinity
public A withAffinity(Affinity affinity)
- Specified by:
withAffinityin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasAffinity
public Boolean hasAffinity()
- Specified by:
hasAffinityin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewAffinity
public PodSpecFluent.AffinityNested<A> withNewAffinity()
- Specified by:
withNewAffinityin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewAffinityLike
public PodSpecFluent.AffinityNested<A> withNewAffinityLike(Affinity item)
- Specified by:
withNewAffinityLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editAffinity
public PodSpecFluent.AffinityNested<A> editAffinity()
- Specified by:
editAffinityin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editOrNewAffinity
public PodSpecFluent.AffinityNested<A> editOrNewAffinity()
- Specified by:
editOrNewAffinityin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editOrNewAffinityLike
public PodSpecFluent.AffinityNested<A> editOrNewAffinityLike(Affinity item)
- Specified by:
editOrNewAffinityLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
isAutomountServiceAccountToken
public Boolean isAutomountServiceAccountToken()
- Specified by:
isAutomountServiceAccountTokenin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withAutomountServiceAccountToken
public A withAutomountServiceAccountToken(Boolean automountServiceAccountToken)
- Specified by:
withAutomountServiceAccountTokenin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasAutomountServiceAccountToken
public Boolean hasAutomountServiceAccountToken()
- Specified by:
hasAutomountServiceAccountTokenin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewAutomountServiceAccountToken
public A withNewAutomountServiceAccountToken(String arg1)
- Specified by:
withNewAutomountServiceAccountTokenin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewAutomountServiceAccountToken
public A withNewAutomountServiceAccountToken(boolean arg1)
- Specified by:
withNewAutomountServiceAccountTokenin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToContainers
public A addToContainers(int index, Container item)
- Specified by:
addToContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setToContainers
public A setToContainers(int index, Container item)
- Specified by:
setToContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToContainers
public A addToContainers(Container... items)
- Specified by:
addToContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addAllToContainers
public A addAllToContainers(Collection<Container> items)
- Specified by:
addAllToContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromContainers
public A removeFromContainers(Container... items)
- Specified by:
removeFromContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeAllFromContainers
public A removeAllFromContainers(Collection<Container> items)
- Specified by:
removeAllFromContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeMatchingFromContainers
public A removeMatchingFromContainers(Predicate<ContainerBuilder> predicate)
- Specified by:
removeMatchingFromContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getContainers
@Deprecated public List<Container> getContainers()
Deprecated.This method has been deprecated, please use method buildContainers instead.- Specified by:
getContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildContainers
public List<Container> buildContainers()
- Specified by:
buildContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildContainer
public Container buildContainer(int index)
- Specified by:
buildContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildFirstContainer
public Container buildFirstContainer()
- Specified by:
buildFirstContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildLastContainer
public Container buildLastContainer()
- Specified by:
buildLastContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildMatchingContainer
public Container buildMatchingContainer(Predicate<ContainerBuilder> predicate)
- Specified by:
buildMatchingContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasMatchingContainer
public Boolean hasMatchingContainer(Predicate<ContainerBuilder> predicate)
- Specified by:
hasMatchingContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withContainers
public A withContainers(List<Container> containers)
- Specified by:
withContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withContainers
public A withContainers(Container... containers)
- Specified by:
withContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasContainers
public Boolean hasContainers()
- Specified by:
hasContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewContainer
public PodSpecFluent.ContainersNested<A> addNewContainer()
- Specified by:
addNewContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewContainerLike
public PodSpecFluent.ContainersNested<A> addNewContainerLike(Container item)
- Specified by:
addNewContainerLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setNewContainerLike
public PodSpecFluent.ContainersNested<A> setNewContainerLike(int index, Container item)
- Specified by:
setNewContainerLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editContainer
public PodSpecFluent.ContainersNested<A> editContainer(int index)
- Specified by:
editContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editFirstContainer
public PodSpecFluent.ContainersNested<A> editFirstContainer()
- Specified by:
editFirstContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editLastContainer
public PodSpecFluent.ContainersNested<A> editLastContainer()
- Specified by:
editLastContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editMatchingContainer
public PodSpecFluent.ContainersNested<A> editMatchingContainer(Predicate<ContainerBuilder> predicate)
- Specified by:
editMatchingContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getDnsConfig
@Deprecated public PodDNSConfig getDnsConfig()
Deprecated.This method has been deprecated, please use method buildDnsConfig instead.- Specified by:
getDnsConfigin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildDnsConfig
public PodDNSConfig buildDnsConfig()
- Specified by:
buildDnsConfigin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withDnsConfig
public A withDnsConfig(PodDNSConfig dnsConfig)
- Specified by:
withDnsConfigin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasDnsConfig
public Boolean hasDnsConfig()
- Specified by:
hasDnsConfigin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewDnsConfig
public PodSpecFluent.DnsConfigNested<A> withNewDnsConfig()
- Specified by:
withNewDnsConfigin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewDnsConfigLike
public PodSpecFluent.DnsConfigNested<A> withNewDnsConfigLike(PodDNSConfig item)
- Specified by:
withNewDnsConfigLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editDnsConfig
public PodSpecFluent.DnsConfigNested<A> editDnsConfig()
- Specified by:
editDnsConfigin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editOrNewDnsConfig
public PodSpecFluent.DnsConfigNested<A> editOrNewDnsConfig()
- Specified by:
editOrNewDnsConfigin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editOrNewDnsConfigLike
public PodSpecFluent.DnsConfigNested<A> editOrNewDnsConfigLike(PodDNSConfig item)
- Specified by:
editOrNewDnsConfigLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getDnsPolicy
public String getDnsPolicy()
- Specified by:
getDnsPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withDnsPolicy
public A withDnsPolicy(String dnsPolicy)
- Specified by:
withDnsPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasDnsPolicy
public Boolean hasDnsPolicy()
- Specified by:
hasDnsPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewDnsPolicy
public A withNewDnsPolicy(String arg1)
- Specified by:
withNewDnsPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewDnsPolicy
public A withNewDnsPolicy(StringBuilder arg1)
- Specified by:
withNewDnsPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewDnsPolicy
public A withNewDnsPolicy(StringBuffer arg1)
- Specified by:
withNewDnsPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
isEnableServiceLinks
public Boolean isEnableServiceLinks()
- Specified by:
isEnableServiceLinksin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withEnableServiceLinks
public A withEnableServiceLinks(Boolean enableServiceLinks)
- Specified by:
withEnableServiceLinksin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasEnableServiceLinks
public Boolean hasEnableServiceLinks()
- Specified by:
hasEnableServiceLinksin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewEnableServiceLinks
public A withNewEnableServiceLinks(String arg1)
- Specified by:
withNewEnableServiceLinksin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewEnableServiceLinks
public A withNewEnableServiceLinks(boolean arg1)
- Specified by:
withNewEnableServiceLinksin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToEphemeralContainers
public A addToEphemeralContainers(int index, EphemeralContainer item)
- Specified by:
addToEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setToEphemeralContainers
public A setToEphemeralContainers(int index, EphemeralContainer item)
- Specified by:
setToEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToEphemeralContainers
public A addToEphemeralContainers(EphemeralContainer... items)
- Specified by:
addToEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addAllToEphemeralContainers
public A addAllToEphemeralContainers(Collection<EphemeralContainer> items)
- Specified by:
addAllToEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromEphemeralContainers
public A removeFromEphemeralContainers(EphemeralContainer... items)
- Specified by:
removeFromEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeAllFromEphemeralContainers
public A removeAllFromEphemeralContainers(Collection<EphemeralContainer> items)
- Specified by:
removeAllFromEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeMatchingFromEphemeralContainers
public A removeMatchingFromEphemeralContainers(Predicate<EphemeralContainerBuilder> predicate)
- Specified by:
removeMatchingFromEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getEphemeralContainers
@Deprecated public List<EphemeralContainer> getEphemeralContainers()
Deprecated.This method has been deprecated, please use method buildEphemeralContainers instead.- Specified by:
getEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildEphemeralContainers
public List<EphemeralContainer> buildEphemeralContainers()
- Specified by:
buildEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildEphemeralContainer
public EphemeralContainer buildEphemeralContainer(int index)
- Specified by:
buildEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildFirstEphemeralContainer
public EphemeralContainer buildFirstEphemeralContainer()
- Specified by:
buildFirstEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildLastEphemeralContainer
public EphemeralContainer buildLastEphemeralContainer()
- Specified by:
buildLastEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildMatchingEphemeralContainer
public EphemeralContainer buildMatchingEphemeralContainer(Predicate<EphemeralContainerBuilder> predicate)
- Specified by:
buildMatchingEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasMatchingEphemeralContainer
public Boolean hasMatchingEphemeralContainer(Predicate<EphemeralContainerBuilder> predicate)
- Specified by:
hasMatchingEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withEphemeralContainers
public A withEphemeralContainers(List<EphemeralContainer> ephemeralContainers)
- Specified by:
withEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withEphemeralContainers
public A withEphemeralContainers(EphemeralContainer... ephemeralContainers)
- Specified by:
withEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasEphemeralContainers
public Boolean hasEphemeralContainers()
- Specified by:
hasEphemeralContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewEphemeralContainer
public PodSpecFluent.EphemeralContainersNested<A> addNewEphemeralContainer()
- Specified by:
addNewEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewEphemeralContainerLike
public PodSpecFluent.EphemeralContainersNested<A> addNewEphemeralContainerLike(EphemeralContainer item)
- Specified by:
addNewEphemeralContainerLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setNewEphemeralContainerLike
public PodSpecFluent.EphemeralContainersNested<A> setNewEphemeralContainerLike(int index, EphemeralContainer item)
- Specified by:
setNewEphemeralContainerLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editEphemeralContainer
public PodSpecFluent.EphemeralContainersNested<A> editEphemeralContainer(int index)
- Specified by:
editEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editFirstEphemeralContainer
public PodSpecFluent.EphemeralContainersNested<A> editFirstEphemeralContainer()
- Specified by:
editFirstEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editLastEphemeralContainer
public PodSpecFluent.EphemeralContainersNested<A> editLastEphemeralContainer()
- Specified by:
editLastEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editMatchingEphemeralContainer
public PodSpecFluent.EphemeralContainersNested<A> editMatchingEphemeralContainer(Predicate<EphemeralContainerBuilder> predicate)
- Specified by:
editMatchingEphemeralContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToHostAliases
public A addToHostAliases(int index, HostAlias item)
- Specified by:
addToHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setToHostAliases
public A setToHostAliases(int index, HostAlias item)
- Specified by:
setToHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToHostAliases
public A addToHostAliases(HostAlias... items)
- Specified by:
addToHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addAllToHostAliases
public A addAllToHostAliases(Collection<HostAlias> items)
- Specified by:
addAllToHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromHostAliases
public A removeFromHostAliases(HostAlias... items)
- Specified by:
removeFromHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeAllFromHostAliases
public A removeAllFromHostAliases(Collection<HostAlias> items)
- Specified by:
removeAllFromHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeMatchingFromHostAliases
public A removeMatchingFromHostAliases(Predicate<HostAliasBuilder> predicate)
- Specified by:
removeMatchingFromHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getHostAliases
@Deprecated public List<HostAlias> getHostAliases()
Deprecated.This method has been deprecated, please use method buildHostAliases instead.- Specified by:
getHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildHostAliases
public List<HostAlias> buildHostAliases()
- Specified by:
buildHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildHostAlias
public HostAlias buildHostAlias(int index)
- Specified by:
buildHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildFirstHostAlias
public HostAlias buildFirstHostAlias()
- Specified by:
buildFirstHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildLastHostAlias
public HostAlias buildLastHostAlias()
- Specified by:
buildLastHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildMatchingHostAlias
public HostAlias buildMatchingHostAlias(Predicate<HostAliasBuilder> predicate)
- Specified by:
buildMatchingHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasMatchingHostAlias
public Boolean hasMatchingHostAlias(Predicate<HostAliasBuilder> predicate)
- Specified by:
hasMatchingHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withHostAliases
public A withHostAliases(List<HostAlias> hostAliases)
- Specified by:
withHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withHostAliases
public A withHostAliases(HostAlias... hostAliases)
- Specified by:
withHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasHostAliases
public Boolean hasHostAliases()
- Specified by:
hasHostAliasesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewHostAlias
public PodSpecFluent.HostAliasesNested<A> addNewHostAlias()
- Specified by:
addNewHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewHostAliasLike
public PodSpecFluent.HostAliasesNested<A> addNewHostAliasLike(HostAlias item)
- Specified by:
addNewHostAliasLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setNewHostAliasLike
public PodSpecFluent.HostAliasesNested<A> setNewHostAliasLike(int index, HostAlias item)
- Specified by:
setNewHostAliasLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editHostAlias
public PodSpecFluent.HostAliasesNested<A> editHostAlias(int index)
- Specified by:
editHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editFirstHostAlias
public PodSpecFluent.HostAliasesNested<A> editFirstHostAlias()
- Specified by:
editFirstHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editLastHostAlias
public PodSpecFluent.HostAliasesNested<A> editLastHostAlias()
- Specified by:
editLastHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editMatchingHostAlias
public PodSpecFluent.HostAliasesNested<A> editMatchingHostAlias(Predicate<HostAliasBuilder> predicate)
- Specified by:
editMatchingHostAliasin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
isHostIPC
public Boolean isHostIPC()
- Specified by:
isHostIPCin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withHostIPC
public A withHostIPC(Boolean hostIPC)
- Specified by:
withHostIPCin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasHostIPC
public Boolean hasHostIPC()
- Specified by:
hasHostIPCin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewHostIPC
public A withNewHostIPC(String arg1)
- Specified by:
withNewHostIPCin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewHostIPC
public A withNewHostIPC(boolean arg1)
- Specified by:
withNewHostIPCin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
isHostNetwork
public Boolean isHostNetwork()
- Specified by:
isHostNetworkin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withHostNetwork
public A withHostNetwork(Boolean hostNetwork)
- Specified by:
withHostNetworkin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasHostNetwork
public Boolean hasHostNetwork()
- Specified by:
hasHostNetworkin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewHostNetwork
public A withNewHostNetwork(String arg1)
- Specified by:
withNewHostNetworkin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewHostNetwork
public A withNewHostNetwork(boolean arg1)
- Specified by:
withNewHostNetworkin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
isHostPID
public Boolean isHostPID()
- Specified by:
isHostPIDin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withHostPID
public A withHostPID(Boolean hostPID)
- Specified by:
withHostPIDin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasHostPID
public Boolean hasHostPID()
- Specified by:
hasHostPIDin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewHostPID
public A withNewHostPID(String arg1)
- Specified by:
withNewHostPIDin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewHostPID
public A withNewHostPID(boolean arg1)
- Specified by:
withNewHostPIDin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getHostname
public String getHostname()
- Specified by:
getHostnamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withHostname
public A withHostname(String hostname)
- Specified by:
withHostnamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasHostname
public Boolean hasHostname()
- Specified by:
hasHostnamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewHostname
public A withNewHostname(String arg1)
- Specified by:
withNewHostnamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewHostname
public A withNewHostname(StringBuilder arg1)
- Specified by:
withNewHostnamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewHostname
public A withNewHostname(StringBuffer arg1)
- Specified by:
withNewHostnamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToImagePullSecrets
public A addToImagePullSecrets(int index, LocalObjectReference item)
- Specified by:
addToImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setToImagePullSecrets
public A setToImagePullSecrets(int index, LocalObjectReference item)
- Specified by:
setToImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToImagePullSecrets
public A addToImagePullSecrets(LocalObjectReference... items)
- Specified by:
addToImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addAllToImagePullSecrets
public A addAllToImagePullSecrets(Collection<LocalObjectReference> items)
- Specified by:
addAllToImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromImagePullSecrets
public A removeFromImagePullSecrets(LocalObjectReference... items)
- Specified by:
removeFromImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeAllFromImagePullSecrets
public A removeAllFromImagePullSecrets(Collection<LocalObjectReference> items)
- Specified by:
removeAllFromImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeMatchingFromImagePullSecrets
public A removeMatchingFromImagePullSecrets(Predicate<LocalObjectReferenceBuilder> predicate)
- Specified by:
removeMatchingFromImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getImagePullSecrets
@Deprecated public List<LocalObjectReference> getImagePullSecrets()
Deprecated.This method has been deprecated, please use method buildImagePullSecrets instead.- Specified by:
getImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildImagePullSecrets
public List<LocalObjectReference> buildImagePullSecrets()
- Specified by:
buildImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildImagePullSecret
public LocalObjectReference buildImagePullSecret(int index)
- Specified by:
buildImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildFirstImagePullSecret
public LocalObjectReference buildFirstImagePullSecret()
- Specified by:
buildFirstImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildLastImagePullSecret
public LocalObjectReference buildLastImagePullSecret()
- Specified by:
buildLastImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildMatchingImagePullSecret
public LocalObjectReference buildMatchingImagePullSecret(Predicate<LocalObjectReferenceBuilder> predicate)
- Specified by:
buildMatchingImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasMatchingImagePullSecret
public Boolean hasMatchingImagePullSecret(Predicate<LocalObjectReferenceBuilder> predicate)
- Specified by:
hasMatchingImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withImagePullSecrets
public A withImagePullSecrets(List<LocalObjectReference> imagePullSecrets)
- Specified by:
withImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withImagePullSecrets
public A withImagePullSecrets(LocalObjectReference... imagePullSecrets)
- Specified by:
withImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasImagePullSecrets
public Boolean hasImagePullSecrets()
- Specified by:
hasImagePullSecretsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewImagePullSecret
public A addNewImagePullSecret(String name)
- Specified by:
addNewImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewImagePullSecret
public PodSpecFluent.ImagePullSecretsNested<A> addNewImagePullSecret()
- Specified by:
addNewImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewImagePullSecretLike
public PodSpecFluent.ImagePullSecretsNested<A> addNewImagePullSecretLike(LocalObjectReference item)
- Specified by:
addNewImagePullSecretLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setNewImagePullSecretLike
public PodSpecFluent.ImagePullSecretsNested<A> setNewImagePullSecretLike(int index, LocalObjectReference item)
- Specified by:
setNewImagePullSecretLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editImagePullSecret
public PodSpecFluent.ImagePullSecretsNested<A> editImagePullSecret(int index)
- Specified by:
editImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editFirstImagePullSecret
public PodSpecFluent.ImagePullSecretsNested<A> editFirstImagePullSecret()
- Specified by:
editFirstImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editLastImagePullSecret
public PodSpecFluent.ImagePullSecretsNested<A> editLastImagePullSecret()
- Specified by:
editLastImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editMatchingImagePullSecret
public PodSpecFluent.ImagePullSecretsNested<A> editMatchingImagePullSecret(Predicate<LocalObjectReferenceBuilder> predicate)
- Specified by:
editMatchingImagePullSecretin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToInitContainers
public A addToInitContainers(int index, Container item)
- Specified by:
addToInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setToInitContainers
public A setToInitContainers(int index, Container item)
- Specified by:
setToInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToInitContainers
public A addToInitContainers(Container... items)
- Specified by:
addToInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addAllToInitContainers
public A addAllToInitContainers(Collection<Container> items)
- Specified by:
addAllToInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromInitContainers
public A removeFromInitContainers(Container... items)
- Specified by:
removeFromInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeAllFromInitContainers
public A removeAllFromInitContainers(Collection<Container> items)
- Specified by:
removeAllFromInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeMatchingFromInitContainers
public A removeMatchingFromInitContainers(Predicate<ContainerBuilder> predicate)
- Specified by:
removeMatchingFromInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getInitContainers
@Deprecated public List<Container> getInitContainers()
Deprecated.This method has been deprecated, please use method buildInitContainers instead.- Specified by:
getInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildInitContainers
public List<Container> buildInitContainers()
- Specified by:
buildInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildInitContainer
public Container buildInitContainer(int index)
- Specified by:
buildInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildFirstInitContainer
public Container buildFirstInitContainer()
- Specified by:
buildFirstInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildLastInitContainer
public Container buildLastInitContainer()
- Specified by:
buildLastInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildMatchingInitContainer
public Container buildMatchingInitContainer(Predicate<ContainerBuilder> predicate)
- Specified by:
buildMatchingInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasMatchingInitContainer
public Boolean hasMatchingInitContainer(Predicate<ContainerBuilder> predicate)
- Specified by:
hasMatchingInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withInitContainers
public A withInitContainers(List<Container> initContainers)
- Specified by:
withInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withInitContainers
public A withInitContainers(Container... initContainers)
- Specified by:
withInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasInitContainers
public Boolean hasInitContainers()
- Specified by:
hasInitContainersin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewInitContainer
public PodSpecFluent.InitContainersNested<A> addNewInitContainer()
- Specified by:
addNewInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewInitContainerLike
public PodSpecFluent.InitContainersNested<A> addNewInitContainerLike(Container item)
- Specified by:
addNewInitContainerLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setNewInitContainerLike
public PodSpecFluent.InitContainersNested<A> setNewInitContainerLike(int index, Container item)
- Specified by:
setNewInitContainerLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editInitContainer
public PodSpecFluent.InitContainersNested<A> editInitContainer(int index)
- Specified by:
editInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editFirstInitContainer
public PodSpecFluent.InitContainersNested<A> editFirstInitContainer()
- Specified by:
editFirstInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editLastInitContainer
public PodSpecFluent.InitContainersNested<A> editLastInitContainer()
- Specified by:
editLastInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editMatchingInitContainer
public PodSpecFluent.InitContainersNested<A> editMatchingInitContainer(Predicate<ContainerBuilder> predicate)
- Specified by:
editMatchingInitContainerin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getNodeName
public String getNodeName()
- Specified by:
getNodeNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNodeName
public A withNodeName(String nodeName)
- Specified by:
withNodeNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasNodeName
public Boolean hasNodeName()
- Specified by:
hasNodeNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewNodeName
public A withNewNodeName(String arg1)
- Specified by:
withNewNodeNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewNodeName
public A withNewNodeName(StringBuilder arg1)
- Specified by:
withNewNodeNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewNodeName
public A withNewNodeName(StringBuffer arg1)
- Specified by:
withNewNodeNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToNodeSelector
public A addToNodeSelector(String key, String value)
- Specified by:
addToNodeSelectorin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToNodeSelector
public A addToNodeSelector(Map<String,String> map)
- Specified by:
addToNodeSelectorin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromNodeSelector
public A removeFromNodeSelector(String key)
- Specified by:
removeFromNodeSelectorin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromNodeSelector
public A removeFromNodeSelector(Map<String,String> map)
- Specified by:
removeFromNodeSelectorin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getNodeSelector
public Map<String,String> getNodeSelector()
- Specified by:
getNodeSelectorin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNodeSelector
public A withNodeSelector(Map<String,String> nodeSelector)
- Specified by:
withNodeSelectorin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasNodeSelector
public Boolean hasNodeSelector()
- Specified by:
hasNodeSelectorin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToOverhead
public A addToOverhead(String key, Quantity value)
- Specified by:
addToOverheadin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToOverhead
public A addToOverhead(Map<String,Quantity> map)
- Specified by:
addToOverheadin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromOverhead
public A removeFromOverhead(String key)
- Specified by:
removeFromOverheadin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromOverhead
public A removeFromOverhead(Map<String,Quantity> map)
- Specified by:
removeFromOverheadin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getOverhead
public Map<String,Quantity> getOverhead()
- Specified by:
getOverheadin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withOverhead
public A withOverhead(Map<String,Quantity> overhead)
- Specified by:
withOverheadin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasOverhead
public Boolean hasOverhead()
- Specified by:
hasOverheadin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getPreemptionPolicy
public String getPreemptionPolicy()
- Specified by:
getPreemptionPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withPreemptionPolicy
public A withPreemptionPolicy(String preemptionPolicy)
- Specified by:
withPreemptionPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasPreemptionPolicy
public Boolean hasPreemptionPolicy()
- Specified by:
hasPreemptionPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewPreemptionPolicy
public A withNewPreemptionPolicy(String arg1)
- Specified by:
withNewPreemptionPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewPreemptionPolicy
public A withNewPreemptionPolicy(StringBuilder arg1)
- Specified by:
withNewPreemptionPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewPreemptionPolicy
public A withNewPreemptionPolicy(StringBuffer arg1)
- Specified by:
withNewPreemptionPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getPriority
public Integer getPriority()
- Specified by:
getPriorityin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withPriority
public A withPriority(Integer priority)
- Specified by:
withPriorityin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasPriority
public Boolean hasPriority()
- Specified by:
hasPriorityin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getPriorityClassName
public String getPriorityClassName()
- Specified by:
getPriorityClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withPriorityClassName
public A withPriorityClassName(String priorityClassName)
- Specified by:
withPriorityClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasPriorityClassName
public Boolean hasPriorityClassName()
- Specified by:
hasPriorityClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(String arg1)
- Specified by:
withNewPriorityClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(StringBuilder arg1)
- Specified by:
withNewPriorityClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(StringBuffer arg1)
- Specified by:
withNewPriorityClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToReadinessGates
public A addToReadinessGates(int index, PodReadinessGate item)
- Specified by:
addToReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setToReadinessGates
public A setToReadinessGates(int index, PodReadinessGate item)
- Specified by:
setToReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToReadinessGates
public A addToReadinessGates(PodReadinessGate... items)
- Specified by:
addToReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addAllToReadinessGates
public A addAllToReadinessGates(Collection<PodReadinessGate> items)
- Specified by:
addAllToReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromReadinessGates
public A removeFromReadinessGates(PodReadinessGate... items)
- Specified by:
removeFromReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeAllFromReadinessGates
public A removeAllFromReadinessGates(Collection<PodReadinessGate> items)
- Specified by:
removeAllFromReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeMatchingFromReadinessGates
public A removeMatchingFromReadinessGates(Predicate<PodReadinessGateBuilder> predicate)
- Specified by:
removeMatchingFromReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getReadinessGates
@Deprecated public List<PodReadinessGate> getReadinessGates()
Deprecated.This method has been deprecated, please use method buildReadinessGates instead.- Specified by:
getReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildReadinessGates
public List<PodReadinessGate> buildReadinessGates()
- Specified by:
buildReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildReadinessGate
public PodReadinessGate buildReadinessGate(int index)
- Specified by:
buildReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildFirstReadinessGate
public PodReadinessGate buildFirstReadinessGate()
- Specified by:
buildFirstReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildLastReadinessGate
public PodReadinessGate buildLastReadinessGate()
- Specified by:
buildLastReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildMatchingReadinessGate
public PodReadinessGate buildMatchingReadinessGate(Predicate<PodReadinessGateBuilder> predicate)
- Specified by:
buildMatchingReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasMatchingReadinessGate
public Boolean hasMatchingReadinessGate(Predicate<PodReadinessGateBuilder> predicate)
- Specified by:
hasMatchingReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withReadinessGates
public A withReadinessGates(List<PodReadinessGate> readinessGates)
- Specified by:
withReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withReadinessGates
public A withReadinessGates(PodReadinessGate... readinessGates)
- Specified by:
withReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasReadinessGates
public Boolean hasReadinessGates()
- Specified by:
hasReadinessGatesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewReadinessGate
public A addNewReadinessGate(String conditionType)
- Specified by:
addNewReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewReadinessGate
public PodSpecFluent.ReadinessGatesNested<A> addNewReadinessGate()
- Specified by:
addNewReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewReadinessGateLike
public PodSpecFluent.ReadinessGatesNested<A> addNewReadinessGateLike(PodReadinessGate item)
- Specified by:
addNewReadinessGateLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setNewReadinessGateLike
public PodSpecFluent.ReadinessGatesNested<A> setNewReadinessGateLike(int index, PodReadinessGate item)
- Specified by:
setNewReadinessGateLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editReadinessGate
public PodSpecFluent.ReadinessGatesNested<A> editReadinessGate(int index)
- Specified by:
editReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editFirstReadinessGate
public PodSpecFluent.ReadinessGatesNested<A> editFirstReadinessGate()
- Specified by:
editFirstReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editLastReadinessGate
public PodSpecFluent.ReadinessGatesNested<A> editLastReadinessGate()
- Specified by:
editLastReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editMatchingReadinessGate
public PodSpecFluent.ReadinessGatesNested<A> editMatchingReadinessGate(Predicate<PodReadinessGateBuilder> predicate)
- Specified by:
editMatchingReadinessGatein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getRestartPolicy
public String getRestartPolicy()
- Specified by:
getRestartPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withRestartPolicy
public A withRestartPolicy(String restartPolicy)
- Specified by:
withRestartPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasRestartPolicy
public Boolean hasRestartPolicy()
- Specified by:
hasRestartPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewRestartPolicy
public A withNewRestartPolicy(String arg1)
- Specified by:
withNewRestartPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewRestartPolicy
public A withNewRestartPolicy(StringBuilder arg1)
- Specified by:
withNewRestartPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewRestartPolicy
public A withNewRestartPolicy(StringBuffer arg1)
- Specified by:
withNewRestartPolicyin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getRuntimeClassName
public String getRuntimeClassName()
- Specified by:
getRuntimeClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withRuntimeClassName
public A withRuntimeClassName(String runtimeClassName)
- Specified by:
withRuntimeClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasRuntimeClassName
public Boolean hasRuntimeClassName()
- Specified by:
hasRuntimeClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewRuntimeClassName
public A withNewRuntimeClassName(String arg1)
- Specified by:
withNewRuntimeClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewRuntimeClassName
public A withNewRuntimeClassName(StringBuilder arg1)
- Specified by:
withNewRuntimeClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewRuntimeClassName
public A withNewRuntimeClassName(StringBuffer arg1)
- Specified by:
withNewRuntimeClassNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getSchedulerName
public String getSchedulerName()
- Specified by:
getSchedulerNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withSchedulerName
public A withSchedulerName(String schedulerName)
- Specified by:
withSchedulerNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasSchedulerName
public Boolean hasSchedulerName()
- Specified by:
hasSchedulerNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(String arg1)
- Specified by:
withNewSchedulerNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(StringBuilder arg1)
- Specified by:
withNewSchedulerNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(StringBuffer arg1)
- Specified by:
withNewSchedulerNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getSecurityContext
@Deprecated public PodSecurityContext getSecurityContext()
Deprecated.This method has been deprecated, please use method buildSecurityContext instead.- Specified by:
getSecurityContextin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildSecurityContext
public PodSecurityContext buildSecurityContext()
- Specified by:
buildSecurityContextin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withSecurityContext
public A withSecurityContext(PodSecurityContext securityContext)
- Specified by:
withSecurityContextin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasSecurityContext
public Boolean hasSecurityContext()
- Specified by:
hasSecurityContextin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSecurityContext
public PodSpecFluent.SecurityContextNested<A> withNewSecurityContext()
- Specified by:
withNewSecurityContextin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSecurityContextLike
public PodSpecFluent.SecurityContextNested<A> withNewSecurityContextLike(PodSecurityContext item)
- Specified by:
withNewSecurityContextLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editSecurityContext
public PodSpecFluent.SecurityContextNested<A> editSecurityContext()
- Specified by:
editSecurityContextin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editOrNewSecurityContext
public PodSpecFluent.SecurityContextNested<A> editOrNewSecurityContext()
- Specified by:
editOrNewSecurityContextin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editOrNewSecurityContextLike
public PodSpecFluent.SecurityContextNested<A> editOrNewSecurityContextLike(PodSecurityContext item)
- Specified by:
editOrNewSecurityContextLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getServiceAccount
public String getServiceAccount()
- Specified by:
getServiceAccountin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withServiceAccount
public A withServiceAccount(String serviceAccount)
- Specified by:
withServiceAccountin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasServiceAccount
public Boolean hasServiceAccount()
- Specified by:
hasServiceAccountin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewServiceAccount
public A withNewServiceAccount(String arg1)
- Specified by:
withNewServiceAccountin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewServiceAccount
public A withNewServiceAccount(StringBuilder arg1)
- Specified by:
withNewServiceAccountin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewServiceAccount
public A withNewServiceAccount(StringBuffer arg1)
- Specified by:
withNewServiceAccountin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getServiceAccountName
public String getServiceAccountName()
- Specified by:
getServiceAccountNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withServiceAccountName
public A withServiceAccountName(String serviceAccountName)
- Specified by:
withServiceAccountNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasServiceAccountName
public Boolean hasServiceAccountName()
- Specified by:
hasServiceAccountNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewServiceAccountName
public A withNewServiceAccountName(String arg1)
- Specified by:
withNewServiceAccountNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewServiceAccountName
public A withNewServiceAccountName(StringBuilder arg1)
- Specified by:
withNewServiceAccountNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewServiceAccountName
public A withNewServiceAccountName(StringBuffer arg1)
- Specified by:
withNewServiceAccountNamein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
isSetHostnameAsFQDN
public Boolean isSetHostnameAsFQDN()
- Specified by:
isSetHostnameAsFQDNin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withSetHostnameAsFQDN
public A withSetHostnameAsFQDN(Boolean setHostnameAsFQDN)
- Specified by:
withSetHostnameAsFQDNin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasSetHostnameAsFQDN
public Boolean hasSetHostnameAsFQDN()
- Specified by:
hasSetHostnameAsFQDNin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSetHostnameAsFQDN
public A withNewSetHostnameAsFQDN(String arg1)
- Specified by:
withNewSetHostnameAsFQDNin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSetHostnameAsFQDN
public A withNewSetHostnameAsFQDN(boolean arg1)
- Specified by:
withNewSetHostnameAsFQDNin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
isShareProcessNamespace
public Boolean isShareProcessNamespace()
- Specified by:
isShareProcessNamespacein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withShareProcessNamespace
public A withShareProcessNamespace(Boolean shareProcessNamespace)
- Specified by:
withShareProcessNamespacein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasShareProcessNamespace
public Boolean hasShareProcessNamespace()
- Specified by:
hasShareProcessNamespacein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewShareProcessNamespace
public A withNewShareProcessNamespace(String arg1)
- Specified by:
withNewShareProcessNamespacein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewShareProcessNamespace
public A withNewShareProcessNamespace(boolean arg1)
- Specified by:
withNewShareProcessNamespacein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getSubdomain
public String getSubdomain()
- Specified by:
getSubdomainin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withSubdomain
public A withSubdomain(String subdomain)
- Specified by:
withSubdomainin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasSubdomain
public Boolean hasSubdomain()
- Specified by:
hasSubdomainin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSubdomain
public A withNewSubdomain(String arg1)
- Specified by:
withNewSubdomainin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSubdomain
public A withNewSubdomain(StringBuilder arg1)
- Specified by:
withNewSubdomainin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withNewSubdomain
public A withNewSubdomain(StringBuffer arg1)
- Specified by:
withNewSubdomainin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getTerminationGracePeriodSeconds
public Long getTerminationGracePeriodSeconds()
- Specified by:
getTerminationGracePeriodSecondsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withTerminationGracePeriodSeconds
public A withTerminationGracePeriodSeconds(Long terminationGracePeriodSeconds)
- Specified by:
withTerminationGracePeriodSecondsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasTerminationGracePeriodSeconds
public Boolean hasTerminationGracePeriodSeconds()
- Specified by:
hasTerminationGracePeriodSecondsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToTolerations
public A addToTolerations(int index, Toleration item)
- Specified by:
addToTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setToTolerations
public A setToTolerations(int index, Toleration item)
- Specified by:
setToTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToTolerations
public A addToTolerations(Toleration... items)
- Specified by:
addToTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addAllToTolerations
public A addAllToTolerations(Collection<Toleration> items)
- Specified by:
addAllToTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromTolerations
public A removeFromTolerations(Toleration... items)
- Specified by:
removeFromTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeAllFromTolerations
public A removeAllFromTolerations(Collection<Toleration> items)
- Specified by:
removeAllFromTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeMatchingFromTolerations
public A removeMatchingFromTolerations(Predicate<TolerationBuilder> predicate)
- Specified by:
removeMatchingFromTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getTolerations
@Deprecated public List<Toleration> getTolerations()
Deprecated.This method has been deprecated, please use method buildTolerations instead.- Specified by:
getTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildTolerations
public List<Toleration> buildTolerations()
- Specified by:
buildTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildToleration
public Toleration buildToleration(int index)
- Specified by:
buildTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildFirstToleration
public Toleration buildFirstToleration()
- Specified by:
buildFirstTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildLastToleration
public Toleration buildLastToleration()
- Specified by:
buildLastTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildMatchingToleration
public Toleration buildMatchingToleration(Predicate<TolerationBuilder> predicate)
- Specified by:
buildMatchingTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasMatchingToleration
public Boolean hasMatchingToleration(Predicate<TolerationBuilder> predicate)
- Specified by:
hasMatchingTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withTolerations
public A withTolerations(List<Toleration> tolerations)
- Specified by:
withTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withTolerations
public A withTolerations(Toleration... tolerations)
- Specified by:
withTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasTolerations
public Boolean hasTolerations()
- Specified by:
hasTolerationsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewToleration
public A addNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
- Specified by:
addNewTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewToleration
public PodSpecFluent.TolerationsNested<A> addNewToleration()
- Specified by:
addNewTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewTolerationLike
public PodSpecFluent.TolerationsNested<A> addNewTolerationLike(Toleration item)
- Specified by:
addNewTolerationLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setNewTolerationLike
public PodSpecFluent.TolerationsNested<A> setNewTolerationLike(int index, Toleration item)
- Specified by:
setNewTolerationLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editToleration
public PodSpecFluent.TolerationsNested<A> editToleration(int index)
- Specified by:
editTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editFirstToleration
public PodSpecFluent.TolerationsNested<A> editFirstToleration()
- Specified by:
editFirstTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editLastToleration
public PodSpecFluent.TolerationsNested<A> editLastToleration()
- Specified by:
editLastTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editMatchingToleration
public PodSpecFluent.TolerationsNested<A> editMatchingToleration(Predicate<TolerationBuilder> predicate)
- Specified by:
editMatchingTolerationin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToTopologySpreadConstraints
public A addToTopologySpreadConstraints(int index, TopologySpreadConstraint item)
- Specified by:
addToTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setToTopologySpreadConstraints
public A setToTopologySpreadConstraints(int index, TopologySpreadConstraint item)
- Specified by:
setToTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToTopologySpreadConstraints
public A addToTopologySpreadConstraints(TopologySpreadConstraint... items)
- Specified by:
addToTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addAllToTopologySpreadConstraints
public A addAllToTopologySpreadConstraints(Collection<TopologySpreadConstraint> items)
- Specified by:
addAllToTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromTopologySpreadConstraints
public A removeFromTopologySpreadConstraints(TopologySpreadConstraint... items)
- Specified by:
removeFromTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeAllFromTopologySpreadConstraints
public A removeAllFromTopologySpreadConstraints(Collection<TopologySpreadConstraint> items)
- Specified by:
removeAllFromTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeMatchingFromTopologySpreadConstraints
public A removeMatchingFromTopologySpreadConstraints(Predicate<TopologySpreadConstraintBuilder> predicate)
- Specified by:
removeMatchingFromTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getTopologySpreadConstraints
@Deprecated public List<TopologySpreadConstraint> getTopologySpreadConstraints()
Deprecated.This method has been deprecated, please use method buildTopologySpreadConstraints instead.- Specified by:
getTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildTopologySpreadConstraints
public List<TopologySpreadConstraint> buildTopologySpreadConstraints()
- Specified by:
buildTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildTopologySpreadConstraint
public TopologySpreadConstraint buildTopologySpreadConstraint(int index)
- Specified by:
buildTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildFirstTopologySpreadConstraint
public TopologySpreadConstraint buildFirstTopologySpreadConstraint()
- Specified by:
buildFirstTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildLastTopologySpreadConstraint
public TopologySpreadConstraint buildLastTopologySpreadConstraint()
- Specified by:
buildLastTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildMatchingTopologySpreadConstraint
public TopologySpreadConstraint buildMatchingTopologySpreadConstraint(Predicate<TopologySpreadConstraintBuilder> predicate)
- Specified by:
buildMatchingTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasMatchingTopologySpreadConstraint
public Boolean hasMatchingTopologySpreadConstraint(Predicate<TopologySpreadConstraintBuilder> predicate)
- Specified by:
hasMatchingTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withTopologySpreadConstraints
public A withTopologySpreadConstraints(List<TopologySpreadConstraint> topologySpreadConstraints)
- Specified by:
withTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withTopologySpreadConstraints
public A withTopologySpreadConstraints(TopologySpreadConstraint... topologySpreadConstraints)
- Specified by:
withTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasTopologySpreadConstraints
public Boolean hasTopologySpreadConstraints()
- Specified by:
hasTopologySpreadConstraintsin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewTopologySpreadConstraint
public PodSpecFluent.TopologySpreadConstraintsNested<A> addNewTopologySpreadConstraint()
- Specified by:
addNewTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewTopologySpreadConstraintLike
public PodSpecFluent.TopologySpreadConstraintsNested<A> addNewTopologySpreadConstraintLike(TopologySpreadConstraint item)
- Specified by:
addNewTopologySpreadConstraintLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setNewTopologySpreadConstraintLike
public PodSpecFluent.TopologySpreadConstraintsNested<A> setNewTopologySpreadConstraintLike(int index, TopologySpreadConstraint item)
- Specified by:
setNewTopologySpreadConstraintLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editTopologySpreadConstraint
public PodSpecFluent.TopologySpreadConstraintsNested<A> editTopologySpreadConstraint(int index)
- Specified by:
editTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editFirstTopologySpreadConstraint
public PodSpecFluent.TopologySpreadConstraintsNested<A> editFirstTopologySpreadConstraint()
- Specified by:
editFirstTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editLastTopologySpreadConstraint
public PodSpecFluent.TopologySpreadConstraintsNested<A> editLastTopologySpreadConstraint()
- Specified by:
editLastTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editMatchingTopologySpreadConstraint
public PodSpecFluent.TopologySpreadConstraintsNested<A> editMatchingTopologySpreadConstraint(Predicate<TopologySpreadConstraintBuilder> predicate)
- Specified by:
editMatchingTopologySpreadConstraintin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToVolumes
public A addToVolumes(int index, Volume item)
- Specified by:
addToVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setToVolumes
public A setToVolumes(int index, Volume item)
- Specified by:
setToVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addToVolumes
public A addToVolumes(Volume... items)
- Specified by:
addToVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addAllToVolumes
public A addAllToVolumes(Collection<Volume> items)
- Specified by:
addAllToVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeFromVolumes
public A removeFromVolumes(Volume... items)
- Specified by:
removeFromVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeAllFromVolumes
public A removeAllFromVolumes(Collection<Volume> items)
- Specified by:
removeAllFromVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
removeMatchingFromVolumes
public A removeMatchingFromVolumes(Predicate<VolumeBuilder> predicate)
- Specified by:
removeMatchingFromVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
getVolumes
@Deprecated public List<Volume> getVolumes()
Deprecated.This method has been deprecated, please use method buildVolumes instead.- Specified by:
getVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>- Returns:
- The buildable object.
-
buildVolumes
public List<Volume> buildVolumes()
- Specified by:
buildVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildVolume
public Volume buildVolume(int index)
- Specified by:
buildVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildFirstVolume
public Volume buildFirstVolume()
- Specified by:
buildFirstVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildLastVolume
public Volume buildLastVolume()
- Specified by:
buildLastVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
buildMatchingVolume
public Volume buildMatchingVolume(Predicate<VolumeBuilder> predicate)
- Specified by:
buildMatchingVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasMatchingVolume
public Boolean hasMatchingVolume(Predicate<VolumeBuilder> predicate)
- Specified by:
hasMatchingVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withVolumes
public A withVolumes(List<Volume> volumes)
- Specified by:
withVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
withVolumes
public A withVolumes(Volume... volumes)
- Specified by:
withVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
hasVolumes
public Boolean hasVolumes()
- Specified by:
hasVolumesin interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewVolume
public PodSpecFluent.VolumesNested<A> addNewVolume()
- Specified by:
addNewVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
addNewVolumeLike
public PodSpecFluent.VolumesNested<A> addNewVolumeLike(Volume item)
- Specified by:
addNewVolumeLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
setNewVolumeLike
public PodSpecFluent.VolumesNested<A> setNewVolumeLike(int index, Volume item)
- Specified by:
setNewVolumeLikein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editVolume
public PodSpecFluent.VolumesNested<A> editVolume(int index)
- Specified by:
editVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editFirstVolume
public PodSpecFluent.VolumesNested<A> editFirstVolume()
- Specified by:
editFirstVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editLastVolume
public PodSpecFluent.VolumesNested<A> editLastVolume()
- Specified by:
editLastVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
editMatchingVolume
public PodSpecFluent.VolumesNested<A> editMatchingVolume(Predicate<VolumeBuilder> predicate)
- Specified by:
editMatchingVolumein interfacePodSpecFluent<A extends PodSpecFluent<A>>
-
-