Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NonEmptyOrDefault (0.97 sec)

  1. pkg/config/mesh/mesh.go

    	if ph != nil && orig != nil {
    		ph.ForwardedClientCert = ptr.NonEmptyOrDefault(ph.ForwardedClientCert, orig.ForwardedClientCert)
    		ph.RequestId = ptr.NonEmptyOrDefault(ph.RequestId, orig.RequestId)
    		ph.AttemptCount = ptr.NonEmptyOrDefault(ph.AttemptCount, orig.AttemptCount)
    		ph.Server = ptr.NonEmptyOrDefault(ph.Server, orig.Server)
    		ph.EnvoyDebugHeaders = ptr.NonEmptyOrDefault(ph.EnvoyDebugHeaders, orig.EnvoyDebugHeaders)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top