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