Documentation ¶
Index ¶
Constants ¶
View Source
const ( GlooMeshChartUriTemplate = "https://storage.googleapis.com/gloo-mesh/gloo-mesh/gloo-mesh-%s.tgz" GlooMeshEnterpriseChartUriTemplate = "https://storage.googleapis.com/gloo-mesh-enterprise/gloo-mesh-enterprise/gloo-mesh-enterprise-%s.tgz" CertAgentChartUriTemplate = "https://storage.googleapis.com/gloo-mesh/cert-agent/cert-agent-%s.tgz" WasmAgentChartUriTemplate = "https://storage.googleapis.com/gloo-mesh/wasm-agent/wasm-agent-%s.tgz" GlooMeshReleaseName = "gloo-mesh" GlooMeshEnterpriseReleaseName = "gloo-mesh-enterprise" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Installer ¶
type Installer struct { HelmChartPath string HelmValuesPath string KubeConfig string KubeContext string Namespace string ReleaseName string Values map[string]string Verbose bool DryRun bool }
func (Installer) InstallCertAgent ¶
func (Installer) InstallGlooMeshEnterprise ¶ added in v0.10.3
type Uninstaller ¶
type Uninstaller struct { KubeConfig string KubeContext string Namespace string ReleaseName string Verbose bool DryRun bool }
func (Uninstaller) UninstallCertAgent ¶
func (i Uninstaller) UninstallCertAgent( ctx context.Context, ) error
func (Uninstaller) UninstallGlooMesh ¶
func (i Uninstaller) UninstallGlooMesh( ctx context.Context, ) error
func (Uninstaller) UninstallWasmAgent ¶
func (i Uninstaller) UninstallWasmAgent( ctx context.Context, ) error
Click to show internal directories.
Click to hide internal directories.