Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateAppKubeProber (0.37 sec)

  1. pilot/cmd/pilot-agent/status/server.go

    	}
    
    	s.appProbeClient = make(map[string]*http.Client, len(s.appKubeProbers))
    	// Validate the map key matching the regex pattern.
    	for path, prober := range s.appKubeProbers {
    		err := validateAppKubeProber(path, prober)
    		if err != nil {
    			return nil, err
    		}
    		if prober.HTTPGet != nil {
    			d := ProbeDialer()
    			d.LocalAddr = s.upstreamLocalAddress
    			// nolint: gosec
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 31.1K bytes
    - Viewed (1)
Back to top