Class SubscriptionStatus

    • Method Detail

      • getCatalogHealth

        public List<SubscriptionCatalogHealth> getCatalogHealth()
        CatalogHealth contains the Subscription's view of its relevant CatalogSources' status. It is used to determine SubscriptionStatusConditions related to CatalogSources.
      • setCatalogHealth

        public void setCatalogHealth​(List<SubscriptionCatalogHealth> catalogHealth)
        CatalogHealth contains the Subscription's view of its relevant CatalogSources' status. It is used to determine SubscriptionStatusConditions related to CatalogSources.
      • getConditions

        public List<SubscriptionCondition> getConditions()
        Conditions is a list of the latest available observations about a Subscription's current state.
      • setConditions

        public void setConditions​(List<SubscriptionCondition> conditions)
        Conditions is a list of the latest available observations about a Subscription's current state.
      • getCurrentCSV

        public String getCurrentCSV()
        CurrentCSV is the CSV the Subscription is progressing to.
      • setCurrentCSV

        public void setCurrentCSV​(String currentCSV)
        CurrentCSV is the CSV the Subscription is progressing to.
      • getInstallPlanGeneration

        public Integer getInstallPlanGeneration()
        InstallPlanGeneration is the current generation of the installplan
      • setInstallPlanGeneration

        public void setInstallPlanGeneration​(Integer installPlanGeneration)
        InstallPlanGeneration is the current generation of the installplan
      • getInstallPlanRef

        public io.fabric8.kubernetes.api.model.ObjectReference getInstallPlanRef()
      • setInstallPlanRef

        public void setInstallPlanRef​(io.fabric8.kubernetes.api.model.ObjectReference installPlanRef)
      • getInstalledCSV

        public String getInstalledCSV()
        InstalledCSV is the CSV currently installed by the Subscription.
      • setInstalledCSV

        public void setInstalledCSV​(String installedCSV)
        InstalledCSV is the CSV currently installed by the Subscription.
      • getLastUpdated

        public String getLastUpdated()
      • setLastUpdated

        public void setLastUpdated​(String lastUpdated)
      • getReason

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

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

        public String getState()
        State represents the current state of the Subscription
      • setState

        public void setState​(String state)
        State represents the current state of the Subscription
      • getAdditionalProperties

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

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

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