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