Class InstallPlanStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class InstallPlanStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<InstallPlanStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    InstallPlanStatus represents the information about the status of steps required to complete installation.


    Status may trail the actual state of a system.

    See Also:
    Serialized Form
    • Constructor Detail

      • InstallPlanStatus

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

      • getAttenuatedServiceAccountRef

        public io.fabric8.kubernetes.api.model.ObjectReference getAttenuatedServiceAccountRef()
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • setAttenuatedServiceAccountRef

        public void setAttenuatedServiceAccountRef​(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef)
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • getBundleLookups

        public List<BundleLookup> getBundleLookups()
        BundleLookups is the set of in-progress requests to pull and unpackage bundle content to the cluster.
      • setBundleLookups

        public void setBundleLookups​(List<BundleLookup> bundleLookups)
        BundleLookups is the set of in-progress requests to pull and unpackage bundle content to the cluster.
      • getCatalogSources

        public List<String> getCatalogSources()
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • setCatalogSources

        public void setCatalogSources​(List<String> catalogSources)
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • getConditions

        public List<InstallPlanCondition> getConditions()
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • setConditions

        public void setConditions​(List<InstallPlanCondition> conditions)
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • getMessage

        public String getMessage()
        Message is a human-readable message containing detailed information that may be important to understanding why the plan has its current status.
      • setMessage

        public void setMessage​(String message)
        Message is a human-readable message containing detailed information that may be important to understanding why the plan has its current status.
      • getPhase

        public String getPhase()
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • setPhase

        public void setPhase​(String phase)
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • getPlan

        public List<Step> getPlan()
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • setPlan

        public void setPlan​(List<Step> plan)
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • getStartTime

        public String getStartTime()
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • setStartTime

        public void setStartTime​(String startTime)
        InstallPlanStatus represents the information about the status of steps required to complete installation.


        Status may trail the actual state of a system.

      • getAdditionalProperties

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

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

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