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