public static enum V1EphemeralContainer.TerminationMessagePolicyEnum extends Enum<V1EphemeralContainer.TerminationMessagePolicyEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
V1EphemeralContainer.TerminationMessagePolicyEnum.Adapter |
| Enum Constant and Description |
|---|
FALLBACKTOLOGSONERROR |
FILE |
| Modifier and Type | Method and Description |
|---|---|
static V1EphemeralContainer.TerminationMessagePolicyEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static V1EphemeralContainer.TerminationMessagePolicyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1EphemeralContainer.TerminationMessagePolicyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V1EphemeralContainer.TerminationMessagePolicyEnum FALLBACKTOLOGSONERROR
public static final V1EphemeralContainer.TerminationMessagePolicyEnum FILE
public static V1EphemeralContainer.TerminationMessagePolicyEnum[] values()
for (V1EphemeralContainer.TerminationMessagePolicyEnum c : V1EphemeralContainer.TerminationMessagePolicyEnum.values()) System.out.println(c);
public static V1EphemeralContainer.TerminationMessagePolicyEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<V1EphemeralContainer.TerminationMessagePolicyEnum>public static V1EphemeralContainer.TerminationMessagePolicyEnum fromValue(String value)
Copyright © 2022. All rights reserved.