public interface RoleListFluent<A extends RoleListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RoleListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(int[] arg1, int arg2, int arg3)
A withNewApiVersion(char[] arg1)
A withNewApiVersion(StringBuffer arg1)
A withNewApiVersion(byte[] arg1, int arg2)
A withNewApiVersion(byte[] arg1)
A withNewApiVersion(char[] arg1, int arg2, int arg3)
A withNewApiVersion(byte[] arg1, int arg2, int arg3)
A withNewApiVersion(byte[] arg1, int arg2, int arg3, int arg4)
A addAllToItems(Collection<Role> items)
A removeAllFromItems(Collection<Role> items)
A removeMatchingFromItems(Predicate<RoleBuilder> predicate)
@Deprecated List<Role> getItems()
Role buildItem(int index)
Role buildFirstItem()
Role buildLastItem()
Role buildMatchingItem(Predicate<RoleBuilder> predicate)
Boolean hasMatchingItem(Predicate<RoleBuilder> predicate)
Boolean hasItems()
RoleListFluent.ItemsNested<A> addNewItem()
RoleListFluent.ItemsNested<A> addNewItemLike(Role item)
RoleListFluent.ItemsNested<A> setNewItemLike(int index, Role item)
RoleListFluent.ItemsNested<A> editItem(int index)
RoleListFluent.ItemsNested<A> editFirstItem()
RoleListFluent.ItemsNested<A> editLastItem()
RoleListFluent.ItemsNested<A> editMatchingItem(Predicate<RoleBuilder> predicate)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(int[] arg1, int arg2, int arg3)
A withNewKind(char[] arg1)
A withNewKind(StringBuffer arg1)
A withNewKind(byte[] arg1, int arg2)
A withNewKind(byte[] arg1)
A withNewKind(char[] arg1, int arg2, int arg3)
A withNewKind(byte[] arg1, int arg2, int arg3)
A withNewKind(byte[] arg1, int arg2, int arg3, int arg4)
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2015–2021 Red Hat. All rights reserved.