Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.APIServiceStatusObjectNested<N>
-
- All Superinterfaces:
APIServiceStatusFluent<WatchEventFluent.APIServiceStatusObjectNested<N>>
,Fluent<WatchEventFluent.APIServiceStatusObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.APIServiceStatusObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.APIServiceStatusObjectNested<N> extends Nested<N>, APIServiceStatusFluent<WatchEventFluent.APIServiceStatusObjectNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.APIServiceStatusFluent
APIServiceStatusFluent.ConditionsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endAPIServiceStatusObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.APIServiceStatusFluent
addAllToConditions, addNewCondition, addNewCondition, addNewConditionLike, addToConditions, addToConditions, buildCondition, buildConditions, buildFirstCondition, buildLastCondition, buildMatchingCondition, editCondition, editFirstCondition, editLastCondition, editMatchingCondition, getConditions, hasConditions, hasMatchingCondition, removeAllFromConditions, removeFromConditions, removeMatchingFromConditions, setNewConditionLike, setToConditions, withConditions, withConditions
-
-