Skip to content

Commit 4dd818a

Browse files
fix for CRDs generation
1 parent 5ce49a9 commit 4dd818a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Specifically, this controller monitors the lifecycle of the user-facing CRDs:
66
- BucketRequest - Represents a request to provision a Bucket
77
- BucketAccessRequest - Represents a request to access a Bucket
88

9-
and makes the necessary gRPC calls to the associated [provisioner](https://github.com/kubernetes-sigs/container-object-storage-interface-provisioner-sidecar)
9+
and generates the associated CRDs:
10+
11+
- Bucket - Represents a Bucket or its equivalent in the storage backend
12+
- BucketAccess - Represents a access token or service account in the storage backend
1013

1114
## Developer Guide
1215

0 commit comments

Comments
 (0)