Class ResourcePoolFluent<A extends ResourcePoolFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1.ResourcePoolFluent<A>
-
- Direct Known Subclasses:
ResourcePoolBuilder,ResourceSliceSpecFluent.PoolNested
public class ResourcePoolFluent<A extends ResourcePoolFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ResourcePoolFluent()ResourcePoolFluent(ResourcePool instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(ResourcePool instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()LonggetGeneration()StringgetName()LonggetResourceSliceCount()booleanhasAdditionalProperties()booleanhasGeneration()inthashCode()booleanhasName()booleanhasResourceSliceCount()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithGeneration(Long generation)AwithName(String name)AwithResourceSliceCount(Long resourceSliceCount)
-
-
-
Constructor Detail
-
ResourcePoolFluent
public ResourcePoolFluent()
-
ResourcePoolFluent
public ResourcePoolFluent(ResourcePool instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ResourcePool instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourcePoolFluent<A>>
-
getGeneration
public Long getGeneration()
-
getName
public String getName()
-
getResourceSliceCount
public Long getResourceSliceCount()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasGeneration
public boolean hasGeneration()
-
hasName
public boolean hasName()
-
hasResourceSliceCount
public boolean hasResourceSliceCount()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourcePoolFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-