Class HostFirmwareComponentsStatus

    • Constructor Detail

      • HostFirmwareComponentsStatus

        public HostFirmwareComponentsStatus()
        No args constructor for use in serialization
    • Method Detail

      • getComponents

        public List<FirmwareComponentStatus> getComponents()
        Components is the list of all available firmware components and their information.
      • setComponents

        public void setComponents​(List<FirmwareComponentStatus> components)
        Components is the list of all available firmware components and their information.
      • getConditions

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

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

        public String getLastUpdated()
        HostFirmwareComponentsStatus defines the observed state of HostFirmwareComponents.
      • setLastUpdated

        public void setLastUpdated​(String lastUpdated)
        HostFirmwareComponentsStatus defines the observed state of HostFirmwareComponents.
      • getUpdates

        public List<FirmwareUpdate> getUpdates()
        Updates is the list of all firmware components that should be updated they are specified via name and url fields.
      • setUpdates

        public void setUpdates​(List<FirmwareUpdate> updates)
        Updates is the list of all firmware components that should be updated they are specified via name and url fields.
      • getAdditionalProperties

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

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

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