Class V1VolumeNodeResources
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1VolumeNodeResources
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1VolumeNodeResources
extends Object
VolumeNodeResources is a set of resource limits for scheduling of volumes.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_COUNT
- See Also:
-
-
Constructor Details
-
V1VolumeNodeResources
public V1VolumeNodeResources()
-
-
Method Details
-
getCount
count indicates the 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 not specified, then the supported number of volumes on this node is unbounded.- Returns:
- the count property value
-
setCount
Set the count property value -
count
Set count in a chainable fashion.- Returns:
- The same instance of V1VolumeNodeResources for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-