Package io.fabric8.kubernetes.api.model
Interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ResourceQuotaFluent.StatusNested<N>,WatchEventFluent.ResourceQuotaStatusObjectNested<N>
- All Known Implementing Classes:
DoneableResourceQuotaStatus,ResourceQuotaFluentImpl.StatusNestedImpl,ResourceQuotaStatusBuilder,ResourceQuotaStatusFluentImpl,WatchEventFluentImpl.ResourceQuotaStatusObjectNestedImpl
public interface ResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description AaddToHard(String key, Quantity value)AaddToHard(Map<String,Quantity> map)AaddToUsed(String key, Quantity value)AaddToUsed(Map<String,Quantity> map)Map<String,Quantity>getHard()Map<String,Quantity>getUsed()BooleanhasHard()BooleanhasUsed()AremoveFromHard(String key)AremoveFromHard(Map<String,Quantity> map)AremoveFromUsed(String key)AremoveFromUsed(Map<String,Quantity> map)AwithHard(Map<String,Quantity> hard)AwithUsed(Map<String,Quantity> used)