mesh_install

package
v0.4.8 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MeshInstallProviderSet = wire.NewSet(
		MeshInstallRootCmd,
	)

	UnsupportedMeshTypeError = func(meshType string) error {
		return eris.Errorf(
			"Mesh Type: (%s) is not one of the supported Mesh types [%s]",
			meshType,
			strings.Join(validMeshTypes, "|"),
		)
	}
)

Functions

This section is empty.

Types

type MeshInstallCommand

type MeshInstallCommand *cobra.Command

func MeshInstallRootCmd

func MeshInstallRootCmd(
	clientsFactory common.ClientsFactory,
	opts *options.Options,
	out io.Writer,
	in io.Reader,
	kubeLoader common_config.KubeLoader,
	imageNameParser docker.ImageNameParser,
	fileReader files.FileReader,
) MeshInstallCommand

Directories

Path Synopsis
operator/mocks
Package mock_operator is a generated GoMock package.
Package mock_operator is a generated GoMock package.

Jump to

Keyboard shortcuts

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