Package | Description |
---|---|
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
static Scale.ApiVersion |
Scale.ApiVersion.fromValue(String value) |
Scale.ApiVersion |
ScaleFluent.getApiVersion() |
Scale.ApiVersion |
ScaleFluentImpl.getApiVersion() |
Scale.ApiVersion |
Scale.getApiVersion()
(Required)
|
static Scale.ApiVersion |
Scale.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scale.ApiVersion[] |
Scale.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 |
Scale.setApiVersion(Scale.ApiVersion apiVersion)
(Required)
|
T |
ScaleFluent.withApiVersion(Scale.ApiVersion apiVersion) |
T |
ScaleFluentImpl.withApiVersion(Scale.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableScale(Scale.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ScaleSpec spec,
ScaleStatus status) |
Scale(Scale.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ScaleSpec spec,
ScaleStatus status) |
Copyright © 2011–2016 Red Hat. All rights reserved.