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