Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultConfigFile is the default config file for vet tool
DefaultConfigFile = "/etc/istio/vet.yaml"
)
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "vet",
Short: "Runs vet command",
Long: `Runs vet command.
Vet is a diagnostic tool for validating the configuration of Istio
and applications deployed in the mesh.
For more details, see 'https://github.com/aspenmesh/istio-vet'
`,
RunE: vet,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.