- Sort Score
- Result 10 results
- Languages All
Results 21 - 24 of 24 for PersistentFlags (0.12 sec)
-
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/validate/validate.go
istioNamespace := ctx.IstioNamespace() defaultNamespace := ctx.NamespaceOrDefault("") return validateFiles(&istioNamespace, defaultNamespace, filenames, c.OutOrStderr()) }, } flags := c.PersistentFlags() flags.StringSliceVarP(&filenames, "filename", "f", nil, "Inputs of files to validate") flags.BoolVarP(&referential, "referential", "x", true, "Enable structural validation for policy and telemetry")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 22:27:47 UTC 2024 - 14.3K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret.go
return err } if warn != nil { _, _ = fmt.Fprintf(c.OutOrStderr(), "warn: %v\n", warn) } _, _ = fmt.Fprint(c.OutOrStdout(), out) return nil }, } opts.addFlags(c.PersistentFlags()) return c } func createRemoteServiceAccountSecret(kubeconfig *api.Config, clusterName, secName string) (*v1.Secret, error) { // nolint:interfacer var data bytes.Buffer
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 23.3K 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)