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