Class DoneablePodDisruptionBudgetList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.policy.PodDisruptionBudgetListFluentImpl<DoneablePodDisruptionBudgetList>
io.fabric8.kubernetes.api.model.policy.DoneablePodDisruptionBudgetList
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneablePodDisruptionBudgetList>,io.fabric8.kubernetes.api.builder.Visitable<DoneablePodDisruptionBudgetList>,io.fabric8.kubernetes.api.model.Doneable<PodDisruptionBudgetList>,PodDisruptionBudgetListFluent<DoneablePodDisruptionBudgetList>
public class DoneablePodDisruptionBudgetList extends PodDisruptionBudgetListFluentImpl<DoneablePodDisruptionBudgetList> implements io.fabric8.kubernetes.api.model.Doneable<PodDisruptionBudgetList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.policy.PodDisruptionBudgetListFluentImpl
PodDisruptionBudgetListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.policy.PodDisruptionBudgetListFluent
PodDisruptionBudgetListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneablePodDisruptionBudgetList(io.fabric8.kubernetes.api.builder.Function<PodDisruptionBudgetList,PodDisruptionBudgetList> function)DoneablePodDisruptionBudgetList(PodDisruptionBudgetList item)DoneablePodDisruptionBudgetList(PodDisruptionBudgetList item, io.fabric8.kubernetes.api.builder.Function<PodDisruptionBudgetList,PodDisruptionBudgetList> function) -
Method Summary
Modifier and Type Method Description PodDisruptionBudgetListdone()Methods inherited from class io.fabric8.kubernetes.api.model.policy.PodDisruptionBudgetListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata
-
Constructor Details
-
DoneablePodDisruptionBudgetList
public DoneablePodDisruptionBudgetList(io.fabric8.kubernetes.api.builder.Function<PodDisruptionBudgetList,PodDisruptionBudgetList> function) -
DoneablePodDisruptionBudgetList
public DoneablePodDisruptionBudgetList(PodDisruptionBudgetList item, io.fabric8.kubernetes.api.builder.Function<PodDisruptionBudgetList,PodDisruptionBudgetList> function) -
DoneablePodDisruptionBudgetList
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<PodDisruptionBudgetList>
-