package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
IsFSResizeRequiredError returns true if the specified error is a fsResizeRequiredError.
IsRemountRequiredError returns true if the specified error is a remountRequiredError.
IsSELinuxMountMismatchError returns true if the specified error is a seLinuxMountMismatchError.
IsVolumeNotAttachedError returns true if the specified error is a volumeNotAttachedError.
NewActualStateOfWorld returns a new instance of ActualStateOfWorld.
NewDesiredStateOfWorld returns a new instance of DesiredStateOfWorld.
# Structs
AttachedVolume represents a volume that is attached to a node.
fsResizeRequiredError is an error returned when PodExistsInVolume() found volume/pod attached/mounted but fsResizeRequired was true, indicating the given volume receives an resize request after attached/mounted.
MountedVolume represents a volume that has successfully been mounted to a pod.
VolumeToMount represents a volume that is attached to this node and needs to be mounted to PodName.
# Interfaces
ActualStateOfWorld defines a set of thread-safe operations for the kubelet volume manager's actual state of the world cache.
DesiredStateOfWorld defines a set of thread-safe operations for the kubelet volume manager's desired state of the world cache.