public class ConfigMap extends Object
| Constructor and Description |
|---|
ConfigMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(ConfigMapEntry configMapEntry) |
List<ConfigMapEntry> |
getEntries() |
String |
getName()
Return the name of ConfigMap.
|
void |
setName(String name)
Set the name of ConfigMap.
|
public void addEntry(ConfigMapEntry configMapEntry)
public List<ConfigMapEntry> getEntries()
public void setName(String name)
name - public String getName()
Copyright © 2019. All rights reserved.