public enum KubernetesAPIVersion extends Enum<KubernetesAPIVersion> implements APIModelVersion
APIModelVersion.VersionComparitor| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
static KubernetesAPIVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KubernetesAPIVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final KubernetesAPIVersion v1beta3
public static final KubernetesAPIVersion v1
public static KubernetesAPIVersion[] values()
for (KubernetesAPIVersion c : KubernetesAPIVersion.values()) System.out.println(c);
public static KubernetesAPIVersion 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 int getOrder()
getOrder in interface APIModelVersionCopyright © 2020 Red Hat, Inc. All Rights Reserved.