- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for PersistentFlags (0.13 sec)
-
istioctl/pkg/proxyconfig/proxyconfig.go
} clusterConfigCmd.PersistentFlags().StringVarP(&outputFormat, "output", "o", summaryOutput, "Output format: one of json|yaml|short") clusterConfigCmd.PersistentFlags().StringVar(&fqdn, "fqdn", "", "Filter clusters by substring of Service FQDN field") clusterConfigCmd.PersistentFlags().StringVar(&direction, "direction", "", "Filter clusters by Direction field")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 15:53:49 UTC 2024 - 50.6K bytes - Viewed (0) -
istioctl/pkg/analyze/analyze.go
return returnError }, } analysisCmd.PersistentFlags().BoolVarP(&listAnalyzers, "list-analyzers", "L", false, "List the analyzers available to run. Suppresses normal execution.") analysisCmd.PersistentFlags().BoolVarP(&useKube, "use-kube", "k", true, "Use live Kubernetes cluster for analysis. Set --use-kube=false to analyze files only.")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 31 06:53:50 UTC 2024 - 17.6K bytes - Viewed (0) -
istioctl/pkg/ztunnelconfig/ztunnelconfig.go
func (c *commonFlags) attach(cmd *cobra.Command) { cmd.PersistentFlags().IntVar(&c.proxyAdminPort, "proxy-admin-port", defaultProxyAdminPort, "Ztunnel proxy admin port") 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", "",
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/precheck/precheck.go
} } return nil }, } cmd.PersistentFlags().BoolVar(&skipControlPlane, "skip-controlplane", false, "skip checking the control plane") cmd.PersistentFlags().Var(&outputThreshold, "output-threshold", 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,
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/describe/describe.go
// Now look for ingress gateways return printIngressInfo(writer, matchingServices, podsLabels, client.Kube(), configClient, kubeClient) }, ValidArgsFunction: completion.ValidPodsNameArgs(ctx), } cmd.PersistentFlags().BoolVar(&ignoreUnmeshed, "ignoreUnmeshed", false, "Suppress warnings for unmeshed pods") cmd.Long += "\n\n" + istioctlutil.ExperimentalMsg return cmd }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 24 17:36:49 UTC 2024 - 50.6K bytes - Viewed (0) -
istioctl/pkg/waypoint/waypoint.go
waypointCmd.AddCommand(waypointDeleteCmd) waypointCmd.AddCommand(waypointListCmd) waypointCmd.AddCommand(waypointApplyCmd) waypointCmd.AddCommand(waypointStatusCmd) waypointCmd.PersistentFlags().StringVarP(&waypointName, "name", "", constants.DefaultNamespaceWaypoint, "name of the waypoint") return waypointCmd }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 19.6K bytes - Viewed (0)