public class RbacListFluentImpl<A extends RbacListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RbacListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RbacListFluentImpl.ItemsNestedImpl<N> |
RbacListFluent.ItemsNested<N>| Constructor and Description |
|---|
RbacListFluentImpl() |
RbacListFluentImpl(RbacList instance) |
public RbacListFluentImpl()
public RbacListFluentImpl(RbacList instance)
public String getApiVersion()
getApiVersion in interface RbacListFluent<A extends RbacListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface RbacListFluent<A extends RbacListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface RbacListFluent<A extends RbacListFluent<A>>public A addToItems(int index, Rbac item)
addToItems in interface RbacListFluent<A extends RbacListFluent<A>>public A setToItems(int index, Rbac item)
setToItems in interface RbacListFluent<A extends RbacListFluent<A>>public A addToItems(Rbac... items)
addToItems in interface RbacListFluent<A extends RbacListFluent<A>>public A addAllToItems(Collection<Rbac> items)
addAllToItems in interface RbacListFluent<A extends RbacListFluent<A>>public A removeFromItems(Rbac... items)
removeFromItems in interface RbacListFluent<A extends RbacListFluent<A>>public A removeAllFromItems(Collection<Rbac> items)
removeAllFromItems in interface RbacListFluent<A extends RbacListFluent<A>>@Deprecated public List<Rbac> getItems()
getItems in interface RbacListFluent<A extends RbacListFluent<A>>public List<Rbac> buildItems()
buildItems in interface RbacListFluent<A extends RbacListFluent<A>>public Rbac buildItem(int index)
buildItem in interface RbacListFluent<A extends RbacListFluent<A>>public Rbac buildFirstItem()
buildFirstItem in interface RbacListFluent<A extends RbacListFluent<A>>public Rbac buildLastItem()
buildLastItem in interface RbacListFluent<A extends RbacListFluent<A>>public Rbac buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<RbacBuilder> predicate)
buildMatchingItem in interface RbacListFluent<A extends RbacListFluent<A>>public A withItems(List<Rbac> items)
withItems in interface RbacListFluent<A extends RbacListFluent<A>>public A withItems(Rbac... items)
withItems in interface RbacListFluent<A extends RbacListFluent<A>>public Boolean hasItems()
hasItems in interface RbacListFluent<A extends RbacListFluent<A>>public RbacListFluent.ItemsNested<A> addNewItem()
addNewItem in interface RbacListFluent<A extends RbacListFluent<A>>public RbacListFluent.ItemsNested<A> addNewItemLike(Rbac item)
addNewItemLike in interface RbacListFluent<A extends RbacListFluent<A>>public RbacListFluent.ItemsNested<A> setNewItemLike(int index, Rbac item)
setNewItemLike in interface RbacListFluent<A extends RbacListFluent<A>>public RbacListFluent.ItemsNested<A> editItem(int index)
editItem in interface RbacListFluent<A extends RbacListFluent<A>>public RbacListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface RbacListFluent<A extends RbacListFluent<A>>public RbacListFluent.ItemsNested<A> editLastItem()
editLastItem in interface RbacListFluent<A extends RbacListFluent<A>>public RbacListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<RbacBuilder> predicate)
editMatchingItem in interface RbacListFluent<A extends RbacListFluent<A>>public String getKind()
getKind in interface RbacListFluent<A extends RbacListFluent<A>>public A withKind(String kind)
withKind in interface RbacListFluent<A extends RbacListFluent<A>>public Boolean hasKind()
hasKind in interface RbacListFluent<A extends RbacListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface RbacListFluent<A extends RbacListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface RbacListFluent<A extends RbacListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface RbacListFluent<A extends RbacListFluent<A>>public A withNewMetadata(String _continue, String resourceVersion, String selfLink)
withNewMetadata in interface RbacListFluent<A extends RbacListFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.