Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetIDsFromProxyInfo (0.85 sec)

  1. pkg/proxy/proxyinfo.go

    				IstioVersion: ss.SyncStatus.IstioVersion,
    				Type:         istioVersion.ToUserFacingNodeType(string(ss.ProxyType)),
    			})
    		}
    	}
    
    	return &pi, nil
    }
    
    // GetIDsFromProxyInfo is a helper function to retrieve list of IDs from Proxy.
    func GetIDsFromProxyInfo(kubeClient kube.CLIClient, istioNamespace string) ([]string, error) {
    	var IDs []string
    	pi, err := GetProxyInfo(kubeClient, istioNamespace)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 06 22:41:32 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top