https://github.com/kubernetes/mount-utils
Package mount defines an interface to mounting filesystems.
https://github.com/kubernetes/mount-utils
k8s-sig-storage k8s-staging
Last synced: over 1 year ago
JSON representation
Package mount defines an interface to mounting filesystems.
- Host: GitHub
- URL: https://github.com/kubernetes/mount-utils
- Owner: kubernetes
- License: apache-2.0
- Created: 2020-05-28T14:39:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:04:00.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:57:40.460Z (over 1 year ago)
- Topics: k8s-sig-storage, k8s-staging
- Language: Go
- Homepage:
- Size: 408 KB
- Stars: 60
- Watchers: 4
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
## 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.