public class PeerAuthenticationListFluent<A extends PeerAuthenticationListFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PeerAuthenticationListFluent.ItemsNested<N> |
| Constructor and Description |
|---|
PeerAuthenticationListFluent() |
PeerAuthenticationListFluent(PeerAuthenticationList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PeerAuthenticationListFluent()
public PeerAuthenticationListFluent(PeerAuthenticationList instance)
public String getApiVersion()
public boolean hasApiVersion()
public A addToItems(int index, PeerAuthentication item)
public A setToItems(int index, PeerAuthentication item)
public A addToItems(PeerAuthentication... items)
public A addAllToItems(Collection<PeerAuthentication> items)
public A removeFromItems(PeerAuthentication... items)
public A removeAllFromItems(Collection<PeerAuthentication> items)
public A removeMatchingFromItems(Predicate<PeerAuthenticationBuilder> predicate)
public List<PeerAuthentication> buildItems()
public PeerAuthentication buildItem(int index)
public PeerAuthentication buildFirstItem()
public PeerAuthentication buildLastItem()
public PeerAuthentication buildMatchingItem(Predicate<PeerAuthenticationBuilder> predicate)
public boolean hasMatchingItem(Predicate<PeerAuthenticationBuilder> predicate)
public A withItems(List<PeerAuthentication> items)
public A withItems(PeerAuthentication... items)
public boolean hasItems()
public PeerAuthenticationListFluent.ItemsNested<A> addNewItem()
public PeerAuthenticationListFluent.ItemsNested<A> addNewItemLike(PeerAuthentication item)
public PeerAuthenticationListFluent.ItemsNested<A> setNewItemLike(int index, PeerAuthentication item)
public PeerAuthenticationListFluent.ItemsNested<A> editItem(int index)
public PeerAuthenticationListFluent.ItemsNested<A> editFirstItem()
public PeerAuthenticationListFluent.ItemsNested<A> editLastItem()
public PeerAuthenticationListFluent.ItemsNested<A> editMatchingItem(Predicate<PeerAuthenticationBuilder> predicate)
public String getKind()
public boolean hasKind()
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
public boolean hasMetadata()
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PeerAuthenticationListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PeerAuthenticationListFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.