create

package
v0.15.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

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

type HelmRelease struct {
	Name      string `mapstructure:"name" json:"name,omitempty"`
	Namespace string `mapstructure:"namespace" json:"namespace,omitempty"`
}

type Init added in v0.11.0

type Init struct {
	Manifests string      `json:"manifests" mapstructure:"manifests"`
	Helm      []HelmChart `json:"helm" mapstructure:"helm"`
}

type Values added in v0.11.0

type Values struct {
	Init Init `json:"init" mapstructure:"init"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL