Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrVolumeDriverNotFound = errors.New("volume driver not found")
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) Reconcile ¶
func (vc *Controller) Reconcile(ctx context.Context) error
Reconcile implements Controller.
func (*Controller) Run ¶
func (vc *Controller) Run(ctx context.Context)
type NewOption ¶
type NewOption func(c *Controller)
func WithConfig ¶
func WithLogger ¶
func WithVolumeDrivers ¶
func WithVolumeDrivers(drivers map[volume.DriverType]volume.Driver) NewOption
Click to show internal directories.
Click to hide internal directories.