- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for DebugCommand (0.09 sec)
-
istioctl/pkg/internaldebug/internal-debug.go
}, } opts.AttachControlPlaneFlags(debugCommand) centralOpts.AttachControlPlaneFlags(debugCommand) debugCommand.Long += "\n\n" + util.ExperimentalMsg debugCommand.PersistentFlags().BoolVar(&internalDebugAllIstiod, "all", false, "Send the same request to all instances of Istiod. Only applicable for in-cluster deployment.") return debugCommand } var internalDebugAllIstiod bool
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 12 11:30:24 UTC 2024 - 6.7K bytes - Viewed (0) -
istioctl/cmd/root.go
experimentalCmd.AddCommand(metrics.Cmd(ctx)) experimentalCmd.AddCommand(describe.Cmd(ctx)) experimentalCmd.AddCommand(config.Cmd()) experimentalCmd.AddCommand(workload.Cmd(ctx)) experimentalCmd.AddCommand(internaldebug.DebugCommand(ctx)) experimentalCmd.AddCommand(precheck.Cmd(ctx)) experimentalCmd.AddCommand(proxyconfig.StatsConfigCmd(ctx)) experimentalCmd.AddCommand(checkinject.Cmd(ctx)) rootCmd.AddCommand(waypoint.Cmd(ctx))
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Aug 05 02:08:47 UTC 2024 - 9.6K bytes - Viewed (0)