package
1.0.0
Repository: https://github.com/r2d4/external-storage.git
Documentation: pkg.go.dev

# Functions

NewProvisionController creates a new provision controller.

# Structs

IgnoredError is the value for Delete to return to indicate that the call has been ignored and no action taken.
ProvisionController is a controller that provisions PersistentVolumes for PersistentVolumeClaims.
VolumeOptions contains option information about a volume https://github.com/kubernetes/kubernetes/blob/release-1.4/pkg/volume/plugins.go.

# Interfaces

Provisioner is an interface that creates templates for PersistentVolumes and can create the volume as a new resource in the infrastructure provider.