public static enum V1Container.ImagePullPolicyEnum extends Enum<V1Container.ImagePullPolicyEnum>
Modifier and Type | Class and Description |
---|---|
static class |
V1Container.ImagePullPolicyEnum.Adapter |
Enum Constant and Description |
---|
ALWAYS |
IFNOTPRESENT |
NEVER |
Modifier and Type | Method and Description |
---|---|
static V1Container.ImagePullPolicyEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static V1Container.ImagePullPolicyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1Container.ImagePullPolicyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V1Container.ImagePullPolicyEnum ALWAYS
public static final V1Container.ImagePullPolicyEnum IFNOTPRESENT
public static final V1Container.ImagePullPolicyEnum NEVER
public static V1Container.ImagePullPolicyEnum[] values()
for (V1Container.ImagePullPolicyEnum c : V1Container.ImagePullPolicyEnum.values()) System.out.println(c);
public static V1Container.ImagePullPolicyEnum 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<V1Container.ImagePullPolicyEnum>
public static V1Container.ImagePullPolicyEnum fromValue(String value)
Copyright © 2022. All rights reserved.