public interface ClusterRoleListFluent<A extends ClusterRoleListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterRoleListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
A addToItems(int index, ClusterRole item)
A setToItems(int index, ClusterRole item)
A addToItems(ClusterRole... items)
A addAllToItems(Collection<ClusterRole> items)
A removeFromItems(ClusterRole... items)
A removeAllFromItems(Collection<ClusterRole> items)
A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<ClusterRoleBuilder> predicate)
@Deprecated List<ClusterRole> getItems()
List<ClusterRole> buildItems()
ClusterRole buildItem(int index)
ClusterRole buildFirstItem()
ClusterRole buildLastItem()
ClusterRole buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ClusterRoleBuilder> predicate)
Boolean hasMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ClusterRoleBuilder> predicate)
A withItems(List<ClusterRole> items)
A withItems(ClusterRole... items)
Boolean hasItems()
ClusterRoleListFluent.ItemsNested<A> addNewItem()
ClusterRoleListFluent.ItemsNested<A> addNewItemLike(ClusterRole item)
ClusterRoleListFluent.ItemsNested<A> setNewItemLike(int index, ClusterRole item)
ClusterRoleListFluent.ItemsNested<A> editItem(int index)
ClusterRoleListFluent.ItemsNested<A> editFirstItem()
ClusterRoleListFluent.ItemsNested<A> editLastItem()
ClusterRoleListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<ClusterRoleBuilder> predicate)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
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.