Class InstallPlanStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.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 Summary
Constructors Constructor Description InstallPlanStatus()No args constructor for use in serializationInstallPlanStatus(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef, List<BundleLookup> bundleLookups, List<String> catalogSources, List<InstallPlanCondition> conditions, String message, String phase, List<Step> plan, String startTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanStatusBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.ObjectReferencegetAttenuatedServiceAccountRef()InstallPlanStatus represents the information about the status of steps required to complete installation.List<BundleLookup>getBundleLookups()BundleLookups is the set of in-progress requests to pull and unpackage bundle content to the cluster.List<String>getCatalogSources()InstallPlanStatus represents the information about the status of steps required to complete installation.List<InstallPlanCondition>getConditions()InstallPlanStatus represents the information about the status of steps required to complete installation.StringgetMessage()Message is a human-readable message containing detailed information that may be important to understanding why the plan has its current status.StringgetPhase()InstallPlanStatus represents the information about the status of steps required to complete installation.List<Step>getPlan()InstallPlanStatus represents the information about the status of steps required to complete installation.StringgetStartTime()InstallPlanStatus represents the information about the status of steps required to complete installation.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAttenuatedServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef)InstallPlanStatus represents the information about the status of steps required to complete installation.voidsetBundleLookups(List<BundleLookup> bundleLookups)BundleLookups is the set of in-progress requests to pull and unpackage bundle content to the cluster.voidsetCatalogSources(List<String> catalogSources)InstallPlanStatus represents the information about the status of steps required to complete installation.voidsetConditions(List<InstallPlanCondition> conditions)InstallPlanStatus represents the information about the status of steps required to complete installation.voidsetMessage(String message)Message is a human-readable message containing detailed information that may be important to understanding why the plan has its current status.voidsetPhase(String phase)InstallPlanStatus represents the information about the status of steps required to complete installation.voidsetPlan(List<Step> plan)InstallPlanStatus represents the information about the status of steps required to complete installation.voidsetStartTime(String startTime)InstallPlanStatus represents the information about the status of steps required to complete installation.InstallPlanStatusBuildertoBuilder()
-
-
-
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.
-
edit
public InstallPlanStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InstallPlanStatusBuilder>
-
toBuilder
public InstallPlanStatusBuilder toBuilder()
-
-