public interface PodIoChaosListFluent<A extends PodIoChaosListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PodIoChaosListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
A addToItems(int index, PodIoChaos item)
A setToItems(int index, PodIoChaos item)
A addToItems(PodIoChaos... items)
A addAllToItems(Collection<PodIoChaos> items)
A removeFromItems(PodIoChaos... items)
A removeAllFromItems(Collection<PodIoChaos> items)
A removeMatchingFromItems(Predicate<PodIoChaosBuilder> predicate)
@Deprecated List<PodIoChaos> getItems()
List<PodIoChaos> buildItems()
PodIoChaos buildItem(int index)
PodIoChaos buildFirstItem()
PodIoChaos buildLastItem()
PodIoChaos buildMatchingItem(Predicate<PodIoChaosBuilder> predicate)
Boolean hasMatchingItem(Predicate<PodIoChaosBuilder> predicate)
A withItems(List<PodIoChaos> items)
A withItems(PodIoChaos... items)
Boolean hasItems()
PodIoChaosListFluent.ItemsNested<A> addNewItem()
PodIoChaosListFluent.ItemsNested<A> addNewItemLike(PodIoChaos item)
PodIoChaosListFluent.ItemsNested<A> setNewItemLike(int index, PodIoChaos item)
PodIoChaosListFluent.ItemsNested<A> editItem(int index)
PodIoChaosListFluent.ItemsNested<A> editFirstItem()
PodIoChaosListFluent.ItemsNested<A> editLastItem()
PodIoChaosListFluent.ItemsNested<A> editMatchingItem(Predicate<PodIoChaosBuilder> predicate)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
Copyright © 2015–2021 Red Hat. All rights reserved.