Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsEligibleForHealthStatusUpdates (0.72 sec)

  1. pilot/pkg/autoregistration/controller.go

    				"however WorkloadEntry %s/%s is not found", proxy.Metadata.Namespace, proxy.Metadata.WorkloadEntry)
    		}
    		if health.IsEligibleForHealthStatusUpdates(wle) {
    			if err := ensureProxyCanControlEntry(proxy, wle); err != nil {
    				return err
    			}
    			entryName = wle.Name
    		}
    	}
    	if entryName == "" {
    		return nil
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 26.4K bytes
    - Viewed (0)
Back to top