Documentation ¶
Index ¶
- Constants
- type Installer
- func (i Installer) InstallAgentCrds(ctx context.Context) error
- func (i Installer) InstallCertAgent(ctx context.Context) error
- func (i Installer) InstallEnterpriseAgent(ctx context.Context) error
- func (i Installer) InstallGlooMesh(ctx context.Context) error
- func (i Installer) InstallGlooMeshEnterprise(ctx context.Context) error
- type Uninstaller
Constants ¶
View Source
const ( GlooMeshRepoURI = "https://storage.googleapis.com/gloo-mesh" GlooMeshChartUriTemplate = GlooMeshRepoURI + "/gloo-mesh/gloo-mesh-%s.tgz" AgentCrdsChartUriTemplate = GlooMeshRepoURI + "/agent-crds/agent-crds-%s.tgz" CertAgentChartUriTemplate = GlooMeshRepoURI + "/cert-agent/cert-agent-%s.tgz" GlooMeshEnterpriseRepoURI = "https://storage.googleapis.com/gloo-mesh-enterprise" GlooMeshEnterpriseChartUriTemplate = GlooMeshEnterpriseRepoURI + "/gloo-mesh-enterprise/gloo-mesh-enterprise-%s.tgz" EnterpriseAgentChartUriTemplate = GlooMeshEnterpriseRepoURI + "/enterprise-agent/enterprise-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) InstallAgentCrds ¶ added in v0.10.5
func (Installer) InstallCertAgent ¶
func (Installer) InstallEnterpriseAgent ¶ added in v0.12.7
type Uninstaller ¶
type Uninstaller struct { KubeConfig string KubeContext string Namespace string ReleaseName string Verbose bool DryRun bool }
func (Uninstaller) UninstallAgentCrds ¶ added in v0.10.8
func (i Uninstaller) UninstallAgentCrds( ctx context.Context, ) error
func (Uninstaller) UninstallCertAgent ¶
func (i Uninstaller) UninstallCertAgent( ctx context.Context, ) error
func (Uninstaller) UninstallEnterpriseAgent ¶ added in v0.12.7
func (i Uninstaller) UninstallEnterpriseAgent( ctx context.Context, ) error
func (Uninstaller) UninstallGlooMesh ¶
func (i Uninstaller) UninstallGlooMesh( ctx context.Context, ) error
Click to show internal directories.
Click to hide internal directories.