Class ClusterDeploymentStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.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
-
-
Constructor Summary
Constructors Constructor Description ClusterDeploymentStatus()No args constructor for use in serializationClusterDeploymentStatus(String apiURL, List<CertificateBundleStatus> certificateBundles, String cliImage, List<ClusterDeploymentCondition> conditions, Integer installRestarts, String installStartedTimestamp, String installVersion, String installedTimestamp, String installerImage, PlatformStatus platformStatus, String powerState, io.fabric8.kubernetes.api.model.LocalObjectReference provisionRef, String webConsoleURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterDeploymentStatusBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiURL()APIURL is the URL where the cluster's API can be accessed.List<CertificateBundleStatus>getCertificateBundles()CertificateBundles contains of the status of the certificate bundles associated with this cluster deployment.StringgetCliImage()CLIImage is the name of the oc cli image to use when installing the target clusterList<ClusterDeploymentCondition>getConditions()Conditions includes more detailed status for the cluster deploymentStringgetInstalledTimestamp()ClusterDeploymentStatus defines the observed state of ClusterDeploymentStringgetInstallerImage()InstallerImage is the name of the installer image to use when installing the target clusterIntegergetInstallRestarts()InstallRestarts is the total count of container restarts on the clusters install job.StringgetInstallStartedTimestamp()ClusterDeploymentStatus defines the observed state of ClusterDeploymentStringgetInstallVersion()InstallVersion is the version of OpenShift as reported by the release image resolved for the installation.PlatformStatusgetPlatformStatus()ClusterDeploymentStatus defines the observed state of ClusterDeploymentStringgetPowerState()PowerState indicates the powerstate of clusterio.fabric8.kubernetes.api.model.LocalObjectReferencegetProvisionRef()ClusterDeploymentStatus defines the observed state of ClusterDeploymentStringgetWebConsoleURL()WebConsoleURL is the URL for the cluster's web console UI.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiURL(String apiURL)APIURL is the URL where the cluster's API can be accessed.voidsetCertificateBundles(List<CertificateBundleStatus> certificateBundles)CertificateBundles contains of the status of the certificate bundles associated with this cluster deployment.voidsetCliImage(String cliImage)CLIImage is the name of the oc cli image to use when installing the target clustervoidsetConditions(List<ClusterDeploymentCondition> conditions)Conditions includes more detailed status for the cluster deploymentvoidsetInstalledTimestamp(String installedTimestamp)ClusterDeploymentStatus defines the observed state of ClusterDeploymentvoidsetInstallerImage(String installerImage)InstallerImage is the name of the installer image to use when installing the target clustervoidsetInstallRestarts(Integer installRestarts)InstallRestarts is the total count of container restarts on the clusters install job.voidsetInstallStartedTimestamp(String installStartedTimestamp)ClusterDeploymentStatus defines the observed state of ClusterDeploymentvoidsetInstallVersion(String installVersion)InstallVersion is the version of OpenShift as reported by the release image resolved for the installation.voidsetPlatformStatus(PlatformStatus platformStatus)ClusterDeploymentStatus defines the observed state of ClusterDeploymentvoidsetPowerState(String powerState)PowerState indicates the powerstate of clustervoidsetProvisionRef(io.fabric8.kubernetes.api.model.LocalObjectReference provisionRef)ClusterDeploymentStatus defines the observed state of ClusterDeploymentvoidsetWebConsoleURL(String webConsoleURL)WebConsoleURL is the URL for the cluster's web console UI.ClusterDeploymentStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
ClusterDeploymentStatus
public ClusterDeploymentStatus()
No args constructor for use in serialization
-
ClusterDeploymentStatus
public ClusterDeploymentStatus(String apiURL, List<CertificateBundleStatus> certificateBundles, String cliImage, List<ClusterDeploymentCondition> conditions, Integer installRestarts, String installStartedTimestamp, String installVersion, String installedTimestamp, String installerImage, PlatformStatus platformStatus, String powerState, io.fabric8.kubernetes.api.model.LocalObjectReference provisionRef, String webConsoleURL)
-
-
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
-
getConditions
public List<ClusterDeploymentCondition> getConditions()
Conditions includes more detailed status for the cluster deployment
-
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.
-
edit
public ClusterDeploymentStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterDeploymentStatusBuilder>
-
toBuilder
public ClusterDeploymentStatusBuilder toBuilder()
-
-