Class 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 Detail

      • FeatureGateSelection

        public FeatureGateSelection()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)