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