Class FeatureGateSelection
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureGateSelection()No args constructor for use in serializationFeatureGateSelection(CustomFeatureGates customNoUpgrade, String featureSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureGateSelectionBuilderedit()Map<String,Object>getAdditionalProperties()CustomFeatureGatesgetCustomNoUpgrade()StringgetFeatureSet()featureSet changes the list of features in the cluster.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCustomNoUpgrade(CustomFeatureGates customNoUpgrade)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(CustomFeatureGates customNoUpgrade, String featureSet)
-
-
Method Detail
-
getCustomNoUpgrade
public CustomFeatureGates getCustomNoUpgrade()
-
setCustomNoUpgrade
public void setCustomNoUpgrade(CustomFeatureGates customNoUpgrade)
-
getFeatureSet
public String getFeatureSet()
featureSet changes the list of features in the cluster. The default is empty. Be very careful adjusting this setting. Turning on or off features may cause irreversible changes in your cluster which cannot be undone.
-
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. Turning on or off features may cause irreversible changes in your cluster which cannot be undone.
-
edit
public FeatureGateSelectionBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<FeatureGateSelectionBuilder>
-
toBuilder
public FeatureGateSelectionBuilder toBuilder()
-
-