public class InstallPlanStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
InstallPlanStatus()
No args constructor for use in serialization
|
InstallPlanStatus(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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.ObjectReference |
getAttenuatedServiceAccountRef() |
List<BundleLookup> |
getBundleLookups() |
List<String> |
getCatalogSources() |
List<InstallPlanCondition> |
getConditions() |
String |
getMessage() |
String |
getPhase() |
List<Step> |
getPlan() |
String |
getStartTime() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAttenuatedServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef) |
void |
setBundleLookups(List<BundleLookup> bundleLookups) |
void |
setCatalogSources(List<String> catalogSources) |
void |
setConditions(List<InstallPlanCondition> conditions) |
void |
setMessage(String message) |
void |
setPhase(String phase) |
void |
setPlan(List<Step> plan) |
void |
setStartTime(String startTime) |
public InstallPlanStatus()
public InstallPlanStatus(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)
phase - bundleLookups - attenuatedServiceAccountRef - catalogSources - startTime - conditions - message - plan - public io.fabric8.kubernetes.api.model.ObjectReference getAttenuatedServiceAccountRef()
public void setAttenuatedServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef)
public List<BundleLookup> getBundleLookups()
public void setBundleLookups(List<BundleLookup> bundleLookups)
public List<InstallPlanCondition> getConditions()
public void setConditions(List<InstallPlanCondition> conditions)
public String getMessage()
public void setMessage(String message)
public String getPhase()
public void setPhase(String phase)
public String getStartTime()
public void setStartTime(String startTime)
Copyright © 2015–2022 Red Hat. All rights reserved.