Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getIstioDestinationRuleNameForSvc (0.13 sec)

  1. istioctl/pkg/describe/describe.go

    			keyAsString("config")
    		return istioConfig, nil
    	}
    	return "", fmt.Errorf("no istio config")
    }
    
    // getIstioDestinationRuleNameForSvc returns name, namespace
    func getIstioDestinationRuleNameForSvc(cd *configdump.Wrapper, svc corev1.Service, port int32) (string, string, error) {
    	path, err := getIstioDestinationRulePathForSvc(cd, svc, port)
    	if err != nil || path == "" {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top