public class ConfigListFluentImpl<A extends ConfigListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConfigListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigListFluentImpl.ItemsNestedImpl<N> |
ConfigListFluent.ItemsNested<N>| Constructor and Description |
|---|
ConfigListFluentImpl() |
ConfigListFluentImpl(ConfigList instance) |
public ConfigListFluentImpl()
public ConfigListFluentImpl(ConfigList instance)
public String getApiVersion()
getApiVersion in interface ConfigListFluent<A extends ConfigListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ConfigListFluent<A extends ConfigListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ConfigListFluent<A extends ConfigListFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface ConfigListFluent<A extends ConfigListFluent<A>>public A addToItems(Integer index, Config item)
addToItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public A setToItems(Integer index, Config item)
setToItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public A addToItems(Config... items)
addToItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public A addAllToItems(Collection<Config> items)
addAllToItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public A removeFromItems(Config... items)
removeFromItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public A removeAllFromItems(Collection<Config> items)
removeAllFromItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public A removeMatchingFromItems(Predicate<ConfigBuilder> predicate)
removeMatchingFromItems in interface ConfigListFluent<A extends ConfigListFluent<A>>@Deprecated public List<Config> getItems()
getItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public List<Config> buildItems()
buildItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public Config buildItem(Integer index)
buildItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public Config buildFirstItem()
buildFirstItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public Config buildLastItem()
buildLastItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public Config buildMatchingItem(Predicate<ConfigBuilder> predicate)
buildMatchingItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public Boolean hasMatchingItem(Predicate<ConfigBuilder> predicate)
hasMatchingItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public A withItems(List<Config> items)
withItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public A withItems(Config... items)
withItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public Boolean hasItems()
hasItems in interface ConfigListFluent<A extends ConfigListFluent<A>>public ConfigListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public ConfigListFluent.ItemsNested<A> addNewItemLike(Config item)
addNewItemLike in interface ConfigListFluent<A extends ConfigListFluent<A>>public ConfigListFluent.ItemsNested<A> setNewItemLike(Integer index, Config item)
setNewItemLike in interface ConfigListFluent<A extends ConfigListFluent<A>>public ConfigListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public ConfigListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public ConfigListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public ConfigListFluent.ItemsNested<A> editMatchingItem(Predicate<ConfigBuilder> predicate)
editMatchingItem in interface ConfigListFluent<A extends ConfigListFluent<A>>public String getKind()
getKind in interface ConfigListFluent<A extends ConfigListFluent<A>>public A withKind(String kind)
withKind in interface ConfigListFluent<A extends ConfigListFluent<A>>public Boolean hasKind()
hasKind in interface ConfigListFluent<A extends ConfigListFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface ConfigListFluent<A extends ConfigListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ConfigListFluent<A extends ConfigListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ConfigListFluent<A extends ConfigListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ConfigListFluent<A extends ConfigListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ConfigListFluent<A extends ConfigListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ConfigListFluent<A extends ConfigListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ConfigListFluent<A extends ConfigListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ConfigListFluent<A extends ConfigListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ConfigListFluent<A extends ConfigListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ConfigListFluent<A extends ConfigListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ConfigListFluent<A extends ConfigListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ConfigListFluent<A extends ConfigListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.