Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
static V1PodSpec.RestartPolicyEnum |
V1PodSpec.RestartPolicyEnum.fromValue(String value) |
V1PodSpec.RestartPolicyEnum |
V1PodSpec.getRestartPolicy()
Restart policy for all containers within the pod.
|
V1PodSpec.RestartPolicyEnum |
V1PodSpec.RestartPolicyEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1PodSpec.RestartPolicyEnum |
V1PodSpec.RestartPolicyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1PodSpec.RestartPolicyEnum[] |
V1PodSpec.RestartPolicyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
V1PodSpec |
V1PodSpec.restartPolicy(V1PodSpec.RestartPolicyEnum restartPolicy) |
void |
V1PodSpec.setRestartPolicy(V1PodSpec.RestartPolicyEnum restartPolicy) |
void |
V1PodSpec.RestartPolicyEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1PodSpec.RestartPolicyEnum enumeration) |
Copyright © 2022. All rights reserved.