Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.APIServiceConditionObjectNested<N>
-
- All Superinterfaces:
APIServiceConditionFluent<WatchEventFluent.APIServiceConditionObjectNested<N>>
,Fluent<WatchEventFluent.APIServiceConditionObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.APIServiceConditionObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.APIServiceConditionObjectNested<N> extends Nested<N>, APIServiceConditionFluent<WatchEventFluent.APIServiceConditionObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endAPIServiceConditionObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.APIServiceConditionFluent
getLastTransitionTime, getMessage, getReason, getStatus, getType, hasLastTransitionTime, hasMessage, hasReason, hasStatus, hasType, withLastTransitionTime, withMessage, withNewLastTransitionTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewMessage, withNewMessage, withNewMessage, withNewReason, withNewReason, withNewReason, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withReason, withStatus, withType
-
-