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
Update the proto go module to reflect the new repo name.
'sigs.k8s.io/container-object-storage-interface-api' becomes
'sigs.k8s.io/container-object-storage-interface'.
Signed-off-by: Blaine Gardner <[email protected]>
Copy file name to clipboardExpand all lines: proto/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The existing primitives in CSI do not apply to objectstorage. Thus the need for
22
22
All API definitions **_MUST_** satisfy the following requirements:
23
23
24
24
<!-- - Must be backwards compatible -->
25
-
- Must be in-sync with the API definitions in [sigs.k8s.io/container-object-storage-interface-api](https://github.com/kubernetes-sigs/container-object-storage-interface-api)
25
+
- Must be in-sync with the API definitions in [sigs.k8s.io/container-object-storage-interface/client](https://github.com/kubernetes-sigs/container-object-storage-interface)
0 commit comments