Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPodNames (0.09 sec)

  1. istioctl/pkg/proxyconfig/proxyconfig.go

    			}
    			if labelSelector != "" {
    				if podNames, podNamespace, err = getPodNameBySelector(ctx, kubeClient, labelSelector); err != nil {
    					return err
    				}
    			} else {
    				if podNames, podNamespace, err = getPodNames(ctx, args[0], ctx.Namespace()); err != nil {
    					return err
    				}
    			}
    			for _, pod := range podNames {
    				err := printStatus(c, kubeClient, statsType, pod, podNamespace)
    				if err != nil {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 15:53:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top