KubeCsiStorageCapacityV1Beta1.Builder |
KubeCsiStorageCapacityV1Beta1.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 KubeCsiStorageCapacityV1Beta1.Builder |
KubeCsiStorageCapacityV1Beta1.Builder.create(software.constructs.Construct scope,
String id) |
|
KubeCsiStorageCapacityV1Beta1.Builder |
KubeCsiStorageCapacityV1Beta1.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.
|
KubeCsiStorageCapacityV1Beta1.Builder |
KubeCsiStorageCapacityV1Beta1.Builder.metadata(ObjectMeta metadata) |
Standard object's metadata.
|
KubeCsiStorageCapacityV1Beta1.Builder |
KubeCsiStorageCapacityV1Beta1.Builder.nodeTopology(LabelSelector nodeTopology) |
NodeTopology defines which nodes have access to the storage for which capacity was reported.
|
KubeCsiStorageCapacityV1Beta1.Builder |
KubeCsiStorageCapacityV1Beta1.Builder.storageClassName(String storageClassName) |
The name of the StorageClass that the reported capacity applies to.
|