public interface RoleBindingRestrictionListFluent<A extends RoleBindingRestrictionListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RoleBindingRestrictionListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A addToItems(Integer index, RoleBindingRestriction item)
A setToItems(Integer index, RoleBindingRestriction item)
A addToItems(RoleBindingRestriction... items)
A addAllToItems(Collection<RoleBindingRestriction> items)
A removeFromItems(RoleBindingRestriction... items)
A removeAllFromItems(Collection<RoleBindingRestriction> items)
A removeMatchingFromItems(Predicate<RoleBindingRestrictionBuilder> predicate)
@Deprecated List<RoleBindingRestriction> getItems()
List<RoleBindingRestriction> buildItems()
RoleBindingRestriction buildItem(Integer index)
RoleBindingRestriction buildFirstItem()
RoleBindingRestriction buildLastItem()
RoleBindingRestriction buildMatchingItem(Predicate<RoleBindingRestrictionBuilder> predicate)
Boolean hasMatchingItem(Predicate<RoleBindingRestrictionBuilder> predicate)
A withItems(List<RoleBindingRestriction> items)
A withItems(RoleBindingRestriction... items)
Boolean hasItems()
RoleBindingRestrictionListFluent.ItemsNested<A> addNewItem()
RoleBindingRestrictionListFluent.ItemsNested<A> addNewItemLike(RoleBindingRestriction item)
RoleBindingRestrictionListFluent.ItemsNested<A> setNewItemLike(Integer index, RoleBindingRestriction item)
RoleBindingRestrictionListFluent.ItemsNested<A> editItem(Integer index)
RoleBindingRestrictionListFluent.ItemsNested<A> editFirstItem()
RoleBindingRestrictionListFluent.ItemsNested<A> editLastItem()
RoleBindingRestrictionListFluent.ItemsNested<A> editMatchingItem(Predicate<RoleBindingRestrictionBuilder> predicate)
String getKind()
Boolean hasKind()
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.