Package net.stickycode.kuuty.model.v18
Class IoK8sApiStorageV1beta1VolumeNodeResources
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiStorageV1beta1VolumeNodeResources
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiStorageV1beta1VolumeNodeResources extends Object
VolumeNodeResources is a set of resource limits for scheduling of volumes.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COUNT
-
Constructor Summary
Constructors Constructor Description IoK8sApiStorageV1beta1VolumeNodeResources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiStorageV1beta1VolumeNodeResourcescount(Integer count)booleanequals(Object o)IntegergetCount()Maximum number of unique volumes managed by the CSI driver that can be used on a node.inthashCode()voidsetCount(Integer count)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COUNT
public static final String JSON_PROPERTY_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public IoK8sApiStorageV1beta1VolumeNodeResources count(Integer count)
-
getCount
@Nullable public Integer getCount()
Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.- Returns:
- count
-
setCount
public void setCount(Integer count)
-
-