Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for namedPort (0.09 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/kubeapiserver/options/authentication_test.go

    				ClientID:           "testClientID",
    				areFlagsConfigured: func() bool { return true },
    			},
    			testSA: &ServiceAccountAuthenticationOptions{
    				Issuers: []string{"http://[::1]:namedport"},
    			},
    			expectErr: "service-account-issuer \"http://[::1]:namedport\" contained a ':' but was not a valid URL",
    		},
    		{
    			name: "test when ServiceAccounts has invalid JWKSURI",
    			testOIDC: &OIDCAuthenticationOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  3. 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