KubeCsiStorageCapacity.Builder |
KubeCsiStorageCapacity.Builder.capacity(Quantity capacity) |
capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
static KubeCsiStorageCapacity.Builder |
KubeCsiStorageCapacity.Builder.create(software.constructs.Construct scope,
String id) |
|
KubeCsiStorageCapacity.Builder |
KubeCsiStorageCapacity.Builder.maximumVolumeSize(Quantity maximumVolumeSize) |
maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.
|
KubeCsiStorageCapacity.Builder |
KubeCsiStorageCapacity.Builder.metadata(ObjectMeta metadata) |
Standard object's metadata.
|
KubeCsiStorageCapacity.Builder |
KubeCsiStorageCapacity.Builder.nodeTopology(LabelSelector nodeTopology) |
nodeTopology defines which nodes have access to the storage for which capacity was reported.
|
KubeCsiStorageCapacity.Builder |
KubeCsiStorageCapacity.Builder.storageClassName(String storageClassName) |
storageClassName represents the name of the StorageClass that the reported capacity applies to.
|