Skip to content

Update main docs #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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