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