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