Controller creates PVCs for ephemeral inline volumes in a pod spec.
type Controller interface { Run(ctx context.Context, workers int) }
func NewController( ctx context.Context, kubeClient clientset.Interface, podInformer coreinformers.PodInformer, pvcInformer coreinformers.PersistentVolumeClaimInformer) (Controller, error)
NewController creates an ephemeral volume controller.