Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.ComponentConditionObjectNested<N>
-
- All Superinterfaces:
ComponentConditionFluent<WatchEventFluent.ComponentConditionObjectNested<N>>
,Fluent<WatchEventFluent.ComponentConditionObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.ComponentConditionObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.ComponentConditionObjectNested<N> extends Nested<N>, ComponentConditionFluent<WatchEventFluent.ComponentConditionObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endComponentConditionObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ComponentConditionFluent
getError, getMessage, getStatus, getType, hasError, hasMessage, hasStatus, hasType, withError, withMessage, withNewError, withNewError, withNewError, withNewMessage, withNewMessage, withNewMessage, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withStatus, withType
-
-