Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repair ¶
type Repair struct { DryRun bool // contains filtered or unexported fields }
Repair is the action for repairing a given release's deployed resources.
It provides the implementation of 'helm repair'.
func NewRepair ¶
func NewRepair(cfg *action.Configuration) *Repair
NewRepair creates a new Repair object with the given configuration.
Click to show internal directories.
Click to hide internal directories.