Class ClusterDeploymentSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterDeploymentSpecFluent<ClusterDeploymentSpecBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterDeploymentSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ClusterDeploymentSpec>,io.fabric8.kubernetes.api.builder.Visitable<ClusterDeploymentSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterDeploymentSpec,ClusterDeploymentSpecBuilder>
public class ClusterDeploymentSpecBuilder extends ClusterDeploymentSpecFluent<ClusterDeploymentSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterDeploymentSpec,ClusterDeploymentSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.v1.ClusterDeploymentSpecFluent
ClusterDeploymentSpecFluent.BoundServiceAccountSigningKeySecretRefNested<N>, ClusterDeploymentSpecFluent.CertificateBundlesNested<N>, ClusterDeploymentSpecFluent.ClusterInstallRefNested<N>, ClusterDeploymentSpecFluent.ClusterMetadataNested<N>, ClusterDeploymentSpecFluent.ClusterPoolRefNested<N>, ClusterDeploymentSpecFluent.ControlPlaneConfigNested<N>, ClusterDeploymentSpecFluent.IngressNested<N>, ClusterDeploymentSpecFluent.PlatformNested<N>, ClusterDeploymentSpecFluent.ProvisioningNested<N>, ClusterDeploymentSpecFluent.PullSecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description ClusterDeploymentSpecBuilder()ClusterDeploymentSpecBuilder(ClusterDeploymentSpec instance)ClusterDeploymentSpecBuilder(ClusterDeploymentSpecFluent<?> fluent)ClusterDeploymentSpecBuilder(ClusterDeploymentSpecFluent<?> fluent, ClusterDeploymentSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterDeploymentSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.ClusterDeploymentSpecFluent
addAllToCertificateBundles, addAllToIngress, addNewCertificateBundle, addNewCertificateBundleLike, addNewIngress, addNewIngressLike, addToAdditionalProperties, addToAdditionalProperties, addToCertificateBundles, addToCertificateBundles, addToIngress, addToIngress, buildBoundServiceAccountSigningKeySecretRef, buildCertificateBundle, buildCertificateBundles, buildClusterInstallRef, buildClusterMetadata, buildClusterPoolRef, buildControlPlaneConfig, buildFirstCertificateBundle, buildFirstIngress, buildIngress, buildIngress, buildLastCertificateBundle, buildLastIngress, buildMatchingCertificateBundle, buildMatchingIngress, buildPlatform, buildProvisioning, buildPullSecretRef, copyInstance, editBoundServiceAccountSigningKeySecretRef, editCertificateBundle, editClusterInstallRef, editClusterMetadata, editClusterPoolRef, editControlPlaneConfig, editFirstCertificateBundle, editFirstIngress, editIngress, editLastCertificateBundle, editLastIngress, editMatchingCertificateBundle, editMatchingIngress, editOrNewBoundServiceAccountSigningKeySecretRef, editOrNewBoundServiceAccountSigningKeySecretRefLike, editOrNewClusterInstallRef, editOrNewClusterInstallRefLike, editOrNewClusterMetadata, editOrNewClusterMetadataLike, editOrNewClusterPoolRef, editOrNewClusterPoolRefLike, editOrNewControlPlaneConfig, editOrNewControlPlaneConfigLike, editOrNewPlatform, editOrNewPlatformLike, editOrNewProvisioning, editOrNewProvisioningLike, editOrNewPullSecretRef, editOrNewPullSecretRefLike, editPlatform, editProvisioning, editPullSecretRef, equals, getAdditionalProperties, getBaseDomain, getClusterName, getHibernateAfter, getInstallAttemptsLimit, getInstalled, getManageDNS, getPowerState, getPreserveOnDelete, hasAdditionalProperties, hasBaseDomain, hasBoundServiceAccountSigningKeySecretRef, hasCertificateBundles, hasClusterInstallRef, hasClusterMetadata, hasClusterName, hasClusterPoolRef, hasControlPlaneConfig, hashCode, hasHibernateAfter, hasIngress, hasInstallAttemptsLimit, hasInstalled, hasManageDNS, hasMatchingCertificateBundle, hasMatchingIngress, hasPlatform, hasPowerState, hasPreserveOnDelete, hasProvisioning, hasPullSecretRef, removeAllFromCertificateBundles, removeAllFromIngress, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCertificateBundles, removeFromIngress, removeMatchingFromCertificateBundles, removeMatchingFromIngress, setNewCertificateBundleLike, setNewIngressLike, setToCertificateBundles, setToIngress, toString, withAdditionalProperties, withBaseDomain, withBoundServiceAccountSigningKeySecretRef, withCertificateBundles, withCertificateBundles, withClusterInstallRef, withClusterMetadata, withClusterName, withClusterPoolRef, withControlPlaneConfig, withHibernateAfter, withIngress, withIngress, withInstallAttemptsLimit, withInstalled, withInstalled, withManageDNS, withManageDNS, withNewBoundServiceAccountSigningKeySecretRef, withNewBoundServiceAccountSigningKeySecretRef, withNewBoundServiceAccountSigningKeySecretRefLike, withNewClusterInstallRef, withNewClusterInstallRef, withNewClusterInstallRefLike, withNewClusterMetadata, withNewClusterMetadataLike, withNewClusterPoolRef, withNewClusterPoolRefLike, withNewControlPlaneConfig, withNewControlPlaneConfigLike, withNewPlatform, withNewPlatformLike, withNewProvisioning, withNewProvisioningLike, withNewPullSecretRef, withNewPullSecretRef, withNewPullSecretRefLike, withPlatform, withPowerState, withPreserveOnDelete, withPreserveOnDelete, withProvisioning, withPullSecretRef
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ClusterDeploymentSpecBuilder
public ClusterDeploymentSpecBuilder()
-
ClusterDeploymentSpecBuilder
public ClusterDeploymentSpecBuilder(ClusterDeploymentSpecFluent<?> fluent)
-
ClusterDeploymentSpecBuilder
public ClusterDeploymentSpecBuilder(ClusterDeploymentSpec instance)
-
ClusterDeploymentSpecBuilder
public ClusterDeploymentSpecBuilder(ClusterDeploymentSpecFluent<?> fluent, ClusterDeploymentSpec instance)
-
-
Method Detail
-
build
public ClusterDeploymentSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ClusterDeploymentSpec>
-
-