Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 EnterpriseOptions ¶ added in v1.1.0
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 }
Click to show internal directories.
Click to hide internal directories.