public static enum KubernetesConfiguration.KubernetesRole extends Enum<KubernetesConfiguration.KubernetesRole>
| Modifier and Type | Method and Description |
|---|---|
static KubernetesConfiguration.KubernetesRole |
fromString(String input) |
static KubernetesConfiguration.KubernetesRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KubernetesConfiguration.KubernetesRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KubernetesConfiguration.KubernetesRole JOBS
public static final KubernetesConfiguration.KubernetesRole SERVER
public static KubernetesConfiguration.KubernetesRole[] values()
for (KubernetesConfiguration.KubernetesRole c : KubernetesConfiguration.KubernetesRole.values()) System.out.println(c);
public static KubernetesConfiguration.KubernetesRole 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 static KubernetesConfiguration.KubernetesRole fromString(String input)
Copyright © 2018 LeanIX GmbH. All rights reserved.