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