Class FeatureGateDetails
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.FeatureGateDetails
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<FeatureGateDetailsBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class FeatureGateDetails extends Object implements io.fabric8.kubernetes.api.builder.Editable<FeatureGateDetailsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureGateDetails()No args constructor for use in serializationFeatureGateDetails(List<FeatureGateAttributes> disabled, List<FeatureGateAttributes> enabled, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureGateDetailsBuilderedit()Map<String,Object>getAdditionalProperties()List<FeatureGateAttributes>getDisabled()disabled is a list of all feature gates that are disabled in the cluster for the named version.List<FeatureGateAttributes>getEnabled()enabled is a list of all feature gates that are enabled in the cluster for the named version.StringgetVersion()version matches the version provided by the ClusterVersion and in the ClusterOperator.Status.Versions field.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDisabled(List<FeatureGateAttributes> disabled)disabled is a list of all feature gates that are disabled in the cluster for the named version.voidsetEnabled(List<FeatureGateAttributes> enabled)enabled is a list of all feature gates that are enabled in the cluster for the named version.voidsetVersion(String version)version matches the version provided by the ClusterVersion and in the ClusterOperator.Status.Versions field.FeatureGateDetailsBuildertoBuilder()
-
-
-
Constructor Detail
-
FeatureGateDetails
public FeatureGateDetails()
No args constructor for use in serialization
-
FeatureGateDetails
public FeatureGateDetails(List<FeatureGateAttributes> disabled, List<FeatureGateAttributes> enabled, String version)
-
-
Method Detail
-
getDisabled
public List<FeatureGateAttributes> getDisabled()
disabled is a list of all feature gates that are disabled in the cluster for the named version.
-
setDisabled
public void setDisabled(List<FeatureGateAttributes> disabled)
disabled is a list of all feature gates that are disabled in the cluster for the named version.
-
getEnabled
public List<FeatureGateAttributes> getEnabled()
enabled is a list of all feature gates that are enabled in the cluster for the named version.
-
setEnabled
public void setEnabled(List<FeatureGateAttributes> enabled)
enabled is a list of all feature gates that are enabled in the cluster for the named version.
-
getVersion
public String getVersion()
version matches the version provided by the ClusterVersion and in the ClusterOperator.Status.Versions field.
-
setVersion
public void setVersion(String version)
version matches the version provided by the ClusterVersion and in the ClusterOperator.Status.Versions field.
-
edit
public FeatureGateDetailsBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<FeatureGateDetailsBuilder>
-
toBuilder
public FeatureGateDetailsBuilder toBuilder()
-
-