gloomesh

package
v1.0.0-beta4 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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 (i Installer) InstallAgentCrds(
	ctx context.Context,
) error

func (Installer) InstallCertAgent

func (i Installer) InstallCertAgent(
	ctx context.Context,
) error

func (Installer) InstallEnterpriseAgent added in v0.12.7

func (i Installer) InstallEnterpriseAgent(
	ctx context.Context,
) error

func (Installer) InstallGlooMesh

func (i Installer) InstallGlooMesh(
	ctx context.Context,
) error

func (Installer) InstallGlooMeshEnterprise added in v0.10.3

func (i Installer) InstallGlooMeshEnterprise(
	ctx context.Context,
) error

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

Jump to

Keyboard shortcuts

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