Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 3b88f29

Browse files
author
Niu Lechuan
committed
update CRDs url, and remove deleted test file in README.md
Signed-off-by: Niu Lechuan <[email protected]>
1 parent 71c4ffa commit 3b88f29

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: 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)