Versions in this module Expand all Collapse all v0 v0.20.2 Jan 29, 2024 v0.20.1 Jan 29, 2024 Changes in this version + type Action interface + Execute func(ctx *ActionContext) error + type ActionContext struct + Config *config.Cluster + Logger log.Logger + Provider providers.Provider + Status *cli.Status + func NewActionContext(logger log.Logger, status *cli.Status, provider providers.Provider, ...) *ActionContext + func (ac *ActionContext) Nodes() ([]nodes.Node, error)