Skip to content

Commit 913efce

Browse files
fix for CRDs generation
1 parent 940e792 commit 913efce

File tree

1 file changed

+4
-1
lines changed
  • container-object-storage-interface-controller

1 file changed

+4
-1
lines changed

container-object-storage-interface-controller/README.md

+4-1
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)