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