Class PodTemplateBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.template.PodTemplateFluent<PodTemplateBuilder>
io.strimzi.api.kafka.model.template.PodTemplateBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PodTemplate>,io.fabric8.kubernetes.api.builder.Visitable<PodTemplateBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PodTemplate,PodTemplateBuilder>
public class PodTemplateBuilder
extends PodTemplateFluent<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.PodTemplateFluent
PodTemplateFluent.MetadataNested<N> -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionPodTemplateBuilder(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
Methods inherited from class io.strimzi.api.kafka.model.template.PodTemplateFluent
addAllToHostAliases, addAllToImagePullSecrets, addAllToTolerations, addAllToTopologySpreadConstraints, addNewImagePullSecret, addNewToleration, addToHostAliases, addToHostAliases, addToImagePullSecrets, addToImagePullSecrets, addToTolerations, addToTolerations, addToTopologySpreadConstraints, addToTopologySpreadConstraints, buildMetadata, editMetadata, editOrNewMetadata, editOrNewMetadataLike, equals, getAffinity, getEnableServiceLinks, getFirstHostAlias, getFirstImagePullSecret, getFirstToleration, getFirstTopologySpreadConstraint, getHostAlias, getHostAliases, getImagePullSecret, getImagePullSecrets, getLastHostAlias, getLastImagePullSecret, getLastToleration, getLastTopologySpreadConstraint, getMatchingHostAlias, getMatchingImagePullSecret, getMatchingToleration, getMatchingTopologySpreadConstraint, getPriorityClassName, getSchedulerName, getSecurityContext, getTerminationGracePeriodSeconds, getTmpDirSizeLimit, getToleration, getTolerations, getTopologySpreadConstraint, getTopologySpreadConstraints, hasAffinity, hasEnableServiceLinks, hashCode, hasHostAliases, hasImagePullSecrets, hasMatchingHostAlias, hasMatchingImagePullSecret, hasMatchingToleration, hasMatchingTopologySpreadConstraint, hasMetadata, hasPriorityClassName, hasSchedulerName, hasSecurityContext, hasTerminationGracePeriodSeconds, hasTmpDirSizeLimit, hasTolerations, hasTopologySpreadConstraints, removeAllFromHostAliases, removeAllFromImagePullSecrets, removeAllFromTolerations, removeAllFromTopologySpreadConstraints, removeFromHostAliases, removeFromImagePullSecrets, removeFromTolerations, removeFromTopologySpreadConstraints, setToHostAliases, setToImagePullSecrets, setToTolerations, setToTopologySpreadConstraints, toString, withAffinity, withEnableServiceLinks, withEnableServiceLinks, withHostAliases, withHostAliases, withImagePullSecrets, withImagePullSecrets, withMetadata, withNewMetadata, withNewMetadataLike, withPriorityClassName, withSchedulerName, withSecurityContext, withTerminationGracePeriodSeconds, withTmpDirSizeLimit, withTolerations, withTolerations, withTopologySpreadConstraints, withTopologySpreadConstraintsMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMapMethods inherited from interface io.fabric8.kubernetes.api.builder.Visitable
accept, accept, accept, accept, getTarget, getVisitableMap
-
Constructor Details
-
PodTemplateBuilder
public PodTemplateBuilder() -
PodTemplateBuilder
-
PodTemplateBuilder
-
PodTemplateBuilder
-
PodTemplateBuilder
-
PodTemplateBuilder
public PodTemplateBuilder(PodTemplateFluent<?> fluent, PodTemplate instance, Boolean validationEnabled) -
PodTemplateBuilder
-
PodTemplateBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PodTemplate>
-