Package io.fabric8.openshift.api.model
Class DoneableNamedTagEventList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.NamedTagEventListFluentImpl<DoneableNamedTagEventList>
io.fabric8.openshift.api.model.DoneableNamedTagEventList
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableNamedTagEventList>,io.fabric8.kubernetes.api.builder.Visitable<DoneableNamedTagEventList>,io.fabric8.kubernetes.api.model.Doneable<NamedTagEventList>,NamedTagEventListFluent<DoneableNamedTagEventList>
public class DoneableNamedTagEventList extends NamedTagEventListFluentImpl<DoneableNamedTagEventList> implements io.fabric8.kubernetes.api.model.Doneable<NamedTagEventList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.NamedTagEventListFluentImpl
NamedTagEventListFluentImpl.ConditionsNestedImpl<N>, NamedTagEventListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.NamedTagEventListFluent
NamedTagEventListFluent.ConditionsNested<N>, NamedTagEventListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableNamedTagEventList(io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function)DoneableNamedTagEventList(NamedTagEventList item)DoneableNamedTagEventList(NamedTagEventList item, io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function) -
Method Summary
Modifier and Type Method Description NamedTagEventListdone()Methods inherited from class io.fabric8.openshift.api.model.NamedTagEventListFluentImpl
addAllToConditions, addAllToItems, addNewCondition, addNewConditionLike, addNewItem, addNewItem, addNewItemLike, addToConditions, addToConditions, addToItems, addToItems, buildCondition, buildConditions, buildFirstCondition, buildFirstItem, buildItem, buildItems, buildLastCondition, buildLastItem, buildMatchingCondition, buildMatchingItem, editCondition, editFirstCondition, editFirstItem, editItem, editLastCondition, editLastItem, editMatchingCondition, editMatchingItem, equals, getConditions, getItems, getTag, hasConditions, hasItems, hasMatchingCondition, hasMatchingItem, hasTag, removeAllFromConditions, removeAllFromItems, removeFromConditions, removeFromItems, removeMatchingFromConditions, removeMatchingFromItems, setNewConditionLike, setNewItemLike, setToConditions, setToItems, withConditions, withConditions, withItems, withItems, withNewTag, withNewTag, withNewTag, withTag
-
Constructor Details
-
DoneableNamedTagEventList
public DoneableNamedTagEventList(io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function) -
DoneableNamedTagEventList
public DoneableNamedTagEventList(NamedTagEventList item, io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function) -
DoneableNamedTagEventList
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<NamedTagEventList>
-