public interface PodDisruptionBudgetListFluent<A extends PodDisruptionBudgetListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PodDisruptionBudgetListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
A addToItems(Integer index, PodDisruptionBudget item)
A setToItems(Integer index, PodDisruptionBudget item)
A addToItems(PodDisruptionBudget... items)
A addAllToItems(Collection<PodDisruptionBudget> items)
A removeFromItems(PodDisruptionBudget... items)
A removeAllFromItems(Collection<PodDisruptionBudget> items)
A removeMatchingFromItems(Predicate<PodDisruptionBudgetBuilder> predicate)
@Deprecated List<PodDisruptionBudget> getItems()
List<PodDisruptionBudget> buildItems()
PodDisruptionBudget buildItem(Integer index)
PodDisruptionBudget buildFirstItem()
PodDisruptionBudget buildLastItem()
PodDisruptionBudget buildMatchingItem(Predicate<PodDisruptionBudgetBuilder> predicate)
Boolean hasMatchingItem(Predicate<PodDisruptionBudgetBuilder> predicate)
A withItems(List<PodDisruptionBudget> items)
A withItems(PodDisruptionBudget... items)
Boolean hasItems()
PodDisruptionBudgetListFluent.ItemsNested<A> addNewItem()
PodDisruptionBudgetListFluent.ItemsNested<A> addNewItemLike(PodDisruptionBudget item)
PodDisruptionBudgetListFluent.ItemsNested<A> setNewItemLike(Integer index, PodDisruptionBudget item)
PodDisruptionBudgetListFluent.ItemsNested<A> editItem(Integer index)
PodDisruptionBudgetListFluent.ItemsNested<A> editFirstItem()
PodDisruptionBudgetListFluent.ItemsNested<A> editLastItem()
PodDisruptionBudgetListFluent.ItemsNested<A> editMatchingItem(Predicate<PodDisruptionBudgetBuilder> 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–2020 Red Hat. All rights reserved.