install

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(ctx context.Context, globalFlags *utils.GlobalFlags) *cobra.Command

func InstallCommunity added in v1.1.0

func InstallCommunity(ctx context.Context, opts CommunityOptions) error

func InstallEnterprise added in v1.1.0

func InstallEnterprise(ctx context.Context, opts EnterpriseOptions) error

Types

type CommunityOptions added in v1.1.0

type CommunityOptions struct {
	*Options
	AgentCrdsChartPath string
	ApiServerAddress   string
}

type EnterpriseOptions added in v1.1.0

type EnterpriseOptions struct {
	*Options
	LicenseKey         string
	SkipUI             bool
	IncludeRBAC        bool
	RelayServerAddress string
	SkipChecks         bool
}

type Options added in v1.1.0

type Options struct {
	*utils.GlobalFlags
	DryRun bool

	KubeCfgPath     string
	KubeContext     string
	Namespace       string
	ChartPath       string
	ChartValuesFile string
	ExtraHelmValues []string
	Version         string
	ReleaseName     string
	AgentChartPath  string
	AgentValuesPath string

	Register      bool
	ClusterName   string
	ClusterDomain string
}

Jump to

Keyboard shortcuts

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