Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for namespaceToServices (0.47 sec)

  1. pilot/pkg/model/telemetry_logging.go

    			return
    		}
    	} else {
    		namespaceToServices := push.ServiceIndex.HostnameAndNamespace[host.Name(service)]
    		var namespaces []string
    		for k := range namespaceToServices {
    			namespaces = append(namespaces, k)
    		}
    		// If namespace is omitted, return successfully if there is only one such host name in the service index.
    		if len(namespaces) == 1 {
    			svc := namespaceToServices[namespaces[0]]
    			hostname = string(svc.Hostname)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top