Class SyncSetSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.SyncSetSpecFluent<SyncSetSpecBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.SyncSetSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<SyncSetSpec>,io.fabric8.kubernetes.api.builder.Visitable<SyncSetSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<SyncSetSpec,SyncSetSpecBuilder>
public class SyncSetSpecBuilder extends SyncSetSpecFluent<SyncSetSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<SyncSetSpec,SyncSetSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.v1.SyncSetSpecFluent
SyncSetSpecFluent.ClusterDeploymentRefsNested<N>, SyncSetSpecFluent.PatchesNested<N>, SyncSetSpecFluent.SecretMappingsNested<N>
-
-
Constructor Summary
Constructors Constructor Description SyncSetSpecBuilder()SyncSetSpecBuilder(SyncSetSpec instance)SyncSetSpecBuilder(SyncSetSpecFluent<?> fluent)SyncSetSpecBuilder(SyncSetSpecFluent<?> fluent, SyncSetSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncSetSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.SyncSetSpecFluent
addAllToClusterDeploymentRefs, addAllToPatches, addAllToResources, addAllToSecretMappings, addNewClusterDeploymentRef, addNewClusterDeploymentRef, addNewClusterDeploymentRefLike, addNewPatch, addNewPatchLike, addNewSecretMapping, addNewSecretMappingLike, addToAdditionalProperties, addToAdditionalProperties, addToClusterDeploymentRefs, addToClusterDeploymentRefs, addToPatches, addToPatches, addToResources, addToResources, addToSecretMappings, addToSecretMappings, buildClusterDeploymentRef, buildClusterDeploymentRefs, buildFirstClusterDeploymentRef, buildFirstPatch, buildFirstSecretMapping, buildLastClusterDeploymentRef, buildLastPatch, buildLastSecretMapping, buildMatchingClusterDeploymentRef, buildMatchingPatch, buildMatchingSecretMapping, buildPatch, buildPatches, buildSecretMapping, buildSecretMappings, copyInstance, editClusterDeploymentRef, editFirstClusterDeploymentRef, editFirstPatch, editFirstSecretMapping, editLastClusterDeploymentRef, editLastPatch, editLastSecretMapping, editMatchingClusterDeploymentRef, editMatchingPatch, editMatchingSecretMapping, editPatch, editSecretMapping, equals, getAdditionalProperties, getApplyBehavior, getEnableResourceTemplates, getFirstResource, getLastResource, getMatchingResource, getResource, getResourceApplyMode, getResources, hasAdditionalProperties, hasApplyBehavior, hasClusterDeploymentRefs, hasEnableResourceTemplates, hashCode, hasMatchingClusterDeploymentRef, hasMatchingPatch, hasMatchingResource, hasMatchingSecretMapping, hasPatches, hasResourceApplyMode, hasResources, hasSecretMappings, removeAllFromClusterDeploymentRefs, removeAllFromPatches, removeAllFromResources, removeAllFromSecretMappings, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromClusterDeploymentRefs, removeFromPatches, removeFromResources, removeFromSecretMappings, removeMatchingFromClusterDeploymentRefs, removeMatchingFromPatches, removeMatchingFromSecretMappings, setNewClusterDeploymentRefLike, setNewPatchLike, setNewSecretMappingLike, setToClusterDeploymentRefs, setToPatches, setToResources, setToSecretMappings, toString, withAdditionalProperties, withApplyBehavior, withClusterDeploymentRefs, withClusterDeploymentRefs, withEnableResourceTemplates, withEnableResourceTemplates, withPatches, withPatches, withResourceApplyMode, withResources, withResources, withSecretMappings, withSecretMappings
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
SyncSetSpecBuilder
public SyncSetSpecBuilder()
-
SyncSetSpecBuilder
public SyncSetSpecBuilder(SyncSetSpecFluent<?> fluent)
-
SyncSetSpecBuilder
public SyncSetSpecBuilder(SyncSetSpecFluent<?> fluent, SyncSetSpec instance)
-
SyncSetSpecBuilder
public SyncSetSpecBuilder(SyncSetSpec instance)
-
-
Method Detail
-
build
public SyncSetSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<SyncSetSpec>
-
-