Class PodTemplateBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.template.PodTemplateFluent<PodTemplateBuilder>
io.strimzi.api.kafka.model.common.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.common.template.PodTemplateFluent
PodTemplateFluent.MetadataNested<N>, PodTemplateFluent.VolumesNested<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) -
Method Summary
Methods inherited from class io.strimzi.api.kafka.model.common.template.PodTemplateFluent
addAllToHostAliases, addAllToImagePullSecrets, addAllToTolerations, addAllToTopologySpreadConstraints, addAllToVolumes, addNewImagePullSecret, addNewToleration, addNewVolume, addNewVolumeLike, addToHostAliases, addToHostAliases, addToImagePullSecrets, addToImagePullSecrets, addToTolerations, addToTolerations, addToTopologySpreadConstraints, addToTopologySpreadConstraints, addToVolumes, addToVolumes, buildFirstVolume, buildLastVolume, buildMatchingVolume, buildMetadata, buildVolume, buildVolumes, editFirstVolume, editLastVolume, editMatchingVolume, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editVolume, 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, hasMatchingVolume, hasMetadata, hasPriorityClassName, hasSchedulerName, hasSecurityContext, hasTerminationGracePeriodSeconds, hasTmpDirSizeLimit, hasTolerations, hasTopologySpreadConstraints, hasVolumes, removeAllFromHostAliases, removeAllFromImagePullSecrets, removeAllFromTolerations, removeAllFromTopologySpreadConstraints, removeAllFromVolumes, removeFromHostAliases, removeFromImagePullSecrets, removeFromTolerations, removeFromTopologySpreadConstraints, removeFromVolumes, removeMatchingFromVolumes, setNewVolumeLike, setToHostAliases, setToImagePullSecrets, setToTolerations, setToTopologySpreadConstraints, setToVolumes, toString, withAffinity, withEnableServiceLinks, withEnableServiceLinks, withHostAliases, withHostAliases, withImagePullSecrets, withImagePullSecrets, withMetadata, withNewMetadata, withNewMetadataLike, withPriorityClassName, withSchedulerName, withSecurityContext, withTerminationGracePeriodSeconds, withTmpDirSizeLimit, withTolerations, withTolerations, withTopologySpreadConstraints, withTopologySpreadConstraints, withVolumes, withVolumesMethods 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
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PodTemplate>
-