Versions in this module Expand all Collapse all v0 v0.0.9 Jan 2, 2026 Changes in this version + type Controller struct + func New(c *client.ClientSet, n *nodesv1.Node, rt runtime.Runtime, opts ...NewOption) (*Controller, error) + func (c *Controller) Reconcile(ctx context.Context) error + func (c *Controller) Run(ctx context.Context) + type NewOption func(c *Controller) + func WithConfig(n *nodesv1.Node) NewOption + func WithLogger(l logger.Logger) NewOption + func WithName(s string) NewOption + func WithVolumeAttacher(a volume.Attacher) NewOption