Class PodTemplateBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.template.PodTemplateFluentImpl<PodTemplateBuilder>
-
- io.strimzi.api.kafka.model.template.PodTemplateBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PodTemplate>,io.fabric8.kubernetes.api.builder.Fluent<PodTemplateBuilder>,io.fabric8.kubernetes.api.builder.Visitable<PodTemplateBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PodTemplate,PodTemplateBuilder>,PodTemplateFluent<PodTemplateBuilder>
public class PodTemplateBuilder extends PodTemplateFluentImpl<PodTemplateBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PodTemplate,PodTemplateBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.template.PodTemplateFluentImpl
PodTemplateFluentImpl.MetadataNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.template.PodTemplateFluent
PodTemplateFluent.MetadataNested<N>
-
-
Constructor Summary
Constructors Constructor Description PodTemplateBuilder()PodTemplateBuilder(PodTemplate instance)PodTemplateBuilder(PodTemplateFluent<?> fluent)PodTemplateBuilder(PodTemplateFluent<?> fluent, PodTemplate instance)PodTemplateBuilder(PodTemplateFluent<?> fluent, PodTemplate instance, Boolean validationEnabled)PodTemplateBuilder(PodTemplateFluent<?> fluent, Boolean validationEnabled)PodTemplateBuilder(PodTemplate instance, Boolean validationEnabled)PodTemplateBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodTemplatebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.strimzi.api.kafka.model.template.PodTemplateFluentImpl
addAllToHostAliases, addAllToImagePullSecrets, addAllToTolerations, addAllToTopologySpreadConstraints, addNewImagePullSecret, addNewToleration, addToHostAliases, addToHostAliases, addToImagePullSecrets, addToImagePullSecrets, addToTolerations, addToTolerations, addToTopologySpreadConstraints, addToTopologySpreadConstraints, buildMetadata, editMetadata, editOrNewMetadata, editOrNewMetadataLike, getAffinity, getEnableServiceLinks, getFirstHostAlias, getFirstImagePullSecret, getFirstToleration, getFirstTopologySpreadConstraint, getHostAlias, getHostAliases, getImagePullSecret, getImagePullSecrets, getLastHostAlias, getLastImagePullSecret, getLastToleration, getLastTopologySpreadConstraint, getMatchingHostAlias, getMatchingImagePullSecret, getMatchingToleration, getMatchingTopologySpreadConstraint, getMetadata, getPriorityClassName, getSchedulerName, getSecurityContext, getTerminationGracePeriodSeconds, getToleration, getTolerations, getTopologySpreadConstraint, getTopologySpreadConstraints, hasAffinity, hasEnableServiceLinks, hasHostAliases, hasImagePullSecrets, hasMatchingHostAlias, hasMatchingImagePullSecret, hasMatchingToleration, hasMatchingTopologySpreadConstraint, hasMetadata, hasPriorityClassName, hasSchedulerName, hasSecurityContext, hasTerminationGracePeriodSeconds, hasTolerations, hasTopologySpreadConstraints, removeAllFromHostAliases, removeAllFromImagePullSecrets, removeAllFromTolerations, removeAllFromTopologySpreadConstraints, removeFromHostAliases, removeFromImagePullSecrets, removeFromTolerations, removeFromTopologySpreadConstraints, setToHostAliases, setToImagePullSecrets, setToTolerations, setToTopologySpreadConstraints, withAffinity, withEnableServiceLinks, withHostAliases, withHostAliases, withImagePullSecrets, withImagePullSecrets, withMetadata, withNewEnableServiceLinks, withNewEnableServiceLinks, withNewMetadata, withNewMetadataLike, withNewPriorityClassName, withNewPriorityClassName, withNewPriorityClassName, withNewPriorityClassName, withNewPriorityClassName, withNewPriorityClassName, withNewPriorityClassName, withNewPriorityClassName, withNewPriorityClassName, withNewPriorityClassName, withNewSchedulerName, withNewSchedulerName, withNewSchedulerName, withNewSchedulerName, withNewSchedulerName, withNewSchedulerName, withNewSchedulerName, withNewSchedulerName, withNewSchedulerName, withNewSchedulerName, withPriorityClassName, withSchedulerName, withSecurityContext, withTerminationGracePeriodSeconds, withTolerations, withTolerations, withTopologySpreadConstraints, withTopologySpreadConstraints
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PodTemplateBuilder
public PodTemplateBuilder()
-
PodTemplateBuilder
public PodTemplateBuilder(Boolean validationEnabled)
-
PodTemplateBuilder
public PodTemplateBuilder(PodTemplateFluent<?> fluent)
-
PodTemplateBuilder
public PodTemplateBuilder(PodTemplateFluent<?> fluent, Boolean validationEnabled)
-
PodTemplateBuilder
public PodTemplateBuilder(PodTemplateFluent<?> fluent, PodTemplate instance)
-
PodTemplateBuilder
public PodTemplateBuilder(PodTemplateFluent<?> fluent, PodTemplate instance, Boolean validationEnabled)
-
PodTemplateBuilder
public PodTemplateBuilder(PodTemplate instance)
-
PodTemplateBuilder
public PodTemplateBuilder(PodTemplate instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public PodTemplate build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PodTemplate>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classPodTemplateFluentImpl<PodTemplateBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPodTemplateFluentImpl<PodTemplateBuilder>
-
-