- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getServicesName (0.12 sec)
-
istioctl/pkg/completion/completion.go
podsName, err := getPodsNameInDefaultNamespace(ctx, toComplete) if err != nil { return nil, cobra.ShellCompDirectiveNoFileComp } return podsName, cobra.ShellCompDirectiveNoFileComp } } func getServicesName(ctx cli.Context, toComplete string) ([]string, error) { client, err := ctx.CLIClient() if err != nil { return nil, err } ns := ctx.NamespaceOrDefault(ctx.Namespace())
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 4.9K bytes - Viewed (0)