Class CatalogSourceStatus

    • Method Detail

      • getConditions

        public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
        Represents the state of a CatalogSource. Note that Message and Reason represent the original status information, which may be migrated to be conditions based in the future. Any new features introduced will use conditions.
      • setConditions

        public void setConditions​(List<io.fabric8.kubernetes.api.model.Condition> conditions)
        Represents the state of a CatalogSource. Note that Message and Reason represent the original status information, which may be migrated to be conditions based in the future. Any new features introduced will use conditions.
      • getLatestImageRegistryPoll

        public String getLatestImageRegistryPoll()
      • setLatestImageRegistryPoll

        public void setLatestImageRegistryPoll​(String latestImageRegistryPoll)
      • getMessage

        public String getMessage()
        A human readable message indicating details about why the CatalogSource is in this condition.
      • setMessage

        public void setMessage​(String message)
        A human readable message indicating details about why the CatalogSource is in this condition.
      • getReason

        public String getReason()
        Reason is the reason the CatalogSource was transitioned to its current state.
      • setReason

        public void setReason​(String reason)
        Reason is the reason the CatalogSource was transitioned to its current state.
      • getAdditionalProperties

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

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

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