Class InstallPlanStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class InstallPlanStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- 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 phase, List<Step> plan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.ObjectReferencegetAttenuatedServiceAccountRef()List<BundleLookup>getBundleLookups()List<String>getCatalogSources()List<InstallPlanCondition>getConditions()StringgetPhase()List<Step>getPlan()voidsetAdditionalProperty(String name, Object value)voidsetAttenuatedServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef)voidsetBundleLookups(List<BundleLookup> bundleLookups)voidsetCatalogSources(List<String> catalogSources)voidsetConditions(List<InstallPlanCondition> conditions)voidsetPhase(String phase)voidsetPlan(List<Step> plan)
-
-
-
Constructor Detail
-
InstallPlanStatus
public InstallPlanStatus()
No args constructor for use in serialization
-
InstallPlanStatus
public InstallPlanStatus(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef, List<BundleLookup> bundleLookups, List<String> catalogSources, List<InstallPlanCondition> conditions, String phase, List<Step> plan)- Parameters:
phase-bundleLookups-attenuatedServiceAccountRef-catalogSources-conditions-plan-
-
-
Method Detail
-
getAttenuatedServiceAccountRef
public io.fabric8.kubernetes.api.model.ObjectReference getAttenuatedServiceAccountRef()
-
setAttenuatedServiceAccountRef
public void setAttenuatedServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef)
-
getBundleLookups
public List<BundleLookup> getBundleLookups()
-
setBundleLookups
public void setBundleLookups(List<BundleLookup> bundleLookups)
-
getConditions
public List<InstallPlanCondition> getConditions()
-
setConditions
public void setConditions(List<InstallPlanCondition> conditions)
-
getPhase
public String getPhase()
-
setPhase
public void setPhase(String phase)
-
-