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:
ResourceQuotaFluentImpl.StatusNestedImpl,ResourceQuotaStatusBuilder,WatchEventFluentImpl.ResourceQuotaStatusObjectNestedImpl
public class ResourceQuotaStatusFluentImpl<A extends ResourceQuotaStatusFluent<A>> extends BaseFluent<A> implements ResourceQuotaStatusFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ResourceQuotaStatusFluentImpl()ResourceQuotaStatusFluentImpl(ResourceQuotaStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods 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()inthashCode()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 Detail
-
ResourceQuotaStatusFluentImpl
public ResourceQuotaStatusFluentImpl()
-
ResourceQuotaStatusFluentImpl
public ResourceQuotaStatusFluentImpl(ResourceQuotaStatus instance)
-
-
Method Detail
-
addToHard
public A addToHard(String key, Quantity value)
- Specified by:
addToHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
addToHard
public A addToHard(Map<String,Quantity> map)
- Specified by:
addToHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
removeFromHard
public A removeFromHard(String key)
- Specified by:
removeFromHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
removeFromHard
public A removeFromHard(Map<String,Quantity> map)
- Specified by:
removeFromHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
getHard
public Map<String,Quantity> getHard()
- Specified by:
getHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
withHard
public A withHard(Map<String,Quantity> hard)
- Specified by:
withHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
hasHard
public Boolean hasHard()
- Specified by:
hasHardin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
addToUsed
public A addToUsed(String key, Quantity value)
- Specified by:
addToUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
addToUsed
public A addToUsed(Map<String,Quantity> map)
- Specified by:
addToUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
removeFromUsed
public A removeFromUsed(String key)
- Specified by:
removeFromUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
removeFromUsed
public A removeFromUsed(Map<String,Quantity> map)
- Specified by:
removeFromUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
getUsed
public Map<String,Quantity> getUsed()
- Specified by:
getUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
withUsed
public A withUsed(Map<String,Quantity> used)
- Specified by:
withUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
hasUsed
public Boolean hasUsed()
- Specified by:
hasUsedin interfaceResourceQuotaStatusFluent<A extends ResourceQuotaStatusFluent<A>>
-
-