Skip to content

Commit

Permalink
📝 docs(main): Update main docs (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Mriyam Tamuli <[email protected]>
  • Loading branch information
mbtamuli committed Jan 18, 2024
1 parent b8d4294 commit ba39a75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

The goals of this project are

- [ ] Create a quickstart project for the [CSI specification](https://github.com/container-storage-interface/spec/blob/master/spec.md) - :construction: WIP: [emptyDirClone](./emptyDirClone/)
- [x] Create a quickstart project for the [CSI specification](https://github.com/container-storage-interface/spec/blob/master/spec.md) - [emptyDirClone](./emptyDirClone/)
- [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/)
- [ ] Code implementing the bare minimum plugin described the guide. :construction: WIP: [emptyDirClone](./emptyDirClone/)
- [ ] References helpful for learning the supplementary knowledge not directly related to Kubernetes/CSI. - [References](./emptyDirClone/README.md#readingreferences)
- [ ] Document every decision, resource and changes in the project. - [Decisions](./emptyDirClone/docs/decisions.md)
- [x] Code implementing the bare minimum plugin described the guide. [emptyDirClone](./emptyDirClone/)
- [x] References helpful for learning the supplementary knowledge not directly related to Kubernetes/CSI. - [References](./emptyDirClone/README.md#readingreferences)
- [x] Document every decision, resource and changes in the project. - [Decisions](./emptyDirClone/docs/decisions.md)

### Stretch Goals
- [ ] Examples describing different scenarios. Different branches/subdirectories for each example, that are as much self-contained as possible.
Expand Down

0 comments on commit ba39a75

Please sign in to comment.