public class ConfigMapListFluentImpl<T extends ConfigMapListFluent<T>> extends BaseFluent<T> implements ConfigMapListFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMapListFluentImpl.ItemsNestedImpl<N> |
class |
ConfigMapListFluentImpl.MetadataNestedImpl<N> |
ConfigMapListFluent.ItemsNested<N>, ConfigMapListFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
ConfigMapListFluentImpl() |
ConfigMapListFluentImpl(ConfigMapList instance) |
public ConfigMapListFluentImpl()
public ConfigMapListFluentImpl(ConfigMapList instance)
public ConfigMapList.ApiVersion getApiVersion()
getApiVersion in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T withApiVersion(ConfigMapList.ApiVersion apiVersion)
withApiVersion in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T addToItems(ConfigMap... items)
addToItems in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T removeFromItems(ConfigMap... items)
removeFromItems in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public List<ConfigMap> getItems()
getItems in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T withItems(List<ConfigMap> items)
withItems in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T withItems(ConfigMap... items)
withItems in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public ConfigMapListFluent.ItemsNested<T> addNewItem()
addNewItem in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public ConfigMapListFluent.ItemsNested<T> addNewItemLike(ConfigMap item)
addNewItemLike in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public String getKind()
getKind in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T withKind(String kind)
withKind in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public ListMeta getMetadata()
getMetadata in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T withMetadata(ListMeta metadata)
withMetadata in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public ConfigMapListFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public ConfigMapListFluent.MetadataNested<T> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public ConfigMapListFluent.MetadataNested<T> editMetadata()
editMetadata in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ConfigMapListFluent<T extends ConfigMapListFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.