Class ClusterServiceVersionStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterServiceVersionStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterServiceVersionStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
    See Also:
    Serialized Form
    • Method Detail

      • getCertsLastUpdated

        public String getCertsLastUpdated()
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • setCertsLastUpdated

        public void setCertsLastUpdated​(String certsLastUpdated)
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • getCertsRotateAt

        public String getCertsRotateAt()
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • setCertsRotateAt

        public void setCertsRotateAt​(String certsRotateAt)
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • getCleanup

        public CleanupStatus getCleanup()
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • setCleanup

        public void setCleanup​(CleanupStatus cleanup)
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • getLastTransitionTime

        public String getLastTransitionTime()
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • setLastTransitionTime

        public void setLastTransitionTime​(String lastTransitionTime)
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • getLastUpdateTime

        public String getLastUpdateTime()
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • setLastUpdateTime

        public void setLastUpdateTime​(String lastUpdateTime)
        ClusterServiceVersionStatus represents information about the status of a CSV. Status may trail the actual state of a system.
      • getMessage

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

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

        public String getPhase()
        Current condition of the ClusterServiceVersion
      • setPhase

        public void setPhase​(String phase)
        Current condition of the ClusterServiceVersion
      • getReason

        public String getReason()
        A brief CamelCase message indicating details about why the ClusterServiceVersion is in this state. e.g. 'RequirementsNotMet'
      • setReason

        public void setReason​(String reason)
        A brief CamelCase message indicating details about why the ClusterServiceVersion is in this state. e.g. 'RequirementsNotMet'
      • getRequirementStatus

        public List<RequirementStatus> getRequirementStatus()
        The status of each requirement for this CSV
      • setRequirementStatus

        public void setRequirementStatus​(List<RequirementStatus> requirementStatus)
        The status of each requirement for this CSV
      • getAdditionalProperties

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

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

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