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 ¶
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. |
Click to show internal directories.
Click to hide internal directories.