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