| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1StatusCause |
V1StatusCause.field(String field) |
V1StatusCause |
V1StatusCause.message(String message) |
V1StatusCause |
V1StatusCause.reason(String reason) |
| Modifier and Type | Method and Description |
|---|---|
List<V1StatusCause> |
V1StatusDetails.getCauses()
The Causes array includes more details associated with the StatusReason failure.
|
| Modifier and Type | Method and Description |
|---|---|
V1StatusDetails |
V1StatusDetails.addCausesItem(V1StatusCause causesItem) |
| Modifier and Type | Method and Description |
|---|---|
V1StatusDetails |
V1StatusDetails.causes(List<V1StatusCause> causes) |
void |
V1StatusDetails.setCauses(List<V1StatusCause> causes) |
Copyright © 2021. All rights reserved.