Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
static V1PodStatus.PhaseEnum |
V1PodStatus.PhaseEnum.fromValue(String value) |
V1PodStatus.PhaseEnum |
V1PodStatus.getPhase()
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle.
|
V1PodStatus.PhaseEnum |
V1PodStatus.PhaseEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1PodStatus.PhaseEnum |
V1PodStatus.PhaseEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1PodStatus.PhaseEnum[] |
V1PodStatus.PhaseEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
V1PodStatus |
V1PodStatus.phase(V1PodStatus.PhaseEnum phase) |
void |
V1PodStatus.setPhase(V1PodStatus.PhaseEnum phase) |
void |
V1PodStatus.PhaseEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1PodStatus.PhaseEnum enumeration) |
Copyright © 2022. All rights reserved.