Skip to content

Commit cf39626

Browse files
authored
Update README.md (#34)
1 parent ba39a75 commit cf39626

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
The goals of this project are
44

5-
- [x] Create a quickstart project for the [CSI specification](https://github.com/container-storage-interface/spec/blob/master/spec.md) - [emptyDirClone](./emptyDirClone/)
6-
- [x] Easy to read guide summarizing the requirements of a basic CSI plugin simulating [`emptyDir`](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir). - [emptyDirClone Guide](./emptyDirClone/)
7-
- [x] Code implementing the bare minimum plugin described the guide. [emptyDirClone](./emptyDirClone/)
5+
- [x] Create a quickstart project for the [CSI specification](https://github.com/container-storage-interface/spec/blob/master/spec.md)
6+
- [x] Easy to read guide summarizing the requirements of a basic CSI plugin simulating [`emptyDir`](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir)
7+
- [x] Code implementing the bare minimum plugin described the guide
88
- [x] References helpful for learning the supplementary knowledge not directly related to Kubernetes/CSI. - [References](./emptyDirClone/README.md#readingreferences)
99
- [x] Document every decision, resource and changes in the project. - [Decisions](./emptyDirClone/docs/decisions.md)
1010

11+
See [emptyDirClone](./emptyDirClone/)
12+
1113
### Stretch Goals
1214
- [ ] Examples describing different scenarios. Different branches/subdirectories for each example, that are as much self-contained as possible.
1315
- [ ] Volume created external to Kubernetes, manually.

0 commit comments

Comments
 (0)