Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOptions ¶
type CreateOptions struct {
KubeConfigContextName string
ChartVersion string
ChartName string
ChartRepo string
LocalChartDir string
K3SImage string
Distro string
CIDR string
ExtraValues []string
KubernetesVersion string
CreateNamespace bool
DisableIngressSync bool
CreateClusterRole bool
UpdateCurrent bool
Expose bool
ExposeLocal bool
Connect bool
Upgrade bool
Isolate bool
ReleaseValues string
}
CreateOptions holds the create cmd options
type HelmChart ¶ added in v0.11.0
type HelmChart struct {
Bundle string `mapstructure:"bundle,omitempty" json:"bundle,omitempty"`
Name string `mapstructure:"name" json:"name,omitempty"`
Repo string `mapstructure:"repo" json:"repo,omitempty"`
Version string `mapstructure:"version" json:"version,omitempty"`
Namespace string `mapstructure:"namespace" json:"namespace,omitempty"`
Values string `mapstructure:"values" json:"values,omitempty"`
Release HelmRelease `mapstructure:"release" json:"release,omitempty"`
}
type HelmRelease ¶ added in v0.11.0
Click to show internal directories.
Click to hide internal directories.