Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetByPort (0.08 sec)

  1. pilot/pkg/networking/core/cluster.go

    		for port, cluster := range servicePortClusters[service.Hostname.String()] {
    			// if this service port is removed, we can conclude that it is a removed cluster.
    			if _, exists := service.Ports.GetByPort(port); !exists {
    				deletedClusters = append(deletedClusters, cluster)
    			}
    		}
    	}
    	return services, deletedClusters
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top