Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1ConfigMapNodeConfigSource |
V1ConfigMapNodeConfigSourceBuilder.build() |
V1ConfigMapNodeConfigSource |
V1NodeConfigSourceFluentImpl.buildConfigMap() |
V1ConfigMapNodeConfigSource |
V1NodeConfigSourceFluent.buildConfigMap() |
V1ConfigMapNodeConfigSource |
V1NodeConfigSourceFluentImpl.getConfigMap()
Deprecated.
|
V1ConfigMapNodeConfigSource |
V1NodeConfigSourceFluent.getConfigMap()
Deprecated.
|
V1ConfigMapNodeConfigSource |
V1NodeConfigSource.getConfigMap()
ConfigMap is a reference to a Node's ConfigMap
|
V1ConfigMapNodeConfigSource |
V1ConfigMapNodeConfigSource.kubeletConfigKey(String kubeletConfigKey) |
V1ConfigMapNodeConfigSource |
V1ConfigMapNodeConfigSource.name(String name) |
V1ConfigMapNodeConfigSource |
V1ConfigMapNodeConfigSource.namespace(String namespace) |
V1ConfigMapNodeConfigSource |
V1ConfigMapNodeConfigSource.resourceVersion(String resourceVersion) |
V1ConfigMapNodeConfigSource |
V1ConfigMapNodeConfigSource.uid(String uid) |
Modifier and Type | Method and Description |
---|---|
V1NodeConfigSource |
V1NodeConfigSource.configMap(V1ConfigMapNodeConfigSource configMap) |
V1NodeConfigSourceFluent.ConfigMapNested<A> |
V1NodeConfigSourceFluentImpl.editOrNewConfigMapLike(V1ConfigMapNodeConfigSource item) |
V1NodeConfigSourceFluent.ConfigMapNested<A> |
V1NodeConfigSourceFluent.editOrNewConfigMapLike(V1ConfigMapNodeConfigSource item) |
void |
V1NodeConfigSource.setConfigMap(V1ConfigMapNodeConfigSource configMap) |
A |
V1NodeConfigSourceFluentImpl.withConfigMap(V1ConfigMapNodeConfigSource configMap) |
A |
V1NodeConfigSourceFluent.withConfigMap(V1ConfigMapNodeConfigSource configMap) |
V1NodeConfigSourceFluent.ConfigMapNested<A> |
V1NodeConfigSourceFluentImpl.withNewConfigMapLike(V1ConfigMapNodeConfigSource item) |
V1NodeConfigSourceFluent.ConfigMapNested<A> |
V1NodeConfigSourceFluent.withNewConfigMapLike(V1ConfigMapNodeConfigSource item) |
Constructor and Description |
---|
V1ConfigMapNodeConfigSourceBuilder(V1ConfigMapNodeConfigSource instance) |
V1ConfigMapNodeConfigSourceBuilder(V1ConfigMapNodeConfigSource instance,
Boolean validationEnabled) |
V1ConfigMapNodeConfigSourceBuilder(V1ConfigMapNodeConfigSourceFluent<?> fluent,
V1ConfigMapNodeConfigSource instance) |
V1ConfigMapNodeConfigSourceBuilder(V1ConfigMapNodeConfigSourceFluent<?> fluent,
V1ConfigMapNodeConfigSource instance,
Boolean validationEnabled) |
V1ConfigMapNodeConfigSourceFluentImpl(V1ConfigMapNodeConfigSource instance) |
Copyright © 2019. All rights reserved.