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