Class PodTemplateFluentImpl<A extends PodTemplateFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.template.PodTemplateFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,PodTemplateFluent<A>
- Direct Known Subclasses:
CruiseControlTemplateFluentImpl.PodNestedImpl,EntityOperatorTemplateFluentImpl.PodNestedImpl,JmxTransTemplateFluentImpl.PodNestedImpl,KafkaBridgeTemplateFluentImpl.PodNestedImpl,KafkaClusterTemplateFluentImpl.PodNestedImpl,KafkaConnectTemplateFluentImpl.BuildPodNestedImpl,KafkaConnectTemplateFluentImpl.PodNestedImpl,KafkaExporterTemplateFluentImpl.PodNestedImpl,KafkaMirrorMaker2TemplateFluentImpl.PodNestedImpl,KafkaMirrorMakerTemplateFluentImpl.PodNestedImpl,PodTemplateBuilder,ZookeeperClusterTemplateFluentImpl.PodNestedImpl
public class PodTemplateFluentImpl<A extends PodTemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PodTemplateFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPodTemplateFluentImpl.MetadataNestedImpl<N>-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.template.PodTemplateFluent
PodTemplateFluent.MetadataNested<N>
-
-
Constructor Summary
Constructors Constructor Description PodTemplateFluentImpl()PodTemplateFluentImpl(PodTemplate instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AaddAllToHostAliases(Collection<io.fabric8.kubernetes.api.model.HostAlias> items)AaddAllToImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)AaddAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)AaddAllToTopologySpreadConstraints(Collection<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> items)AaddNewImagePullSecret(String name)AaddNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)AaddToHostAliases(int index, io.fabric8.kubernetes.api.model.HostAlias item)AaddToHostAliases(io.fabric8.kubernetes.api.model.HostAlias... items)AaddToImagePullSecrets(int index, io.fabric8.kubernetes.api.model.LocalObjectReference item)AaddToImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items)AaddToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)AaddToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)AaddToTopologySpreadConstraints(int index, io.fabric8.kubernetes.api.model.TopologySpreadConstraint item)AaddToTopologySpreadConstraints(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... items)MetadataTemplatebuildMetadata()PodTemplateFluent.MetadataNested<A>editMetadata()PodTemplateFluent.MetadataNested<A>editOrNewMetadata()PodTemplateFluent.MetadataNested<A>editOrNewMetadataLike(MetadataTemplate item)booleanequals(Object o)io.fabric8.kubernetes.api.model.AffinitygetAffinity()BooleangetEnableServiceLinks()io.fabric8.kubernetes.api.model.HostAliasgetFirstHostAlias()io.fabric8.kubernetes.api.model.LocalObjectReferencegetFirstImagePullSecret()io.fabric8.kubernetes.api.model.TolerationgetFirstToleration()io.fabric8.kubernetes.api.model.TopologySpreadConstraintgetFirstTopologySpreadConstraint()io.fabric8.kubernetes.api.model.HostAliasgetHostAlias(int index)List<io.fabric8.kubernetes.api.model.HostAlias>getHostAliases()io.fabric8.kubernetes.api.model.LocalObjectReferencegetImagePullSecret(int index)List<io.fabric8.kubernetes.api.model.LocalObjectReference>getImagePullSecrets()io.fabric8.kubernetes.api.model.HostAliasgetLastHostAlias()io.fabric8.kubernetes.api.model.LocalObjectReferencegetLastImagePullSecret()io.fabric8.kubernetes.api.model.TolerationgetLastToleration()io.fabric8.kubernetes.api.model.TopologySpreadConstraintgetLastTopologySpreadConstraint()io.fabric8.kubernetes.api.model.HostAliasgetMatchingHostAlias(Predicate<io.fabric8.kubernetes.api.model.HostAlias> predicate)io.fabric8.kubernetes.api.model.LocalObjectReferencegetMatchingImagePullSecret(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)io.fabric8.kubernetes.api.model.TolerationgetMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)io.fabric8.kubernetes.api.model.TopologySpreadConstraintgetMatchingTopologySpreadConstraint(Predicate<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> predicate)MetadataTemplategetMetadata()Deprecated.StringgetPriorityClassName()StringgetSchedulerName()io.fabric8.kubernetes.api.model.PodSecurityContextgetSecurityContext()intgetTerminationGracePeriodSeconds()io.fabric8.kubernetes.api.model.TolerationgetToleration(int index)List<io.fabric8.kubernetes.api.model.Toleration>getTolerations()io.fabric8.kubernetes.api.model.TopologySpreadConstraintgetTopologySpreadConstraint(int index)List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint>getTopologySpreadConstraints()BooleanhasAffinity()BooleanhasEnableServiceLinks()inthashCode()BooleanhasHostAliases()BooleanhasImagePullSecrets()BooleanhasMatchingHostAlias(Predicate<io.fabric8.kubernetes.api.model.HostAlias> predicate)BooleanhasMatchingImagePullSecret(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)BooleanhasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)BooleanhasMatchingTopologySpreadConstraint(Predicate<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> predicate)BooleanhasMetadata()BooleanhasPriorityClassName()BooleanhasSchedulerName()BooleanhasSecurityContext()BooleanhasTerminationGracePeriodSeconds()BooleanhasTolerations()BooleanhasTopologySpreadConstraints()AremoveAllFromHostAliases(Collection<io.fabric8.kubernetes.api.model.HostAlias> items)AremoveAllFromImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)AremoveAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)AremoveAllFromTopologySpreadConstraints(Collection<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> items)AremoveFromHostAliases(io.fabric8.kubernetes.api.model.HostAlias... items)AremoveFromImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items)AremoveFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)AremoveFromTopologySpreadConstraints(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... items)AsetToHostAliases(int index, io.fabric8.kubernetes.api.model.HostAlias item)AsetToImagePullSecrets(int index, io.fabric8.kubernetes.api.model.LocalObjectReference item)AsetToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)AsetToTopologySpreadConstraints(int index, io.fabric8.kubernetes.api.model.TopologySpreadConstraint item)AwithAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)AwithEnableServiceLinks(Boolean enableServiceLinks)AwithHostAliases(io.fabric8.kubernetes.api.model.HostAlias... hostAliases)AwithHostAliases(List<io.fabric8.kubernetes.api.model.HostAlias> hostAliases)AwithImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... imagePullSecrets)AwithImagePullSecrets(List<io.fabric8.kubernetes.api.model.LocalObjectReference> imagePullSecrets)AwithMetadata(MetadataTemplate metadata)AwithNewEnableServiceLinks(boolean arg1)AwithNewEnableServiceLinks(String arg1)PodTemplateFluent.MetadataNested<A>withNewMetadata()PodTemplateFluent.MetadataNested<A>withNewMetadataLike(MetadataTemplate item)AwithNewPriorityClassName(byte[] arg1)AwithNewPriorityClassName(byte[] arg1, int arg2)AwithNewPriorityClassName(byte[] arg1, int arg2, int arg3)AwithNewPriorityClassName(byte[] arg1, int arg2, int arg3, int arg4)AwithNewPriorityClassName(char[] arg1)AwithNewPriorityClassName(char[] arg1, int arg2, int arg3)AwithNewPriorityClassName(int[] arg1, int arg2, int arg3)AwithNewPriorityClassName(String arg1)AwithNewPriorityClassName(StringBuffer arg1)AwithNewPriorityClassName(StringBuilder arg1)AwithNewSchedulerName(byte[] arg1)AwithNewSchedulerName(byte[] arg1, int arg2)AwithNewSchedulerName(byte[] arg1, int arg2, int arg3)AwithNewSchedulerName(byte[] arg1, int arg2, int arg3, int arg4)AwithNewSchedulerName(char[] arg1)AwithNewSchedulerName(char[] arg1, int arg2, int arg3)AwithNewSchedulerName(int[] arg1, int arg2, int arg3)AwithNewSchedulerName(String arg1)AwithNewSchedulerName(StringBuffer arg1)AwithNewSchedulerName(StringBuilder arg1)AwithPriorityClassName(String priorityClassName)AwithSchedulerName(String schedulerName)AwithSecurityContext(io.fabric8.kubernetes.api.model.PodSecurityContext securityContext)AwithTerminationGracePeriodSeconds(int terminationGracePeriodSeconds)AwithTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)AwithTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)AwithTopologySpreadConstraints(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... topologySpreadConstraints)AwithTopologySpreadConstraints(List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> topologySpreadConstraints)
-
-
-
Constructor Detail
-
PodTemplateFluentImpl
public PodTemplateFluentImpl()
-
PodTemplateFluentImpl
public PodTemplateFluentImpl(PodTemplate instance)
-
-
Method Detail
-
getMetadata
@Deprecated public MetadataTemplate getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfacePodTemplateFluent<A extends PodTemplateFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public MetadataTemplate buildMetadata()
- Specified by:
buildMetadatain interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withMetadata
public A withMetadata(MetadataTemplate metadata)
- Specified by:
withMetadatain interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewMetadata
public PodTemplateFluent.MetadataNested<A> withNewMetadata()
- Specified by:
withNewMetadatain interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewMetadataLike
public PodTemplateFluent.MetadataNested<A> withNewMetadataLike(MetadataTemplate item)
- Specified by:
withNewMetadataLikein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
editMetadata
public PodTemplateFluent.MetadataNested<A> editMetadata()
- Specified by:
editMetadatain interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
editOrNewMetadata
public PodTemplateFluent.MetadataNested<A> editOrNewMetadata()
- Specified by:
editOrNewMetadatain interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
editOrNewMetadataLike
public PodTemplateFluent.MetadataNested<A> editOrNewMetadataLike(MetadataTemplate item)
- Specified by:
editOrNewMetadataLikein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addToImagePullSecrets
public A addToImagePullSecrets(int index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
- Specified by:
addToImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
setToImagePullSecrets
public A setToImagePullSecrets(int index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
- Specified by:
setToImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addToImagePullSecrets
public A addToImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
- Specified by:
addToImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addAllToImagePullSecrets
public A addAllToImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
- Specified by:
addAllToImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
removeFromImagePullSecrets
public A removeFromImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
- Specified by:
removeFromImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
removeAllFromImagePullSecrets
public A removeAllFromImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
- Specified by:
removeAllFromImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getImagePullSecrets
public List<io.fabric8.kubernetes.api.model.LocalObjectReference> getImagePullSecrets()
- Specified by:
getImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getImagePullSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference getImagePullSecret(int index)
- Specified by:
getImagePullSecretin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getFirstImagePullSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference getFirstImagePullSecret()
- Specified by:
getFirstImagePullSecretin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getLastImagePullSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference getLastImagePullSecret()
- Specified by:
getLastImagePullSecretin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getMatchingImagePullSecret
public io.fabric8.kubernetes.api.model.LocalObjectReference getMatchingImagePullSecret(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)
- Specified by:
getMatchingImagePullSecretin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasMatchingImagePullSecret
public Boolean hasMatchingImagePullSecret(Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)
- Specified by:
hasMatchingImagePullSecretin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withImagePullSecrets
public A withImagePullSecrets(List<io.fabric8.kubernetes.api.model.LocalObjectReference> imagePullSecrets)
- Specified by:
withImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withImagePullSecrets
public A withImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... imagePullSecrets)
- Specified by:
withImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasImagePullSecrets
public Boolean hasImagePullSecrets()
- Specified by:
hasImagePullSecretsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addNewImagePullSecret
public A addNewImagePullSecret(String name)
- Specified by:
addNewImagePullSecretin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getSecurityContext
public io.fabric8.kubernetes.api.model.PodSecurityContext getSecurityContext()
- Specified by:
getSecurityContextin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withSecurityContext
public A withSecurityContext(io.fabric8.kubernetes.api.model.PodSecurityContext securityContext)
- Specified by:
withSecurityContextin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasSecurityContext
public Boolean hasSecurityContext()
- Specified by:
hasSecurityContextin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getTerminationGracePeriodSeconds
public int getTerminationGracePeriodSeconds()
- Specified by:
getTerminationGracePeriodSecondsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withTerminationGracePeriodSeconds
public A withTerminationGracePeriodSeconds(int terminationGracePeriodSeconds)
- Specified by:
withTerminationGracePeriodSecondsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasTerminationGracePeriodSeconds
public Boolean hasTerminationGracePeriodSeconds()
- Specified by:
hasTerminationGracePeriodSecondsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getAffinity
public io.fabric8.kubernetes.api.model.Affinity getAffinity()
- Specified by:
getAffinityin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withAffinity
public A withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)
- Specified by:
withAffinityin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasAffinity
public Boolean hasAffinity()
- Specified by:
hasAffinityin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addToTolerations
public A addToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
- Specified by:
addToTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
setToTolerations
public A setToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
- Specified by:
setToTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addToTolerations
public A addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
- Specified by:
addToTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addAllToTolerations
public A addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
- Specified by:
addAllToTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
removeFromTolerations
public A removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
- Specified by:
removeFromTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
removeAllFromTolerations
public A removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
- Specified by:
removeAllFromTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getTolerations
public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
- Specified by:
getTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getToleration
public io.fabric8.kubernetes.api.model.Toleration getToleration(int index)
- Specified by:
getTolerationin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getFirstToleration
public io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
- Specified by:
getFirstTolerationin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getLastToleration
public io.fabric8.kubernetes.api.model.Toleration getLastToleration()
- Specified by:
getLastTolerationin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getMatchingToleration
public io.fabric8.kubernetes.api.model.Toleration getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
- Specified by:
getMatchingTolerationin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasMatchingToleration
public Boolean hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
- Specified by:
hasMatchingTolerationin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withTolerations
public A withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
- Specified by:
withTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withTolerations
public A withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)
- Specified by:
withTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasTolerations
public Boolean hasTolerations()
- Specified by:
hasTolerationsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addNewToleration
public A addNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
- Specified by:
addNewTolerationin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addToTopologySpreadConstraints
public A addToTopologySpreadConstraints(int index, io.fabric8.kubernetes.api.model.TopologySpreadConstraint item)
- Specified by:
addToTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
setToTopologySpreadConstraints
public A setToTopologySpreadConstraints(int index, io.fabric8.kubernetes.api.model.TopologySpreadConstraint item)
- Specified by:
setToTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addToTopologySpreadConstraints
public A addToTopologySpreadConstraints(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... items)
- Specified by:
addToTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addAllToTopologySpreadConstraints
public A addAllToTopologySpreadConstraints(Collection<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> items)
- Specified by:
addAllToTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
removeFromTopologySpreadConstraints
public A removeFromTopologySpreadConstraints(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... items)
- Specified by:
removeFromTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
removeAllFromTopologySpreadConstraints
public A removeAllFromTopologySpreadConstraints(Collection<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> items)
- Specified by:
removeAllFromTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getTopologySpreadConstraints
public List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> getTopologySpreadConstraints()
- Specified by:
getTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getTopologySpreadConstraint
public io.fabric8.kubernetes.api.model.TopologySpreadConstraint getTopologySpreadConstraint(int index)
- Specified by:
getTopologySpreadConstraintin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getFirstTopologySpreadConstraint
public io.fabric8.kubernetes.api.model.TopologySpreadConstraint getFirstTopologySpreadConstraint()
- Specified by:
getFirstTopologySpreadConstraintin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getLastTopologySpreadConstraint
public io.fabric8.kubernetes.api.model.TopologySpreadConstraint getLastTopologySpreadConstraint()
- Specified by:
getLastTopologySpreadConstraintin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getMatchingTopologySpreadConstraint
public io.fabric8.kubernetes.api.model.TopologySpreadConstraint getMatchingTopologySpreadConstraint(Predicate<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> predicate)
- Specified by:
getMatchingTopologySpreadConstraintin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasMatchingTopologySpreadConstraint
public Boolean hasMatchingTopologySpreadConstraint(Predicate<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> predicate)
- Specified by:
hasMatchingTopologySpreadConstraintin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withTopologySpreadConstraints
public A withTopologySpreadConstraints(List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> topologySpreadConstraints)
- Specified by:
withTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withTopologySpreadConstraints
public A withTopologySpreadConstraints(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... topologySpreadConstraints)
- Specified by:
withTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasTopologySpreadConstraints
public Boolean hasTopologySpreadConstraints()
- Specified by:
hasTopologySpreadConstraintsin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getPriorityClassName
public String getPriorityClassName()
- Specified by:
getPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withPriorityClassName
public A withPriorityClassName(String priorityClassName)
- Specified by:
withPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasPriorityClassName
public Boolean hasPriorityClassName()
- Specified by:
hasPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(StringBuilder arg1)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(int[] arg1, int arg2, int arg3)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(char[] arg1)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(StringBuffer arg1)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(byte[] arg1, int arg2)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(byte[] arg1)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(char[] arg1, int arg2, int arg3)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewPriorityClassName
public A withNewPriorityClassName(String arg1)
- Specified by:
withNewPriorityClassNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getSchedulerName
public String getSchedulerName()
- Specified by:
getSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withSchedulerName
public A withSchedulerName(String schedulerName)
- Specified by:
withSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasSchedulerName
public Boolean hasSchedulerName()
- Specified by:
hasSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(StringBuilder arg1)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(int[] arg1, int arg2, int arg3)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(char[] arg1)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(StringBuffer arg1)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(byte[] arg1, int arg2)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(byte[] arg1)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(char[] arg1, int arg2, int arg3)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewSchedulerName
public A withNewSchedulerName(String arg1)
- Specified by:
withNewSchedulerNamein interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addToHostAliases
public A addToHostAliases(int index, io.fabric8.kubernetes.api.model.HostAlias item)
- Specified by:
addToHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
setToHostAliases
public A setToHostAliases(int index, io.fabric8.kubernetes.api.model.HostAlias item)
- Specified by:
setToHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addToHostAliases
public A addToHostAliases(io.fabric8.kubernetes.api.model.HostAlias... items)
- Specified by:
addToHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
addAllToHostAliases
public A addAllToHostAliases(Collection<io.fabric8.kubernetes.api.model.HostAlias> items)
- Specified by:
addAllToHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
removeFromHostAliases
public A removeFromHostAliases(io.fabric8.kubernetes.api.model.HostAlias... items)
- Specified by:
removeFromHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
removeAllFromHostAliases
public A removeAllFromHostAliases(Collection<io.fabric8.kubernetes.api.model.HostAlias> items)
- Specified by:
removeAllFromHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getHostAliases
public List<io.fabric8.kubernetes.api.model.HostAlias> getHostAliases()
- Specified by:
getHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getHostAlias
public io.fabric8.kubernetes.api.model.HostAlias getHostAlias(int index)
- Specified by:
getHostAliasin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getFirstHostAlias
public io.fabric8.kubernetes.api.model.HostAlias getFirstHostAlias()
- Specified by:
getFirstHostAliasin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getLastHostAlias
public io.fabric8.kubernetes.api.model.HostAlias getLastHostAlias()
- Specified by:
getLastHostAliasin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getMatchingHostAlias
public io.fabric8.kubernetes.api.model.HostAlias getMatchingHostAlias(Predicate<io.fabric8.kubernetes.api.model.HostAlias> predicate)
- Specified by:
getMatchingHostAliasin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasMatchingHostAlias
public Boolean hasMatchingHostAlias(Predicate<io.fabric8.kubernetes.api.model.HostAlias> predicate)
- Specified by:
hasMatchingHostAliasin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withHostAliases
public A withHostAliases(List<io.fabric8.kubernetes.api.model.HostAlias> hostAliases)
- Specified by:
withHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withHostAliases
public A withHostAliases(io.fabric8.kubernetes.api.model.HostAlias... hostAliases)
- Specified by:
withHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasHostAliases
public Boolean hasHostAliases()
- Specified by:
hasHostAliasesin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
getEnableServiceLinks
public Boolean getEnableServiceLinks()
- Specified by:
getEnableServiceLinksin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withEnableServiceLinks
public A withEnableServiceLinks(Boolean enableServiceLinks)
- Specified by:
withEnableServiceLinksin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
hasEnableServiceLinks
public Boolean hasEnableServiceLinks()
- Specified by:
hasEnableServiceLinksin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewEnableServiceLinks
public A withNewEnableServiceLinks(String arg1)
- Specified by:
withNewEnableServiceLinksin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
withNewEnableServiceLinks
public A withNewEnableServiceLinks(boolean arg1)
- Specified by:
withNewEnableServiceLinksin interfacePodTemplateFluent<A extends PodTemplateFluent<A>>
-
-