Class FeatureGateSelectionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.FeatureGateSelectionFluent<FeatureGateSelectionBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.FeatureGateSelectionBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<FeatureGateSelection>,io.fabric8.kubernetes.api.builder.Visitable<FeatureGateSelectionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<FeatureGateSelection,FeatureGateSelectionBuilder>
public class FeatureGateSelectionBuilder extends FeatureGateSelectionFluent<FeatureGateSelectionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<FeatureGateSelection,FeatureGateSelectionBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.v1.FeatureGateSelectionFluent
FeatureGateSelectionFluent.CustomNested<N>
-
-
Constructor Summary
Constructors Constructor Description FeatureGateSelectionBuilder()FeatureGateSelectionBuilder(FeatureGateSelection instance)FeatureGateSelectionBuilder(FeatureGateSelectionFluent<?> fluent)FeatureGateSelectionBuilder(FeatureGateSelectionFluent<?> fluent, FeatureGateSelection instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureGateSelectionbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.FeatureGateSelectionFluent
addToAdditionalProperties, addToAdditionalProperties, buildCustom, copyInstance, editCustom, editOrNewCustom, editOrNewCustomLike, equals, getAdditionalProperties, getFeatureSet, hasAdditionalProperties, hasCustom, hasFeatureSet, hashCode, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withCustom, withFeatureSet, withNewCustom, withNewCustomLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
FeatureGateSelectionBuilder
public FeatureGateSelectionBuilder()
-
FeatureGateSelectionBuilder
public FeatureGateSelectionBuilder(FeatureGateSelectionFluent<?> fluent)
-
FeatureGateSelectionBuilder
public FeatureGateSelectionBuilder(FeatureGateSelection instance)
-
FeatureGateSelectionBuilder
public FeatureGateSelectionBuilder(FeatureGateSelectionFluent<?> fluent, FeatureGateSelection instance)
-
-
Method Detail
-
build
public FeatureGateSelection build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<FeatureGateSelection>
-
-