public class ClusterVersionStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ClusterVersionStatus()
No args constructor for use in serialization
|
ClusterVersionStatus(List<Release> availableUpdates,
List<ClusterOperatorStatusCondition> conditions,
Release desired,
List<UpdateHistory> history,
Long observedGeneration,
String versionHash) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<Release> |
getAvailableUpdates() |
List<ClusterOperatorStatusCondition> |
getConditions() |
Release |
getDesired() |
List<UpdateHistory> |
getHistory() |
Long |
getObservedGeneration() |
String |
getVersionHash() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAvailableUpdates(List<Release> availableUpdates) |
void |
setConditions(List<ClusterOperatorStatusCondition> conditions) |
void |
setDesired(Release desired) |
void |
setHistory(List<UpdateHistory> history) |
void |
setObservedGeneration(Long observedGeneration) |
void |
setVersionHash(String versionHash) |
public ClusterVersionStatus()
public ClusterVersionStatus(List<Release> availableUpdates, List<ClusterOperatorStatusCondition> conditions, Release desired, List<UpdateHistory> history, Long observedGeneration, String versionHash)
desired - availableUpdates - history - versionHash - conditions - observedGeneration - public List<ClusterOperatorStatusCondition> getConditions()
public void setConditions(List<ClusterOperatorStatusCondition> conditions)
public Release getDesired()
public void setDesired(Release desired)
public List<UpdateHistory> getHistory()
public void setHistory(List<UpdateHistory> history)
public Long getObservedGeneration()
public void setObservedGeneration(Long observedGeneration)
public String getVersionHash()
public void setVersionHash(String versionHash)
Copyright © 2015–2021 Red Hat. All rights reserved.