public static enum PortalK8sConfigMapModifier.Result extends java.lang.Enum<PortalK8sConfigMapModifier.Result>
| Enum Constant and Description |
|---|
CREATED |
DELETED |
UNCHANGED |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static PortalK8sConfigMapModifier.Result |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortalK8sConfigMapModifier.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortalK8sConfigMapModifier.Result CREATED
public static final PortalK8sConfigMapModifier.Result DELETED
public static final PortalK8sConfigMapModifier.Result UNCHANGED
public static final PortalK8sConfigMapModifier.Result UPDATED
public static PortalK8sConfigMapModifier.Result[] values()
for (PortalK8sConfigMapModifier.Result c : PortalK8sConfigMapModifier.Result.values()) System.out.println(c);
public static PortalK8sConfigMapModifier.Result valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null