Versions in this module Expand all Collapse all v1 v1.0.0 Mar 3, 2017 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 + PVC *v1.PersistentVolumeClaim + PVName string + Parameters map[string]string + PersistentVolumeReclaimPolicy v1.PersistentVolumeReclaimPolicy