Package io.fabric8.kubernetes.api.model
Interface ReplicationControllerStatusFluent.ConditionsNested<N>
-
- All Superinterfaces:
Fluent<ReplicationControllerStatusFluent.ConditionsNested<N>>
,Nested<N>
,ReplicationControllerConditionFluent<ReplicationControllerStatusFluent.ConditionsNested<N>>
- All Known Implementing Classes:
ReplicationControllerStatusFluentImpl.ConditionsNestedImpl
- Enclosing interface:
- ReplicationControllerStatusFluent<A extends ReplicationControllerStatusFluent<A>>
public static interface ReplicationControllerStatusFluent.ConditionsNested<N> extends Nested<N>, ReplicationControllerConditionFluent<ReplicationControllerStatusFluent.ConditionsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endCondition()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ReplicationControllerConditionFluent
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
-
-