Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotController ¶
type SnapshotController interface {
Run(stopCh <-chan struct{})
}
SnapshotController is a controller that handles snapshot operations
func NewSnapshotController ¶
func NewSnapshotController(client *rest.RESTClient, scheme *runtime.Scheme, clientset kubernetes.Interface, volumePlugins *map[string]volume.Plugin, syncDuration time.Duration) SnapshotController
NewSnapshotController creates a new SnapshotController
Click to show internal directories.
Click to hide internal directories.