Documentation ¶ Index ¶ func ApplyAllUpgrades(upgrades map[string]Upgrade, dryRun bool) (map[string][]Result, error) type Result func ApplyUpgrades(actions []parser.ActionRef, newTag string, dryRun bool) ([]Result, error) type Upgrade Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ApplyAllUpgrades ¶ func ApplyAllUpgrades(upgrades map[string]Upgrade, dryRun bool) (map[string][]Result, error) Types ¶ type Result ¶ type Result struct { Action parser.ActionRef NewTag string Updated bool Error error } func ApplyUpgrades ¶ func ApplyUpgrades(actions []parser.ActionRef, newTag string, dryRun bool) ([]Result, error) type Upgrade ¶ type Upgrade struct { Action parser.ActionRef NewTag string } Source Files ¶ View all Source files upgrader.go Click to show internal directories. Click to hide internal directories.