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 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: container-object-storage-interface-controller/README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@ Specifically, this controller monitors the lifecycle of the user-facing CRDs:
6
6
- BucketRequest - Represents a request to provision a Bucket
7
7
- BucketAccessRequest - Represents a request to access a Bucket
8
8
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
0 commit comments