Documentation
¶
Index ¶
Constants ¶
View Source
const (
LocalhostDNSNameOverride = "localhost"
ControlPlanePodName = "controller"
)
View Source
const DefaultVersionString = "unavailable"
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "conduit",
Short: "conduit manages the Conduit service mesh",
Long: `conduit manages the Conduit service mesh.`,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
if verbose {
log.SetLevel(log.DebugLevel)
} else {
log.SetLevel(log.PanicLevel)
}
},
}
Functions ¶
func InjectYAML ¶ added in v0.3.0
func InjectYAML(in io.Reader, out io.Writer, version string) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.