- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ValidPodsNameArgs (0.11 sec)
-
istioctl/pkg/ztunnelconfig/ztunnelconfig.go
return cw.PrintSecretDump(common.outputFormat) default: return fmt.Errorf("output format %q not supported", common.outputFormat) } }), ValidArgsFunction: completion.ValidPodsNameArgs(ctx), } common.attach(cmd) return cmd } func servicesCmd(ctx cli.Context) *cobra.Command { var serviceNamespace string common := new(commonFlags) cmd := &cobra.Command{
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 19:17:45 UTC 2024 - 22.2K bytes - Viewed (0) -
istioctl/pkg/admin/istiodconfig.go
err = istiodConfigCmd.execute(logCmd.OutOrStdout()) if err != nil { return err } return nil }, ValidArgsFunction: completion.ValidPodsNameArgs(ctx), } opts.AttachControlPlaneFlags(logCmd) logCmd.PersistentFlags().BoolVar(&istiodReset, "reset", istiodReset, "Reset levels to default value. (info)")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 13.5K bytes - Viewed (0)