Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
static DaemonSet.ApiVersion |
DaemonSet.ApiVersion.fromValue(String value) |
DaemonSet.ApiVersion |
DaemonSetFluent.getApiVersion() |
DaemonSet.ApiVersion |
DaemonSetFluentImpl.getApiVersion() |
DaemonSet.ApiVersion |
DaemonSet.getApiVersion()
(Required)
|
static DaemonSet.ApiVersion |
DaemonSet.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaemonSet.ApiVersion[] |
DaemonSet.ApiVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DaemonSet.setApiVersion(DaemonSet.ApiVersion apiVersion)
(Required)
|
T |
DaemonSetFluent.withApiVersion(DaemonSet.ApiVersion apiVersion) |
T |
DaemonSetFluentImpl.withApiVersion(DaemonSet.ApiVersion apiVersion) |
Constructor and Description |
---|
DaemonSet(DaemonSet.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
DaemonSetSpec spec,
DaemonSetStatus status) |
EditableDaemonSet(DaemonSet.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
DaemonSetSpec spec,
DaemonSetStatus status) |
Copyright © 2011–2016 Red Hat. All rights reserved.