Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for namedPort (0.14 sec)

  1. tests/integration/pilot/ingress_test.go

    					path:       "/test",
    					prefixPath: "/prefix",
    				},
    				{
    					// HTTPS call for bar with namedport route. CaCert matches the secret
    					name: "https-namedport",
    					call: echo.CallOptions{
    						Port: echo.Port{
    							Protocol: protocol.HTTPS,
    						},
    						HTTP: echo.HTTP{
    							Path:    "/test/namedport",
    							Headers: headers.New().WithHost("bar.example.com").Build(),
    						},
    						TLS: echo.TLS{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/analyzers_test.go

    			{msg.PortNameIsNotUnderNamingConvention, "Service my-namespace1/my-service1"},
    			{msg.PortNameIsNotUnderNamingConvention, "Service my-namespace2/my-service2"},
    		},
    	},
    	{
    		name:       "namedPort",
    		inputFiles: []string{"testdata/service-port-name.yaml"},
    		analyzer:   &service.PortNameAnalyzer{},
    		expected:   []message{},
    	},
    	{
    		name:       "unnamedPortInSystemNamespace",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top