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