kops/vendor/k8s.io/mount-utils
Ciprian Hacman 6bd597f372 Convert go.mod files to Go 1.17 2021-10-09 06:27:27 +03:00
..
BUILD.bazel Replace k8s.io/utils/mount with k8s.io/mount-utils 2021-04-14 07:01:43 +03:00
LICENSE Replace k8s.io/utils/mount with k8s.io/mount-utils 2021-04-14 07:01:43 +03:00
OWNERS Replace k8s.io/utils/mount with k8s.io/mount-utils 2021-04-14 07:01:43 +03:00
README.md Replace k8s.io/utils/mount with k8s.io/mount-utils 2021-04-14 07:01:43 +03: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 Update k8s dependencies to v1.22.2 2021-10-05 08:55:17 +03:00
mount.go Update k8s dependencies to v1.22.2 2021-10-05 08:55:17 +03:00
mount_helper_common.go Update k8s dependencies to v1.21.1 2021-06-08 03:17:42 +03:00
mount_helper_unix.go Update Kubernetes dependencies to 1.22.0 2021-08-04 16:54:07 -07:00
mount_helper_windows.go Update k8s dependencies to v1.21.1 2021-06-08 03:17:42 +03:00
mount_linux.go Update k8s dependencies to v1.22.2 2021-10-05 08:55:17 +03:00
mount_unsupported.go Update k8s dependencies to v1.22.2 2021-10-05 08:55:17 +03:00
mount_windows.go Update k8s dependencies to v1.22.2 2021-10-05 08:55:17 +03:00
resizefs_linux.go Update k8s dependencies to v1.21.1 2021-06-08 03:17:42 +03:00
resizefs_unsupported.go Replace k8s.io/utils/mount with k8s.io/mount-utils 2021-04-14 07:01:43 +03: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.