kops/vendor/k8s.io/mount-utils
Ciprian Hacman 271a2dd1b4 Update dependencies 2025-06-27 13:53:05 +03: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 Update dependencies 2025-06-27 13:53:05 +03:00
fake_mounter.go Update dependencies 2023-05-08 07:35:34 +03:00
mount.go Update dependencies 2023-05-08 07:35:34 +03:00
mount_helper_common.go Update k8s.io/* to v0.29.0 2024-01-02 08:46:39 +02:00
mount_helper_unix.go Update deps to K8s v0.31.0 2024-08-25 17:48:14 +03:00
mount_helper_windows.go update k8s dependencies 2022-03-21 11:45:02 -07:00
mount_linux.go Update dependencies 2025-06-27 13:53:05 +03:00
mount_unsupported.go Update dependencies 2023-05-08 07:35:34 +03:00
mount_windows.go Update dependencies 2025-06-27 13:53:05 +03:00
resizefs_linux.go Update dependencies 2025-06-27 13:53:05 +03: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.