Class FeatureGateDetails

    • 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.
      • getAdditionalProperties

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

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

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