Class DeploymentBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.DeploymentFluent<DeploymentBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.DeploymentBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Deployment>,io.fabric8.kubernetes.api.builder.Fluent<DeploymentBuilder>,io.fabric8.kubernetes.api.builder.Visitable<DeploymentBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Deployment,DeploymentBuilder>
public class DeploymentBuilder extends DeploymentFluent<DeploymentBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Deployment,DeploymentBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.DeploymentFluent
DeploymentFluent.AffinityNested<N>, DeploymentFluent.ImagePullSecretsNested<N>, DeploymentFluent.ManagedResourcesNested<N>, DeploymentFluent.MetadataNested<N>, DeploymentFluent.PodTemplateSpecPreviewNested<N>, DeploymentFluent.TolerationsNested<N>
-
-
Constructor Summary
Constructors Constructor Description DeploymentBuilder()DeploymentBuilder(Deployment instance)DeploymentBuilder(DeploymentFluent<?> fluent)DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance)DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance, Boolean validationEnabled)DeploymentBuilder(DeploymentFluent<?> fluent, Boolean validationEnabled)DeploymentBuilder(Deployment instance, Boolean validationEnabled)DeploymentBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Deploymentbuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.DeploymentFluent
addAllToImagePullSecrets, addAllToTolerations, addNewImagePullSecret, addNewImagePullSecretLike, addNewToleration, addNewTolerationLike, addToImagePullSecrets, addToImagePullSecrets, addToTolerations, addToTolerations, buildAffinity, buildFirstImagePullSecret, buildFirstToleration, buildImagePullSecret, buildImagePullSecrets, buildLastImagePullSecret, buildLastToleration, buildManagedResources, buildMatchingImagePullSecret, buildMatchingToleration, buildMetadata, buildPodTemplateSpecPreview, buildToleration, buildTolerations, editAffinity, editFirstImagePullSecret, editFirstToleration, editImagePullSecret, editLastImagePullSecret, editLastToleration, editManagedResources, editMatchingImagePullSecret, editMatchingToleration, editMetadata, editOrNewAffinity, editOrNewAffinityLike, editOrNewManagedResources, editOrNewManagedResourcesLike, editOrNewMetadata, editOrNewMetadataLike, editOrNewPodTemplateSpecPreview, editOrNewPodTemplateSpecPreviewLike, editPodTemplateSpecPreview, editToleration, equals, getHost, getImage, getReplicas, hasAffinity, hashCode, hasHost, hasImage, hasImagePullSecrets, hasManagedResources, hasMatchingImagePullSecret, hasMatchingToleration, hasMetadata, hasPodTemplateSpecPreview, hasReplicas, hasTolerations, removeAllFromImagePullSecrets, removeAllFromTolerations, removeFromImagePullSecrets, removeFromTolerations, removeMatchingFromImagePullSecrets, removeMatchingFromTolerations, setNewImagePullSecretLike, setNewTolerationLike, setToImagePullSecrets, setToTolerations, toString, withAffinity, withHost, withImage, withImagePullSecrets, withImagePullSecrets, withManagedResources, withMetadata, withNewAffinity, withNewAffinityLike, withNewManagedResources, withNewManagedResourcesLike, withNewMetadata, withNewMetadataLike, withNewPodTemplateSpecPreview, withNewPodTemplateSpecPreviewLike, withPodTemplateSpecPreview, withReplicas, withTolerations, withTolerations
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
DeploymentBuilder
public DeploymentBuilder()
-
DeploymentBuilder
public DeploymentBuilder(Boolean validationEnabled)
-
DeploymentBuilder
public DeploymentBuilder(DeploymentFluent<?> fluent)
-
DeploymentBuilder
public DeploymentBuilder(DeploymentFluent<?> fluent, Boolean validationEnabled)
-
DeploymentBuilder
public DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance)
-
DeploymentBuilder
public DeploymentBuilder(DeploymentFluent<?> fluent, Deployment instance, Boolean validationEnabled)
-
DeploymentBuilder
public DeploymentBuilder(Deployment instance)
-
DeploymentBuilder
public DeploymentBuilder(Deployment instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public Deployment build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<Deployment>
-
-