Class ClusterDeploymentStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterDeploymentStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterDeploymentStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterDeploymentStatus defines the observed state of ClusterDeployment
    See Also:
    Serialized Form
    • Method Detail

      • getApiURL

        public String getApiURL()
        APIURL is the URL where the cluster's API can be accessed.
      • setApiURL

        public void setApiURL​(String apiURL)
        APIURL is the URL where the cluster's API can be accessed.
      • getCertificateBundles

        public List<CertificateBundleStatus> getCertificateBundles()
        CertificateBundles contains of the status of the certificate bundles associated with this cluster deployment.
      • setCertificateBundles

        public void setCertificateBundles​(List<CertificateBundleStatus> certificateBundles)
        CertificateBundles contains of the status of the certificate bundles associated with this cluster deployment.
      • getCliImage

        public String getCliImage()
        CLIImage is the name of the oc cli image to use when installing the target cluster
      • setCliImage

        public void setCliImage​(String cliImage)
        CLIImage is the name of the oc cli image to use when installing the target cluster
      • setConditions

        public void setConditions​(List<ClusterDeploymentCondition> conditions)
        Conditions includes more detailed status for the cluster deployment
      • getInstallRestarts

        public Integer getInstallRestarts()
        InstallRestarts is the total count of container restarts on the clusters install job.
      • setInstallRestarts

        public void setInstallRestarts​(Integer installRestarts)
        InstallRestarts is the total count of container restarts on the clusters install job.
      • getInstallStartedTimestamp

        public String getInstallStartedTimestamp()
        ClusterDeploymentStatus defines the observed state of ClusterDeployment
      • setInstallStartedTimestamp

        public void setInstallStartedTimestamp​(String installStartedTimestamp)
        ClusterDeploymentStatus defines the observed state of ClusterDeployment
      • getInstallVersion

        public String getInstallVersion()
        InstallVersion is the version of OpenShift as reported by the release image resolved for the installation.
      • setInstallVersion

        public void setInstallVersion​(String installVersion)
        InstallVersion is the version of OpenShift as reported by the release image resolved for the installation.
      • getInstalledTimestamp

        public String getInstalledTimestamp()
        ClusterDeploymentStatus defines the observed state of ClusterDeployment
      • setInstalledTimestamp

        public void setInstalledTimestamp​(String installedTimestamp)
        ClusterDeploymentStatus defines the observed state of ClusterDeployment
      • getInstallerImage

        public String getInstallerImage()
        InstallerImage is the name of the installer image to use when installing the target cluster
      • setInstallerImage

        public void setInstallerImage​(String installerImage)
        InstallerImage is the name of the installer image to use when installing the target cluster
      • getPlatformStatus

        public PlatformStatus getPlatformStatus()
        ClusterDeploymentStatus defines the observed state of ClusterDeployment
      • setPlatformStatus

        public void setPlatformStatus​(PlatformStatus platformStatus)
        ClusterDeploymentStatus defines the observed state of ClusterDeployment
      • getPowerState

        public String getPowerState()
        PowerState indicates the powerstate of cluster
      • setPowerState

        public void setPowerState​(String powerState)
        PowerState indicates the powerstate of cluster
      • getProvisionRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference getProvisionRef()
        ClusterDeploymentStatus defines the observed state of ClusterDeployment
      • setProvisionRef

        public void setProvisionRef​(io.fabric8.kubernetes.api.model.LocalObjectReference provisionRef)
        ClusterDeploymentStatus defines the observed state of ClusterDeployment
      • getWebConsoleURL

        public String getWebConsoleURL()
        WebConsoleURL is the URL for the cluster's web console UI.
      • setWebConsoleURL

        public void setWebConsoleURL​(String webConsoleURL)
        WebConsoleURL is the URL for the cluster's web console UI.
      • getAdditionalProperties

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

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

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