MCPcopy Index your code
hub / github.com/kubernetes/mount-utils

github.com/kubernetes/mount-utils @kubernetes-1.36.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release kubernetes-1.36.2 ↗ · + Follow
216 symbols 508 edges 19 files 129 documented · 60% 21 cross-repo links updated 12d ago★ 72
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

⚠️ This is an automatically published staged repository for Kubernetes.
Contributions, including issues and pull requests, should be made to the main Kubernetes repository: https://github.com/kubernetes/kubernetes.
This repository is read-only for importing, and not used for direct contributions.
See CONTRIBUTING.md for more details.

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:

  • 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.

Contibution Guidelines

See CONTRIBUTING.md for more information.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 109
Method 86
Struct 13
Interface 5
FuncType 2
TypeAlias 1

Languages

Go100%

Modules by API surface

mount_linux.go40 symbols
mount.go35 symbols
mount_linux_test.go23 symbols
mount_windows.go19 symbols
fake_mounter.go17 symbols
mount_unsupported.go15 symbols
resizefs_linux.go11 symbols
mount_windows_test.go10 symbols
mount_helper_unix.go8 symbols
safe_format_and_mount_test.go7 symbols
mount_helper_unix_test.go6 symbols
mount_helper_windows.go5 symbols

For agents

$ claude mcp add mount-utils \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page