Documentation ¶ Index ¶ func Command(clients client.Plural, helmConfiguration *action.Configuration) cli.Command func Commands(clients client.Plural, helmConfiguration *action.Configuration) []cli.Command type Configuration type Plural Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Command ¶ func Command(clients client.Plural, helmConfiguration *action.Configuration) cli.Command func Commands ¶ func Commands(clients client.Plural, helmConfiguration *action.Configuration) []cli.Command Types ¶ type Configuration ¶ type Configuration struct { Image string `json:"image"` AurorabootImage string `json:"aurorabootImage"` CraneImage string `json:"craneImage"` Bundles map[string]string `json:"bundles"` } type Plural ¶ type Plural struct { client.Plural HelmConfiguration *action.Configuration } Source Files ¶ View all Source files bootstrap.go edge.go flash.go image.go Click to show internal directories. Click to hide internal directories.