Interface JobStatusFluent.ConditionsNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<JobStatusFluent.ConditionsNested<N>>,JobConditionFluent<JobStatusFluent.ConditionsNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
JobStatusFluentImpl.ConditionsNestedImpl
- Enclosing interface:
- JobStatusFluent<A extends JobStatusFluent<A>>
public static interface JobStatusFluent.ConditionsNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, JobConditionFluent<JobStatusFluent.ConditionsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendCondition()-
Methods inherited from interface io.fabric8.kubernetes.api.model.batch.JobConditionFluent
getLastProbeTime, getLastTransitionTime, getMessage, getReason, getStatus, getType, hasLastProbeTime, hasLastTransitionTime, hasMessage, hasReason, hasStatus, hasType, withLastProbeTime, withLastTransitionTime, withMessage, withNewLastProbeTime, withNewLastProbeTime, withNewLastProbeTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewLastTransitionTime, withNewMessage, withNewMessage, withNewMessage, withNewReason, withNewReason, withNewReason, withNewStatus, withNewStatus, withNewStatus, withNewType, withNewType, withNewType, withReason, withStatus, withType
-
-