You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
This RPC will be called by the COSI system to provision a new bucket on behalf of a COSI user.
453
453
454
454
This operation MUST be idempotent.
455
-
If a volume corresponding to the specified bucket `name` already exists, is accessible from `accessibility_requirements, and is compatible with the specified attributes of the bucket in the `ProvisionerCreateBucket`, the Plugin MUST reply `0 OK` with the corresponding `ProvisionerCreateBucketResponse`.
455
+
If a volume corresponding to the specified bucket `name` already exists, is accessible from `accessibility_requirements, and is compatible with the specified attributes of the bucket in the `DriverCreateBucket`, the Plugin MUST reply `0 OK` with the corresponding `DriverCreateBucketResponse`.
456
456
457
457
```
458
-
message ProvisionerCreateBucketRequest {
458
+
message DriverCreateBucketRequest {
459
459
// Idempotency - This name is generated by the COSI system to achieve
0 commit comments