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>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface CSIDriverListFluent<A extends CSIDriverListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface CSIDriverListFluent<A extends CSIDriverListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface CSIDriverListFluent<A extends CSIDriverListFluent<A>>public A addToItems(int index, CSIDriver item)
addToItems in interface CSIDriverListFluent<A extends CSIDriverListFluent<A>>public A setToItems(int 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(int 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(int index, CSIDriver item)
setNewItemLike in interface CSIDriverListFluent<A extends CSIDriverListFluent<A>>public CSIDriverListFluent.ItemsNested<A> editItem(int 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>>public A withNewKind(String arg1)
withNewKind in interface CSIDriverListFluent<A extends CSIDriverListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface CSIDriverListFluent<A extends CSIDriverListFluent<A>>public A withNewKind(StringBuffer arg1)
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>>Copyright © 2015–2020 Red Hat. All rights reserved.