Skip to content

Commit 5740766

Browse files
authored
Merge pull request kubernetes-retired#65 from niulechuan/fix-urls-in-readme
update CRDs url, and remove deleted test file link in README.md
2 parents 82c2a69 + 098c30a commit 5740766

File tree

1 file changed

+2
-3
lines changed
  • container-object-storage-interface-controller

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ and generates the associated CRDs:
1515

1616
Before diving into the code of this repo, we suggest that you familiarize yourself with:
1717

18-
- The Spec of CRDs in [objectstorage.k8s.io/v1alpha1/types.go](https://github.com/kubernetes-sigs/container-object-storage-interface-api/blob/master/apis/objectstorage.k8s.io/v1alpha1/types.go)
18+
- The Spec of CRDs in [objectstorage.k8s.io/v1alpha1/types.go](https://github.com/kubernetes-sigs/container-object-storage-interface-api/blob/master/apis/objectstorage/v1alpha1/types.go)
1919
- The Spec of the COSI objects [sigs.k8s.io/container-object-storage-interface-spec](https://github.com/kubernetes-sigs/container-object-storage-interface-spec)
2020

2121
A good starting point towards understanding the functionality of this repo would be to study the tests:
2222

23-
- [BucketRequest Test](./pkg/bucketrequest/bucketrequest_test.go)
24-
- [BucketAccessRequest Test](./pkg/bucketaccessrequest/bucketaccessrequest_test.go)
23+
- [BucketClaim Test](./pkg/bucketclaim/bucketclaim_test.go)
2524

2625
### Build and Test
2726

0 commit comments

Comments
 (0)