Versions in this module Expand all Collapse all v1 v1.0.1 Dec 21, 2016 v1.0.0 Dec 15, 2016 Changes in this version + type IgnoredError struct + Reason string + func (e *IgnoredError) Error() string + type ProvisionController struct + func NewProvisionController(client kubernetes.Interface, resyncPeriod time.Duration, ...) *ProvisionController + func (ctrl *ProvisionController) Run(stopCh <-chan struct{}) + type Provisioner interface + Delete func(*v1.PersistentVolume) error + Provision func(VolumeOptions) (*v1.PersistentVolume, error) + type VolumeOptions struct + AccessModes []v1.PersistentVolumeAccessMode + Capacity resource.Quantity + PVName string + Parameters map[string]string + PersistentVolumeReclaimPolicy v1.PersistentVolumeReclaimPolicy + Selector *unversioned.LabelSelector