Documentation ¶
Index ¶
- func Execute(d driver.Driver, action string, ctx ocm.Context, octx out.Context, ...) error
- func Executor(d driver.Driver, o *support.ExecutorOptions) error
- func Merge(values ...map[string]interface{}) map[string]interface{}
- func New(d driver.Driver) func(o *support.ExecutorOptions) error
- func NewCliCommand(ctx clictx.Context, d driver.Driver) *cobra.Command
- func Set(values map[string]interface{}, path string, value interface{}) error
- type Config
- type ImageMapping
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Chart v1.ResourceReference `json:"chart,omitempty"` Release string `json:"release,omitempty"` Namespace string `json:"namespace,omitempty"` CreateNamespace bool `json:"createNamespace,omitempty"` ImageMapping []ImageMapping `json:"imageMapping"` Values json.RawMessage `json:"values,omitempty"` KubeConfigName string `json:"kubeConfigName,omitempty"` }
type ImageMapping ¶
type ImageMapping = localize.ImageMapping
Click to show internal directories.
Click to hide internal directories.