Class DoneablePodPresetList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.settings.PodPresetListFluentImpl<DoneablePodPresetList>
io.fabric8.kubernetes.api.model.settings.DoneablePodPresetList
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneablePodPresetList>,io.fabric8.kubernetes.api.builder.Visitable<DoneablePodPresetList>,io.fabric8.kubernetes.api.model.Doneable<PodPresetList>,PodPresetListFluent<DoneablePodPresetList>
public class DoneablePodPresetList extends PodPresetListFluentImpl<DoneablePodPresetList> implements io.fabric8.kubernetes.api.model.Doneable<PodPresetList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.settings.PodPresetListFluentImpl
PodPresetListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.settings.PodPresetListFluent
PodPresetListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneablePodPresetList(io.fabric8.kubernetes.api.builder.Function<PodPresetList,PodPresetList> function)DoneablePodPresetList(PodPresetList item)DoneablePodPresetList(PodPresetList item, io.fabric8.kubernetes.api.builder.Function<PodPresetList,PodPresetList> function) -
Method Summary
Modifier and Type Method Description PodPresetListdone()Methods inherited from class io.fabric8.kubernetes.api.model.settings.PodPresetListFluentImpl
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
-
DoneablePodPresetList
public DoneablePodPresetList(io.fabric8.kubernetes.api.builder.Function<PodPresetList,PodPresetList> function) -
DoneablePodPresetList
public DoneablePodPresetList(PodPresetList item, io.fabric8.kubernetes.api.builder.Function<PodPresetList,PodPresetList> function) -
DoneablePodPresetList
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<PodPresetList>
-