Skip to content

Commit 2d39911

Browse files
committed
add prod readiness
1 parent 313d946 commit 2d39911

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 1979
2+
alpha:
3+
approver: "@deads2k"

keps/sig-storage/1979-object-storage-support/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Workloads are expected to read the definition in this file to access a bucket. T
367367

368368
## Accessing existing Buckets
369369

370-
Since COSI automates the lifecycle management of credentials used for accessing buckets, and also standardizes a pattern for consuming object storage buckets in kubernetes, it is be desirable to access existing buckets in a similar fashion to a bucket created by COSI. This user story explains the steps to re-use a bucket:
370+
Since COSI automates the lifecycle management of credentials used for accessing buckets, and also standardizes a pattern for consuming object storage buckets in kubernetes, it is desirable to access existing buckets in a similar fashion to a bucket created by COSI. This user story explains the steps to re-use a bucket:
371371

372372
The following stakeholders are involved in this lifecycle:
373373

@@ -469,6 +469,8 @@ Bucket {
469469

470470
// BucketID is the unique id of the bucket in the OSP. This field should be
471471
// used to specify a bucket that has been created outside of COSI.
472+
//
473+
// This field will be empty when the Bucket is dynamically provisioned by COSI.
472474
// +optional
473475
BucketID string
474476
}
@@ -600,13 +602,13 @@ BucketAccessRequest {
600602

601603
Spec BucketAccessRequestSpec {
602604
// BucketRequestName is the name of the BucketRequest.
603-
// Mutually exclusive with BucketName
605+
// Exactly one of BucketRequestName or BucketName must be set.
604606
// +optional
605607
BucketRequestName string
606608

607609
// BucketName is the name of the Bucket for which
608610
// credetials need to be generated
609-
// Mutually exclusive with BucketRequestName
611+
// Exactly one of BucketRequestName or BucketName must be set.
610612
// +optional
611613
BucketName string
612614

0 commit comments

Comments
 (0)