Package io.fabric8.kubernetes.api.model
Class ResourceQuotaStatusFluentImpl<A extends ResourceQuotaStatusFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ResourceQuotaStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,ResourceQuotaStatusFluent<A>
- Direct Known Subclasses:
DoneableResourceQuotaStatus,ResourceQuotaFluentImpl.StatusNestedImpl,ResourceQuotaStatusBuilder,WatchEventFluentImpl.ResourceQuotaStatusObjectNestedImpl
public class ResourceQuotaStatusFluentImpl<A extends ResourceQuotaStatusFluent<A>> extends BaseFluent<A> implements ResourceQuotaStatusFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ResourceQuotaStatusFluentImpl()ResourceQuotaStatusFluentImpl(ResourceQuotaStatus instance) -
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)booleanequals(Object o)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)
-
Constructor Details
-
ResourceQuotaStatusFluentImpl
public ResourceQuotaStatusFluentImpl() -
ResourceQuotaStatusFluentImpl
-
-
Method Details
-
addToHard
- Specified by:
addToHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
addToHard
- Specified by:
addToHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
removeFromHard
- Specified by:
removeFromHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
removeFromHard
- Specified by:
removeFromHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
getHard
- Specified by:
getHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
withHard
- Specified by:
withHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
hasHard
- Specified by:
hasHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
addToUsed
- Specified by:
addToUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
addToUsed
- Specified by:
addToUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
removeFromUsed
- Specified by:
removeFromUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
removeFromUsed
- Specified by:
removeFromUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
getUsed
- Specified by:
getUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
withUsed
- Specified by:
withUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
hasUsed
- Specified by:
hasUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
equals
-