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