Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getServiceAccountsName (0.24 sec)

  1. 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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top