Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct {
// contains filtered or unexported fields
}
Cli is a wrapper around the kustomize cli
func NewCli ¶
func NewCli(commandRunner exec.CommandRunner) *Cli
NewCli creates a new instance of the kustomize cli
func (*Cli) CheckInstalled ¶
Checks whether or not the Kustomize CLI is installed and available within the PATH
func (*Cli) InstallUrl ¶
Returns the installation URL to install the Kustomize CLI
type Config ¶
type Config struct { Directory osutil.ExpandableString `yaml:"dir"` Edits []osutil.ExpandableString `yaml:"edits"` Env map[string]osutil.ExpandableString `yaml:"env"` }
Click to show internal directories.
Click to hide internal directories.