Package org.cdk8s.plus24.k8s
Interface VolumeNodeResources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VolumeNodeResources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-13T15:58:20.254Z") @Stability(Stable) public interface VolumeNodeResources extends software.amazon.jsii.JsiiSerializable
VolumeNodeResources is a set of resource limits for scheduling of volumes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
VolumeNodeResources.Builder
A builder forVolumeNodeResources
static class
VolumeNodeResources.Jsii$Proxy
An implementation forVolumeNodeResources
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VolumeNodeResources.Builder
builder()
default Number
getCount()
Maximum number of unique volumes managed by the CSI driver that can be used on a node.
-
-
-
Method Detail
-
getCount
@Stability(Stable) @Nullable default Number 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 not specified, then the supported number of volumes on this node is unbounded.
-
builder
@Stability(Stable) static VolumeNodeResources.Builder builder()
- Returns:
- a
VolumeNodeResources.Builder
ofVolumeNodeResources
-
-