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