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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,14 @@
2
2
3
3
The goals of this project are
4
4
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
8
8
-[x] References helpful for learning the supplementary knowledge not directly related to Kubernetes/CSI. - [References](./emptyDirClone/README.md#readingreferences)
9
9
-[x] Document every decision, resource and changes in the project. - [Decisions](./emptyDirClone/docs/decisions.md)
10
10
11
+
See [emptyDirClone](./emptyDirClone/)
12
+
11
13
### Stretch Goals
12
14
-[ ] Examples describing different scenarios. Different branches/subdirectories for each example, that are as much self-contained as possible.
13
15
-[ ] Volume created external to Kubernetes, manually.
0 commit comments