Package io.fabric8.kubernetes.api.model
Class DoneableConfigMapList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ConfigMapListFluentImpl<DoneableConfigMapList>
io.fabric8.kubernetes.api.model.DoneableConfigMapList
- All Implemented Interfaces:
Fluent<DoneableConfigMapList>,Visitable<DoneableConfigMapList>,ConfigMapListFluent<DoneableConfigMapList>,Doneable<ConfigMapList>
public class DoneableConfigMapList extends ConfigMapListFluentImpl<DoneableConfigMapList> implements Doneable<ConfigMapList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ConfigMapListFluentImpl
ConfigMapListFluentImpl.ItemsNestedImpl<N>, ConfigMapListFluentImpl.MetadataNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ConfigMapListFluent
ConfigMapListFluent.ItemsNested<N>, ConfigMapListFluent.MetadataNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableConfigMapList(Function<ConfigMapList,ConfigMapList> function)DoneableConfigMapList(ConfigMapList item)DoneableConfigMapList(ConfigMapList item, Function<ConfigMapList,ConfigMapList> function) -
Method Summary
Modifier and Type Method Description ConfigMapListdone()Methods inherited from class io.fabric8.kubernetes.api.model.ConfigMapListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, buildMetadata, editFirstItem, editItem, editLastItem, editMatchingItem, editMetadata, editOrNewMetadata, editOrNewMetadataLike, 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, withNewMetadata, withNewMetadataLike
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ConfigMapList>
-