Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.ResourceQuotaStatusObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.ResourceQuotaStatusObjectNested<N>>
,Nested<N>
,ResourceQuotaStatusFluent<WatchEventFluent.ResourceQuotaStatusObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.ResourceQuotaStatusObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.ResourceQuotaStatusObjectNested<N> extends Nested<N>, ResourceQuotaStatusFluent<WatchEventFluent.ResourceQuotaStatusObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endResourceQuotaStatusObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ResourceQuotaStatusFluent
addToHard, addToHard, addToUsed, addToUsed, getHard, getUsed, hasHard, hasUsed, removeFromHard, removeFromHard, removeFromUsed, removeFromUsed, withHard, withUsed
-
-