mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-03-09 08:59:30 +00:00
Several packages are only used while running the e2e suite. These packages are less important to update, as the they can not influence the final executable that is part of the Ceph-CSI container-image. By moving these dependencies out of the main Ceph-CSI go.mod, it is easier to identify if a reported CVE affects Ceph-CSI, or only the testing (like most of the Kubernetes CVEs). Signed-off-by: Niels de Vos <ndevos@ibm.com>
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
## Purpose
|
|
|
|
This repository defines an interface to mounting filesystems to be consumed by
|
|
various Kubernetes and out-of-tree CSI components.
|
|
|
|
Consumers of this repository can make use of functions like 'Mount' to mount
|
|
source to target as fstype with given options, 'Unmount' to unmount a target.
|
|
Other useful functions include 'List' all mounted file systems and find all
|
|
mount references to a path using 'GetMountRefs'
|
|
|
|
## Community, discussion, contribution, and support
|
|
|
|
Learn how to engage with the Kubernetes community on the [community
|
|
page](http://kubernetes.io/community/).
|
|
|
|
You can reach the maintainers of this repository at:
|
|
|
|
- Slack: #sig-storage (on https://kubernetes.slack.com -- get an
|
|
invite at slack.kubernetes.io)
|
|
- Mailing List:
|
|
https://groups.google.com/forum/#!forum/kubernetes-sig-storage
|
|
|
|
### Code of Conduct
|
|
|
|
Participation in the Kubernetes community is governed by the [Kubernetes
|
|
Code of Conduct](code-of-conduct.md).
|
|
|
|
### Contibution Guidelines
|
|
|
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
|
|
|