| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
StatusCondition |
StatusCondition.clone() |
StatusCondition |
StatusCondition.set(String fieldName,
Object value) |
StatusCondition |
StatusCondition.setCode(String code)
Machine-friendly representation of the condition
|
StatusCondition |
StatusCondition.setMessage(String message)
Human-friendly representation of the condition
|
| Modifier and Type | Method and Description |
|---|---|
List<StatusCondition> |
Operation.getClusterConditions()
Which conditions caused the current cluster state.
|
List<StatusCondition> |
NodePool.getConditions()
Which conditions caused the current node pool state.
|
List<StatusCondition> |
Cluster.getConditions()
Which conditions caused the current cluster state.
|
List<StatusCondition> |
Operation.getNodepoolConditions()
Which conditions caused the current node pool state.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.setClusterConditions(List<StatusCondition> clusterConditions)
Which conditions caused the current cluster state.
|
NodePool |
NodePool.setConditions(List<StatusCondition> conditions)
Which conditions caused the current node pool state.
|
Cluster |
Cluster.setConditions(List<StatusCondition> conditions)
Which conditions caused the current cluster state.
|
Operation |
Operation.setNodepoolConditions(List<StatusCondition> nodepoolConditions)
Which conditions caused the current node pool state.
|
Copyright © 2011–2020 Google. All rights reserved.