Class HostFirmwareSettingsStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class HostFirmwareSettingsStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<HostFirmwareSettingsStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    HostFirmwareSettingsStatus defines the observed state of HostFirmwareSettings.
    See Also:
    Serialized Form
    • Constructor Detail

      • HostFirmwareSettingsStatus

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

        public HostFirmwareSettingsStatus​(List<io.fabric8.kubernetes.api.model.Condition> conditions,
                                          String lastUpdated,
                                          SchemaReference schema,
                                          Map<String,​String> settings)
    • Method Detail

      • getConditions

        public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
        Track whether settings stored in the spec are valid based on the schema
      • setConditions

        public void setConditions​(List<io.fabric8.kubernetes.api.model.Condition> conditions)
        Track whether settings stored in the spec are valid based on the schema
      • getLastUpdated

        public String getLastUpdated()
        HostFirmwareSettingsStatus defines the observed state of HostFirmwareSettings.
      • setLastUpdated

        public void setLastUpdated​(String lastUpdated)
        HostFirmwareSettingsStatus defines the observed state of HostFirmwareSettings.
      • getSchema

        public SchemaReference getSchema()
        HostFirmwareSettingsStatus defines the observed state of HostFirmwareSettings.
      • setSchema

        public void setSchema​(SchemaReference schema)
        HostFirmwareSettingsStatus defines the observed state of HostFirmwareSettings.
      • getSettings

        public Map<String,​String> getSettings()
        Settings are the firmware settings stored as name/value pairs
      • setSettings

        public void setSettings​(Map<String,​String> settings)
        Settings are the firmware settings stored as name/value pairs
      • getAdditionalProperties

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

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

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