Class ClusterPoolSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterPoolSpecFluent<ClusterPoolSpecBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterPoolSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ClusterPoolSpec>,io.fabric8.kubernetes.api.builder.Visitable<ClusterPoolSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterPoolSpec,ClusterPoolSpecBuilder>
public class ClusterPoolSpecBuilder extends ClusterPoolSpecFluent<ClusterPoolSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterPoolSpec,ClusterPoolSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.v1.ClusterPoolSpecFluent
ClusterPoolSpecFluent.ClaimLifetimeNested<N>, ClusterPoolSpecFluent.HibernationConfigNested<N>, ClusterPoolSpecFluent.ImageSetRefNested<N>, ClusterPoolSpecFluent.InstallConfigSecretTemplateRefNested<N>, ClusterPoolSpecFluent.InstallerEnvNested<N>, ClusterPoolSpecFluent.InventoryNested<N>, ClusterPoolSpecFluent.PlatformNested<N>, ClusterPoolSpecFluent.PullSecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description ClusterPoolSpecBuilder()ClusterPoolSpecBuilder(ClusterPoolSpec instance)ClusterPoolSpecBuilder(ClusterPoolSpecFluent<?> fluent)ClusterPoolSpecBuilder(ClusterPoolSpecFluent<?> fluent, ClusterPoolSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterPoolSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.ClusterPoolSpecFluent
addAllToInstallerEnv, addAllToInventory, addNewInstallerEnv, addNewInstallerEnvLike, addNewInventory, addNewInventory, addNewInventoryLike, addToAdditionalProperties, addToAdditionalProperties, addToAnnotations, addToAnnotations, addToInstallerEnv, addToInstallerEnv, addToInventory, addToInventory, addToLabels, addToLabels, buildClaimLifetime, buildFirstInstallerEnv, buildFirstInventory, buildHibernationConfig, buildImageSetRef, buildInstallConfigSecretTemplateRef, buildInstallerEnv, buildInstallerEnv, buildInventory, buildInventory, buildLastInstallerEnv, buildLastInventory, buildMatchingInstallerEnv, buildMatchingInventory, buildPlatform, buildPullSecretRef, copyInstance, editClaimLifetime, editFirstInstallerEnv, editFirstInventory, editHibernationConfig, editImageSetRef, editInstallConfigSecretTemplateRef, editInstallerEnv, editInventory, editLastInstallerEnv, editLastInventory, editMatchingInstallerEnv, editMatchingInventory, editOrNewClaimLifetime, editOrNewClaimLifetimeLike, editOrNewHibernationConfig, editOrNewHibernationConfigLike, editOrNewImageSetRef, editOrNewImageSetRefLike, editOrNewInstallConfigSecretTemplateRef, editOrNewInstallConfigSecretTemplateRefLike, editOrNewPlatform, editOrNewPlatformLike, editOrNewPullSecretRef, editOrNewPullSecretRefLike, editPlatform, editPullSecretRef, equals, getAdditionalProperties, getAnnotations, getBaseDomain, getHibernateAfter, getInstallAttemptsLimit, getLabels, getMaxConcurrent, getMaxSize, getRunningCount, getSize, getSkipMachinePools, hasAdditionalProperties, hasAnnotations, hasBaseDomain, hasClaimLifetime, hashCode, hasHibernateAfter, hasHibernationConfig, hasImageSetRef, hasInstallAttemptsLimit, hasInstallConfigSecretTemplateRef, hasInstallerEnv, hasInventory, hasLabels, hasMatchingInstallerEnv, hasMatchingInventory, hasMaxConcurrent, hasMaxSize, hasPlatform, hasPullSecretRef, hasRunningCount, hasSize, hasSkipMachinePools, removeAllFromInstallerEnv, removeAllFromInventory, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAnnotations, removeFromAnnotations, removeFromInstallerEnv, removeFromInventory, removeFromLabels, removeFromLabels, removeMatchingFromInstallerEnv, removeMatchingFromInventory, setNewInstallerEnvLike, setNewInventoryLike, setToInstallerEnv, setToInventory, toString, withAdditionalProperties, withAnnotations, withBaseDomain, withClaimLifetime, withHibernateAfter, withHibernationConfig, withImageSetRef, withInstallAttemptsLimit, withInstallConfigSecretTemplateRef, withInstallerEnv, withInstallerEnv, withInventory, withInventory, withLabels, withMaxConcurrent, withMaxSize, withNewClaimLifetime, withNewClaimLifetime, withNewClaimLifetimeLike, withNewHibernationConfig, withNewHibernationConfig, withNewHibernationConfigLike, withNewImageSetRef, withNewImageSetRef, withNewImageSetRefLike, withNewInstallConfigSecretTemplateRef, withNewInstallConfigSecretTemplateRef, withNewInstallConfigSecretTemplateRefLike, withNewPlatform, withNewPlatformLike, withNewPullSecretRef, withNewPullSecretRef, withNewPullSecretRefLike, withPlatform, withPullSecretRef, withRunningCount, withSize, withSkipMachinePools, withSkipMachinePools
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ClusterPoolSpecBuilder
public ClusterPoolSpecBuilder()
-
ClusterPoolSpecBuilder
public ClusterPoolSpecBuilder(ClusterPoolSpecFluent<?> fluent)
-
ClusterPoolSpecBuilder
public ClusterPoolSpecBuilder(ClusterPoolSpec instance)
-
ClusterPoolSpecBuilder
public ClusterPoolSpecBuilder(ClusterPoolSpecFluent<?> fluent, ClusterPoolSpec instance)
-
-
Method Detail
-
build
public ClusterPoolSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ClusterPoolSpec>
-
-