package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Functions

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.
PodToAdd represents a pod that references the underlying volume and is scheduled to the underlying node.
VolumeToAttach represents a volume that should be attached to a node.

# Interfaces

ActualStateOfWorld defines a set of thread-safe operations supported on the attach/detach controller's actual state of the world cache.
DesiredStateOfWorld defines a set of thread-safe operations supported on the attach/detach controller's desired state of the world cache.