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