Class InstallMode

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<InstallModeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class InstallMode
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<InstallModeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    InstallMode associates an InstallModeType with a flag representing if the CSV supports it
    See Also:
    Serialized Form
    • Constructor Detail

      • InstallMode

        public InstallMode()
        No args constructor for use in serialization
      • InstallMode

        public InstallMode​(Boolean supported,
                           String type)
    • Method Detail

      • getSupported

        public Boolean getSupported()
        InstallMode associates an InstallModeType with a flag representing if the CSV supports it
      • setSupported

        public void setSupported​(Boolean supported)
        InstallMode associates an InstallModeType with a flag representing if the CSV supports it
      • getType

        public String getType()
        InstallMode associates an InstallModeType with a flag representing if the CSV supports it
      • setType

        public void setType​(String type)
        InstallMode associates an InstallModeType with a flag representing if the CSV supports it
      • getAdditionalProperties

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

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

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