Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getServerName (0.12 sec)

  1. pilot/pkg/networking/core/listener_test.go

    								xdsfilters.Cors.Name, wellknown.Router,
    							},
    							ValidateHCM: func(t test.Failer, hcm *hcm.HttpConnectionManager) {
    								assert.Equal(t, "istio-envoy", hcm.GetServerName(), "server name")
    								if len(tt.cfg) == 0 {
    									assert.Equal(t, "inbound_0.0.0.0_8080", hcm.GetStatPrefix(), "stat prefix")
    								} else {
    									// Sidecar impacts stat prefix
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top