k3s/vendor/k8s.io/mount-utils
Brad Davidson 77dfdda909 Update Kubernetes to v1.22.2-k3s1
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-09-16 15:48:29 -07:00
..
code-of-conduct.md
doc.go
fake_mounter.go Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
go.mod Update Kubernetes to v1.22.2-k3s1 2021-09-16 15:48:29 -07:00
go.sum Update Kubernetes to v1.22.2-k3s1 2021-09-16 15:48:29 -07:00
LICENSE
mount_helper_common.go Update Kubernetes to v1.21.1-k3s1 2021-05-14 10:12:55 -07:00
mount_helper_unix.go Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
mount_helper_windows.go Update Kubernetes to v1.21.1-k3s1 2021-05-14 10:12:55 -07:00
mount_linux.go Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
mount_unsupported.go Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
mount_windows.go Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
mount.go Update Kubernetes to v1.22.1 2021-08-20 18:47:16 -07:00
OWNERS Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
README.md
resizefs_linux.go Update Kubernetes to v1.21.1-k3s1 2021-05-14 10:12:55 -07:00
resizefs_unsupported.go Update Kubernetes to v1.21.0 2021-04-14 14:51:42 -07:00
SECURITY_CONTACTS

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.

You can reach the maintainers of this repository at:

Code of Conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Contibution Guidelines

See CONTRIBUTING.md for more information.