Class FeatureGateSelectionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.FeatureGateSelectionFluent<FeatureGateSelectionBuilder>
-
- io.fabric8.openshift.api.model.config.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.config.v1.FeatureGateSelectionFluent
FeatureGateSelectionFluent.CustomNoUpgradeNested<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.config.v1.FeatureGateSelectionFluent
addToAdditionalProperties, addToAdditionalProperties, buildCustomNoUpgrade, copyInstance, editCustomNoUpgrade, editOrNewCustomNoUpgrade, editOrNewCustomNoUpgradeLike, equals, getAdditionalProperties, getFeatureSet, hasAdditionalProperties, hasCustomNoUpgrade, hasFeatureSet, hashCode, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withCustomNoUpgrade, withFeatureSet, withNewCustomNoUpgrade, withNewCustomNoUpgradeLike
-
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(FeatureGateSelectionFluent<?> fluent, FeatureGateSelection instance)
-
FeatureGateSelectionBuilder
public FeatureGateSelectionBuilder(FeatureGateSelection instance)
-
-
Method Detail
-
build
public FeatureGateSelection build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<FeatureGateSelection>
-
-