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