Class FeatureGatesEnabledBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.FeatureGatesEnabledFluent<FeatureGatesEnabledBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.FeatureGatesEnabledBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<FeatureGatesEnabled>,io.fabric8.kubernetes.api.builder.Visitable<FeatureGatesEnabledBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<FeatureGatesEnabled,FeatureGatesEnabledBuilder>
public class FeatureGatesEnabledBuilder extends FeatureGatesEnabledFluent<FeatureGatesEnabledBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<FeatureGatesEnabled,FeatureGatesEnabledBuilder>
-
-
Constructor Summary
Constructors Constructor Description FeatureGatesEnabledBuilder()FeatureGatesEnabledBuilder(FeatureGatesEnabled instance)FeatureGatesEnabledBuilder(FeatureGatesEnabledFluent<?> fluent)FeatureGatesEnabledBuilder(FeatureGatesEnabledFluent<?> fluent, FeatureGatesEnabled instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureGatesEnabledbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.FeatureGatesEnabledFluent
addAllToEnabled, addToAdditionalProperties, addToAdditionalProperties, addToEnabled, addToEnabled, copyInstance, equals, getAdditionalProperties, getEnabled, getEnabled, getFirstEnabled, getLastEnabled, getMatchingEnabled, hasAdditionalProperties, hasEnabled, hashCode, hasMatchingEnabled, removeAllFromEnabled, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromEnabled, setToEnabled, toString, withAdditionalProperties, withEnabled, withEnabled
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
FeatureGatesEnabledBuilder
public FeatureGatesEnabledBuilder()
-
FeatureGatesEnabledBuilder
public FeatureGatesEnabledBuilder(FeatureGatesEnabledFluent<?> fluent)
-
FeatureGatesEnabledBuilder
public FeatureGatesEnabledBuilder(FeatureGatesEnabledFluent<?> fluent, FeatureGatesEnabled instance)
-
FeatureGatesEnabledBuilder
public FeatureGatesEnabledBuilder(FeatureGatesEnabled instance)
-
-
Method Detail
-
build
public FeatureGatesEnabled build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<FeatureGatesEnabled>
-
-