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