Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SVC (0.01 sec)

  1. pilot/pkg/model/telemetry_logging_test.go

    			assert.Equal(t, first, second)
    		})
    	}
    }
    
    func TestBuildOpenTelemetryAccessLogConfig(t *testing.T) {
    	fakeCluster := "outbound|55680||otel-collector.monitoring.svc.cluster.local"
    	fakeAuthority := "otel-collector.monitoring.svc.cluster.local"
    	for _, tc := range []struct {
    		name        string
    		logName     string
    		clusterName string
    		hostname    string
    		body        string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    		// Service import
    		hostname := fmt.Sprintf("%s.%s.svc.clusterset.local", to.Name, namespace)
    		if !features.EnableMCSHost {
    			// They asked for ServiceImport, but actually don't have full support enabled...
    			// No problem, we can just treat it as Service, which is already cross-cluster in this mode anyways
    			hostname = fmt.Sprintf("%s.%s.svc.%s", to.Name, namespace, ctx.Domain)
    		}
    		if to.Port == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top