var ( ErrSwapFieldNotFound = errors.New("swap enabled field not found") )
type Plugin struct{}
func (swapCfgPlugin Plugin) Reconcile(_ context.Context, ienode *v1ien.IENode, conf config.Config) (reconcile.Result, error)
Updates the swap configuration file on the node
type Swap struct { Enabled bool `yaml:"enabled"` }