Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for httpGateway (0.1 sec)

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

    					Hosts: []string{"example.org"},
    					Port:  &networking.Port{Name: "http", Number: 80, Protocol: "HTTP"},
    					Tls:   &networking.ServerTLSSettings{HttpsRedirect: true},
    				},
    			},
    		},
    	}
    	httpGateway := config.Config{
    		Meta: config.Meta{
    			Name:             "gateway",
    			Namespace:        "default",
    			GroupVersionKind: gvk.Gateway,
    		},
    		Spec: &networking.Gateway{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    {{- if .Ciphers }}
          cipherSuites:
    {{- range $cipher := .Ciphers }}
          - "{{$cipher}}"
    {{- end }}
    {{- end }}
    {{- end }}
        hosts:
        - "{{.GatewayHost}}"
    ---
    `
    
    func httpGateway(host string, port int, portName, protocol string, gatewayIstioLabel string) string { //nolint: unparam
    	return tmpl.MustEvaluate(gatewayTmpl, struct {
    		GatewayHost       string
    		GatewayPort       int
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top