Interface EventTypeFluent.StatusNested<N>
-
- All Superinterfaces:
EventTypeStatusFluent<EventTypeFluent.StatusNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<EventTypeFluent.StatusNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
EventTypeFluentImpl.StatusNestedImpl
- Enclosing interface:
- EventTypeFluent<A extends EventTypeFluent<A>>
public static interface EventTypeFluent.StatusNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, EventTypeStatusFluent<EventTypeFluent.StatusNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.knative.eventing.v1beta1.EventTypeStatusFluent
EventTypeStatusFluent.ConditionsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendStatus()-
Methods inherited from interface io.fabric8.knative.eventing.v1beta1.EventTypeStatusFluent
addAllToConditions, addNewCondition, addNewConditionLike, addToAnnotations, addToAnnotations, addToConditions, addToConditions, buildCondition, buildConditions, buildFirstCondition, buildLastCondition, buildMatchingCondition, editCondition, editFirstCondition, editLastCondition, editMatchingCondition, getAnnotations, getConditions, getObservedGeneration, hasAnnotations, hasConditions, hasMatchingCondition, hasObservedGeneration, removeAllFromConditions, removeFromAnnotations, removeFromAnnotations, removeFromConditions, removeMatchingFromConditions, setNewConditionLike, setToConditions, withAnnotations, withConditions, withConditions, withObservedGeneration
-
-