Class FeatureGateSelection
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.FeatureGateSelection
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<FeatureGateSelectionBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class FeatureGateSelection extends Object implements io.fabric8.kubernetes.api.builder.Editable<FeatureGateSelectionBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
FeatureGateSelection allows selecting feature gates for the controller.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureGateSelection()No args constructor for use in serializationFeatureGateSelection(FeatureGatesEnabled custom, String featureSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureGateSelectionBuilderedit()Map<String,Object>getAdditionalProperties()FeatureGatesEnabledgetCustom()FeatureGateSelection allows selecting feature gates for the controller.StringgetFeatureSet()featureSet changes the list of features in the cluster.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCustom(FeatureGatesEnabled custom)FeatureGateSelection allows selecting feature gates for the controller.voidsetFeatureSet(String featureSet)featureSet changes the list of features in the cluster.FeatureGateSelectionBuildertoBuilder()
-
-
-
Constructor Detail
-
FeatureGateSelection
public FeatureGateSelection()
No args constructor for use in serialization
-
FeatureGateSelection
public FeatureGateSelection(FeatureGatesEnabled custom, String featureSet)
-
-
Method Detail
-
getCustom
public FeatureGatesEnabled getCustom()
FeatureGateSelection allows selecting feature gates for the controller.
-
setCustom
public void setCustom(FeatureGatesEnabled custom)
FeatureGateSelection allows selecting feature gates for the controller.
-
getFeatureSet
public String getFeatureSet()
featureSet changes the list of features in the cluster. The default is empty. Be very careful adjusting this setting.
-
setFeatureSet
public void setFeatureSet(String featureSet)
featureSet changes the list of features in the cluster. The default is empty. Be very careful adjusting this setting.
-
edit
public FeatureGateSelectionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<FeatureGateSelectionBuilder>
-
toBuilder
public FeatureGateSelectionBuilder toBuilder()
-
-