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