Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pickFirstVisibleNamespace (0.3 sec)

  1. pilot/pkg/model/sidecar.go

    						continue
    					}
    					// This won't overwrite hostnames that have already been found eg because they were requested in hosts
    					if ns := pickFirstVisibleNamespace(ps, byNamespace, configNamespace); ns != "" {
    						if matchedSvc := serviceMatchingPort(byNamespace[ns], ilw, ports); matchedSvc != nil {
    							sc.appendSidecarServices(servicesAdded, matchedSvc)
    						}
    					}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 20:32:23 UTC 2024
    - 38.4K bytes
    - Viewed (0)
Back to top