- Sort Score
- Result 10 results
- Languages All
Results 11 - 17 of 17 for StringVarP (0.06 sec)
-
istioctl/pkg/checkinject/checkinject.go
return printCheckInjectorResults(cmd.OutOrStdout(), checkResults) }, ValidArgsFunction: completion.ValidPodsNameArgs(ctx), } cmd.PersistentFlags().StringVarP(&labelPairs, "labels", "l", "", "Check namespace and label pairs injection status, split multiple labels by commas") return cmd } func printCheckInjectorResults(writer io.Writer, was []webhookAnalysis) error {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 9.3K bytes - Viewed (0) -
istioctl/pkg/proxystatus/proxystatus.go
}, ValidArgsFunction: completion.ValidPodsNameArgs(ctx), } opts.AttachControlPlaneFlags(statusCmd) centralOpts.AttachControlPlaneFlags(statusCmd) statusCmd.PersistentFlags().StringVarP(&configDumpFile, "file", "f", "", "Envoy config dump JSON file") statusCmd.PersistentFlags().BoolVar(&multiXdsOpts.XdsViaAgents, "xds-via-agents", false, "Access Istiod via the tap service of each agent")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 6.2K bytes - Viewed (0) -
istioctl/pkg/authz/authz.go
if err != nil { return err } analyzer.Print(cmd.OutOrStdout()) return nil }, ValidArgsFunction: completion.ValidPodsNameArgs(ctx), } cmd.PersistentFlags().StringVarP(&configDumpFile, "file", "f", "", "The json file with Envoy config dump to be checked") return cmd } func getConfigDumpFromFile(filename string) (*configdump.Wrapper, error) { file, err := os.Open(filename)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 5K bytes - Viewed (0) -
istioctl/pkg/precheck/precheck.go
fmt.Sprintf("The severity level of precheck at which to display messages. Valid values: %v", diag.GetAllLevelStrings())) cmd.PersistentFlags().StringVarP(&msgOutputFormat, "output", "o", formatting.LogFormat, fmt.Sprintf("Output format: one of %v", formatting.MsgOutputFormatKeys)) cmd.PersistentFlags().StringVarP(&fromCompatibilityVersion, "from-version", "f", "", "check changes since the provided version") opts.AttachControlPlaneFlags(cmd)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 02:31:32 UTC 2024 - 15.3K bytes - Viewed (0) -
istioctl/pkg/admin/istiodconfig.go
"Possible values for <stack-trace-level>: none, error, warn, info, debug") logCmd.PersistentFlags().StringVarP(&outputFormat, "output", "o", outputFormat, "Output format: one of json|yaml|short") return logCmd
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 13.5K bytes - Viewed (0) -
istioctl/pkg/ztunnelconfig/ztunnelconfig.go
cmd.PersistentFlags().StringVarP(&c.outputFormat, "output", "o", summaryOutput, "Output format: one of json|yaml|short") cmd.PersistentFlags().StringVar(&c.node, "node", "", "Filter workloads by node field") cmd.PersistentFlags().StringVarP(&c.configDumpFile, "file", "f", "", "Ztunnel config dump JSON file") }
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/multicluster/remote_secret.go
RemoteSecretAuthTypePlugin)) flagset.Var(&o.Type, "type", fmt.Sprintf("Type of the generated secret. supported values = %v", supportedSecretType)) flagset.StringVarP(&o.ManifestsPath, "manifests", "d", "", util.ManifestsFlagHelpStr) } func (o *RemoteSecretOptions) prepare(ctx cli.Context) error { o.KubeOptions.prepare(ctx) if o.ClusterName != "" {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 23.3K bytes - Viewed (0)