public class DNSListFluentImpl<A extends DNSListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DNSListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DNSListFluentImpl.ItemsNestedImpl<N> |
DNSListFluent.ItemsNested<N>| Constructor and Description |
|---|
DNSListFluentImpl() |
DNSListFluentImpl(DNSList instance) |
public DNSListFluentImpl()
public DNSListFluentImpl(DNSList instance)
public String getApiVersion()
getApiVersion in interface DNSListFluent<A extends DNSListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface DNSListFluent<A extends DNSListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface DNSListFluent<A extends DNSListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface DNSListFluent<A extends DNSListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface DNSListFluent<A extends DNSListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface DNSListFluent<A extends DNSListFluent<A>>public A addToItems(int index, DNS item)
addToItems in interface DNSListFluent<A extends DNSListFluent<A>>public A setToItems(int index, DNS item)
setToItems in interface DNSListFluent<A extends DNSListFluent<A>>public A addToItems(DNS... items)
addToItems in interface DNSListFluent<A extends DNSListFluent<A>>public A addAllToItems(Collection<DNS> items)
addAllToItems in interface DNSListFluent<A extends DNSListFluent<A>>public A removeFromItems(DNS... items)
removeFromItems in interface DNSListFluent<A extends DNSListFluent<A>>public A removeAllFromItems(Collection<DNS> items)
removeAllFromItems in interface DNSListFluent<A extends DNSListFluent<A>>public A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<DNSBuilder> predicate)
removeMatchingFromItems in interface DNSListFluent<A extends DNSListFluent<A>>@Deprecated public List<DNS> getItems()
getItems in interface DNSListFluent<A extends DNSListFluent<A>>public List<DNS> buildItems()
buildItems in interface DNSListFluent<A extends DNSListFluent<A>>public DNS buildItem(int index)
buildItem in interface DNSListFluent<A extends DNSListFluent<A>>public DNS buildFirstItem()
buildFirstItem in interface DNSListFluent<A extends DNSListFluent<A>>public DNS buildLastItem()
buildLastItem in interface DNSListFluent<A extends DNSListFluent<A>>public DNS buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<DNSBuilder> predicate)
buildMatchingItem in interface DNSListFluent<A extends DNSListFluent<A>>public Boolean hasMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<DNSBuilder> predicate)
hasMatchingItem in interface DNSListFluent<A extends DNSListFluent<A>>public A withItems(List<DNS> items)
withItems in interface DNSListFluent<A extends DNSListFluent<A>>public A withItems(DNS... items)
withItems in interface DNSListFluent<A extends DNSListFluent<A>>public Boolean hasItems()
hasItems in interface DNSListFluent<A extends DNSListFluent<A>>public DNSListFluent.ItemsNested<A> addNewItem()
addNewItem in interface DNSListFluent<A extends DNSListFluent<A>>public DNSListFluent.ItemsNested<A> addNewItemLike(DNS item)
addNewItemLike in interface DNSListFluent<A extends DNSListFluent<A>>public DNSListFluent.ItemsNested<A> setNewItemLike(int index, DNS item)
setNewItemLike in interface DNSListFluent<A extends DNSListFluent<A>>public DNSListFluent.ItemsNested<A> editItem(int index)
editItem in interface DNSListFluent<A extends DNSListFluent<A>>public DNSListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface DNSListFluent<A extends DNSListFluent<A>>public DNSListFluent.ItemsNested<A> editLastItem()
editLastItem in interface DNSListFluent<A extends DNSListFluent<A>>public DNSListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<DNSBuilder> predicate)
editMatchingItem in interface DNSListFluent<A extends DNSListFluent<A>>public String getKind()
getKind in interface DNSListFluent<A extends DNSListFluent<A>>public A withKind(String kind)
withKind in interface DNSListFluent<A extends DNSListFluent<A>>public Boolean hasKind()
hasKind in interface DNSListFluent<A extends DNSListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface DNSListFluent<A extends DNSListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface DNSListFluent<A extends DNSListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface DNSListFluent<A extends DNSListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface DNSListFluent<A extends DNSListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface DNSListFluent<A extends DNSListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface DNSListFluent<A extends DNSListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface DNSListFluent<A extends DNSListFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.