@Generated(value="org.jsonschema2pojo") public static enum DaemonSet.ApiVersion extends Enum<DaemonSet.ApiVersion>
Enum Constant and Description |
---|
EXTENSIONS_V_1_BETA_1 |
Modifier and Type | Method and Description |
---|---|
static DaemonSet.ApiVersion |
fromValue(String value) |
String |
toString() |
static DaemonSet.ApiVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaemonSet.ApiVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DaemonSet.ApiVersion EXTENSIONS_V_1_BETA_1
public static DaemonSet.ApiVersion[] values()
for (DaemonSet.ApiVersion c : DaemonSet.ApiVersion.values()) System.out.println(c);
public static DaemonSet.ApiVersion 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 toString()
toString
in class Enum<DaemonSet.ApiVersion>
public static DaemonSet.ApiVersion fromValue(String value)
Copyright © 2011–2016 Red Hat. All rights reserved.