package
Version:
v0.1.1-beta8
Opens a new window with list of versions in this module.
Published: May 16, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var RootCmd = &cobra.Command{
Use: "flomesh",
Short: "flomesh manages the Flomesh Service Mesh",
Long: "flomesh manages the Flomesh Service Mesh",
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
controlPlaneNamespace = defaultFlomeshNamespace
return nil
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.