Package io.fabric8.openshift.api.model
Interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ImageStreamStatusFluent.TagsNested<N>
- All Known Implementing Classes:
DoneableNamedTagEventList,ImageStreamStatusFluentImpl.TagsNestedImpl,NamedTagEventListBuilder,NamedTagEventListFluentImpl
public interface NamedTagEventListFluent<A extends NamedTagEventListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNamedTagEventListFluent.ConditionsNested<N>static interfaceNamedTagEventListFluent.ItemsNested<N> -
Method Summary
-
Method Details
-
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
A removeMatchingFromConditions(io.fabric8.kubernetes.api.builder.Predicate<TagEventConditionBuilder> predicate) -
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<TagEventCondition> buildConditions() -
buildCondition
-
buildFirstCondition
TagEventCondition buildFirstCondition() -
buildLastCondition
TagEventCondition buildLastCondition() -
buildMatchingCondition
TagEventCondition buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<TagEventConditionBuilder> predicate) -
hasMatchingCondition
Boolean hasMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<TagEventConditionBuilder> predicate) -
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
NamedTagEventListFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
-
setNewConditionLike
-
editCondition
-
editFirstCondition
NamedTagEventListFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
NamedTagEventListFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
NamedTagEventListFluent.ConditionsNested<A> editMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<TagEventConditionBuilder> predicate) -
addToItems
-
setToItems
-
addToItems
-
addAllToItems
-
removeFromItems
-
removeAllFromItems
-
removeMatchingFromItems
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Returns:
- The buildable object.
-
buildItems
-
buildItem
-
buildFirstItem
TagEvent buildFirstItem() -
buildLastItem
TagEvent buildLastItem() -
buildMatchingItem
-
hasMatchingItem
-
withItems
-
withItems
-
hasItems
Boolean hasItems() -
addNewItem
-
addNewItem
NamedTagEventListFluent.ItemsNested<A> addNewItem() -
addNewItemLike
-
setNewItemLike
-
editItem
-
editFirstItem
NamedTagEventListFluent.ItemsNested<A> editFirstItem() -
editLastItem
NamedTagEventListFluent.ItemsNested<A> editLastItem() -
editMatchingItem
NamedTagEventListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<TagEventBuilder> predicate) -
getTag
String getTag() -
withTag
-
hasTag
Boolean hasTag() -
withNewTag
-
withNewTag
-
withNewTag
-