Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PerformApplicationHealthCheck (0.28 sec)

  1. pkg/istio-agent/xds_proxy.go

    	go func() {
    		if err := proxy.downstreamGrpcServer.Serve(proxy.downstreamListener); err != nil {
    			log.Errorf("failed to accept downstream gRPC connection %v", err)
    		}
    	}()
    
    	go proxy.healthChecker.PerformApplicationHealthCheck(func(healthEvent *health.ProbeEvent) {
    		// Store the same response as Delta and SotW. Depending on how Envoy connects we will use one or the other.
    		req := &discovery.DiscoveryRequest{TypeUrl: model.HealthInfoType}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top