package
1.3.2
Repository: https://github.com/hyperhq/hypernetes.git
Documentation: pkg.go.dev

# Functions

IsRemountRequiredError returns true if the specified error is a remountRequiredError.
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.
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.