| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
List<StatusCause> |
StatusDetails.getCauses()
the Causes array includes more details associated with the StatusReason failure; not all StatusReasons may provide detailed causes
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusDetails.setCauses(List<StatusCause> causes)
the Causes array includes more details associated with the StatusReason failure; not all StatusReasons may provide detailed causes
|
| Constructor and Description |
|---|
StatusDetails(List<StatusCause> causes,
String kind,
String name,
Integer retryAfterSeconds) |
Copyright © 2011–2015 Red Hat. All rights reserved.