public class APIServiceStatus extends Object implements KubernetesResource
| Constructor and Description |
|---|
APIServiceStatus()
No args constructor for use in serialization
|
APIServiceStatus(List<APIServiceCondition> conditions) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<APIServiceCondition> |
getConditions() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConditions(List<APIServiceCondition> conditions) |
public APIServiceStatus()
public APIServiceStatus(List<APIServiceCondition> conditions)
conditions - public List<APIServiceCondition> getConditions()
public void setConditions(List<APIServiceCondition> conditions)
Copyright © 2015–2021 Red Hat. All rights reserved.