kubernetesk8s.io/kubernetes/pkg/volume/nfs Index | Files

package nfs

import "k8s.io/kubernetes/pkg/volume/nfs"

Package nfs contains the internal representation of network file system (NFS) volumes.

Index

Functions

func ProbeVolumePlugins

func ProbeVolumePlugins(volumeConfig volume.VolumeConfig) []volume.VolumePlugin

ProbeVolumePlugins is the primary entrypoint for volume plugins. This is the primary entrypoint for volume plugins. The volumeConfig arg provides the ability to configure recycler behavior. It is implemented as a pointer to allow nils. The nfsPlugin is used to store the volumeConfig and give it, when needed, to the func that creates NFS Recyclers. Tests that exercise recycling should not use this func but instead use ProbeRecyclablePlugins() to override default behavior.

Source Files

doc.go nfs.go

Version
v1.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
13 packages
Last checked
3 hours ago

Tools for package owners.