public class ConfigMapVolumeSourceFluentImpl<T extends ConfigMapVolumeSourceFluent<T>> extends BaseFluent<T> implements ConfigMapVolumeSourceFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMapVolumeSourceFluentImpl.ItemsNestedImpl<N> |
ConfigMapVolumeSourceFluent.ItemsNested<N>_visitables| Constructor and Description |
|---|
ConfigMapVolumeSourceFluentImpl() |
ConfigMapVolumeSourceFluentImpl(ConfigMapVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
ConfigMapVolumeSourceFluent.ItemsNested<T> |
addNewItem() |
T |
addNewItem(String key,
String path) |
ConfigMapVolumeSourceFluent.ItemsNested<T> |
addNewItemLike(KeyToPath item) |
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToItems(KeyToPath... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
List<KeyToPath> |
getItems() |
String |
getName() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromItems(KeyToPath... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withItems(KeyToPath... items) |
T |
withItems(List<KeyToPath> items) |
T |
withName(String name) |
public ConfigMapVolumeSourceFluentImpl()
public ConfigMapVolumeSourceFluentImpl(ConfigMapVolumeSource instance)
public T addToItems(KeyToPath... items)
addToItems in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T removeFromItems(KeyToPath... items)
removeFromItems in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public List<KeyToPath> getItems()
getItems in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T withItems(List<KeyToPath> items)
withItems in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T withItems(KeyToPath... items)
withItems in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public ConfigMapVolumeSourceFluent.ItemsNested<T> addNewItem()
addNewItem in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public ConfigMapVolumeSourceFluent.ItemsNested<T> addNewItemLike(KeyToPath item)
addNewItemLike in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T addNewItem(String key, String path)
addNewItem in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public String getName()
getName in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T withName(String name)
withName in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ConfigMapVolumeSourceFluent<T extends ConfigMapVolumeSourceFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.