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 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(Predicate<AuthenticationBuilder> predicate)
@Deprecated List<Authentication> getItems()
List<Authentication> buildItems()
Authentication buildItem(int index)
Authentication buildFirstItem()
Authentication buildLastItem()
Authentication buildMatchingItem(Predicate<AuthenticationBuilder> predicate)
Boolean hasMatchingItem(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(Predicate<AuthenticationBuilder> 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–2023 Red Hat. All rights reserved.