Class FeatureGateSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.FeatureGateSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<FeatureGateSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class FeatureGateSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<FeatureGateSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureGateSpec()No args constructor for use in serializationFeatureGateSpec(CustomFeatureGates customNoUpgrade, String featureSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureGateSpecBuilderedit()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.FeatureGateSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
FeatureGateSpec
public FeatureGateSpec()
No args constructor for use in serialization
-
FeatureGateSpec
public FeatureGateSpec(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 FeatureGateSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<FeatureGateSpecBuilder>
-
toBuilder
public FeatureGateSpecBuilder toBuilder()
-
-