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