kops/vendor/k8s.io/mount-utils
github-actions 932c47f621 Update dependencies 2022-12-10 05:43:25 +00:00
..
LICENSE Replace k8s.io/utils/mount with k8s.io/mount-utils 2021-04-14 07:01:43 +03:00
OWNERS Bump to golang1.18 and k8s deps to 1.24.0-rc.0 2022-04-22 14:11:47 +02:00
README.md Bump to golang1.18 and k8s deps to 1.24.0-rc.0 2022-04-22 14:11:47 +02:00
SECURITY_CONTACTS Replace k8s.io/utils/mount with k8s.io/mount-utils 2021-04-14 07:01:43 +03:00
code-of-conduct.md Replace k8s.io/utils/mount with k8s.io/mount-utils 2021-04-14 07:01:43 +03:00
doc.go Replace k8s.io/utils/mount with k8s.io/mount-utils 2021-04-14 07:01:43 +03:00
fake_mounter.go Bump K8s libs to 0.25.0 2022-08-24 07:17:14 +02:00
mount.go Update dependencies 2022-12-10 05:43:25 +00:00
mount_helper_common.go Bump K8s libs to 0.25.0 2022-08-24 07:17:14 +02:00
mount_helper_unix.go Bump to golang1.18 and k8s deps to 1.24.0-rc.0 2022-04-22 14:11:47 +02:00
mount_helper_windows.go update k8s dependencies 2022-03-21 11:45:02 -07:00
mount_linux.go Update dependencies 2022-12-10 05:43:25 +00:00
mount_unsupported.go Update dependencies 2022-12-10 05:43:25 +00:00
mount_windows.go Update dependencies 2022-12-10 05:43:25 +00:00
resizefs_linux.go Bump to golang1.18 and k8s deps to 1.24.0-rc.0 2022-04-22 14:11:47 +02:00
resizefs_unsupported.go Bump K8s libs to 0.25.0 2022-08-24 07:17:14 +02:00

README.md

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.