Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endpointHealthStatus (0.24 sec)

  1. pilot/pkg/serviceregistry/kube/controller/endpointslice.go

    	for _, hostname := range esc.c.hostNamesForNamespacedName(getServiceNamespacedName(slice)) {
    		esc.updateEndpointCacheForSlice(hostname, slice)
    	}
    }
    
    func endpointHealthStatus(svc *model.Service, e v1.Endpoint) model.HealthStatus {
    	if e.Conditions.Ready == nil || *e.Conditions.Ready {
    		return model.Healthy
    	}
    
    	if features.PersistentSessionLabel != "" &&
    		svc != nil &&
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 16.9K bytes
    - Viewed (0)
Back to top