public class WithPodListFluent<A extends WithPodListFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
WithPodListFluent.ItemsNested<N> |
| Constructor and Description |
|---|
WithPodListFluent() |
WithPodListFluent(WithPodList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic WithPodListFluent()
public WithPodListFluent(WithPodList instance)
protected void copyInstance(WithPodList instance)
public String getApiVersion()
public boolean hasApiVersion()
public A addAllToItems(Collection<WithPod> items)
public A removeAllFromItems(Collection<WithPod> items)
public A removeMatchingFromItems(Predicate<WithPodBuilder> predicate)
public WithPod buildItem(int index)
public WithPod buildFirstItem()
public WithPod buildLastItem()
public WithPod buildMatchingItem(Predicate<WithPodBuilder> predicate)
public boolean hasMatchingItem(Predicate<WithPodBuilder> predicate)
public boolean hasItems()
public WithPodListFluent.ItemsNested<A> addNewItem()
public WithPodListFluent.ItemsNested<A> addNewItemLike(WithPod item)
public WithPodListFluent.ItemsNested<A> setNewItemLike(int index, WithPod item)
public WithPodListFluent.ItemsNested<A> editItem(int index)
public WithPodListFluent.ItemsNested<A> editFirstItem()
public WithPodListFluent.ItemsNested<A> editLastItem()
public WithPodListFluent.ItemsNested<A> editMatchingItem(Predicate<WithPodBuilder> 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 WithPodListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WithPodListFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.