Uses of Class
io.fabric8.openshift.api.model.hive.v1.FeatureGatesEnabled
-
Packages that use FeatureGatesEnabled Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of FeatureGatesEnabled in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return FeatureGatesEnabled Modifier and Type Method Description FeatureGatesEnabledFeatureGatesEnabledBuilder. build()FeatureGatesEnabledFeatureGateSelectionFluent. buildCustom()FeatureGatesEnabledFeatureGateSelection. getCustom()FeatureGateSelection allows selecting feature gates for the controller.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type FeatureGatesEnabled Modifier and Type Method Description protected voidFeatureGatesEnabledFluent. copyInstance(FeatureGatesEnabled instance)FeatureGateSelectionFluent.CustomNested<A>FeatureGateSelectionFluent. editOrNewCustomLike(FeatureGatesEnabled item)voidFeatureGateSelection. setCustom(FeatureGatesEnabled custom)FeatureGateSelection allows selecting feature gates for the controller.AFeatureGateSelectionFluent. withCustom(FeatureGatesEnabled custom)FeatureGateSelectionFluent.CustomNested<A>FeatureGateSelectionFluent. withNewCustomLike(FeatureGatesEnabled item)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type FeatureGatesEnabled Constructor Description FeatureGateSelection(FeatureGatesEnabled custom, String featureSet)FeatureGatesEnabledBuilder(FeatureGatesEnabled instance)FeatureGatesEnabledBuilder(FeatureGatesEnabledFluent<?> fluent, FeatureGatesEnabled instance)FeatureGatesEnabledFluent(FeatureGatesEnabled instance)
-