public interface AuthorizationListFluent<A extends AuthorizationListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuthorizationListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A addToItems(int index, Authorization item)
A setToItems(int index, Authorization item)
A addToItems(Authorization... items)
A addAllToItems(Collection<Authorization> items)
A removeFromItems(Authorization... items)
A removeAllFromItems(Collection<Authorization> items)
@Deprecated List<Authorization> getItems()
List<Authorization> buildItems()
Authorization buildItem(int index)
Authorization buildFirstItem()
Authorization buildLastItem()
Authorization buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<AuthorizationBuilder> predicate)
A withItems(List<Authorization> items)
A withItems(Authorization... items)
Boolean hasItems()
AuthorizationListFluent.ItemsNested<A> addNewItem()
AuthorizationListFluent.ItemsNested<A> addNewItemLike(Authorization item)
AuthorizationListFluent.ItemsNested<A> setNewItemLike(int index, Authorization item)
AuthorizationListFluent.ItemsNested<A> editItem(int index)
AuthorizationListFluent.ItemsNested<A> editFirstItem()
AuthorizationListFluent.ItemsNested<A> editLastItem()
AuthorizationListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<AuthorizationBuilder> predicate)
String getKind()
Boolean hasKind()
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2017–2018 Red Hat. All rights reserved.