Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 376 for p443 (0.04 sec)

  1. pkg/controller/endpointslicemirroring/metrics/cache_test.go

    	endpointsliceutil "k8s.io/endpointslice/util"
    )
    
    func TestNumEndpointsAndSlices(t *testing.T) {
    	c := NewCache(int32(100))
    
    	p80 := int32(80)
    	p443 := int32(443)
    
    	pmKey80443 := endpointsliceutil.NewPortMapKey([]discovery.EndpointPort{{Port: &p80}, {Port: &p443}})
    	pmKey80 := endpointsliceutil.NewPortMapKey([]discovery.EndpointPort{{Port: &p80}})
    
    	spCacheEfficient := NewEndpointPortCache()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 18:08:12 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. pkg/proxy/endpointslicecache_test.go

    			}
    		})
    	}
    }
    
    func TestEsDataChanged(t *testing.T) {
    	p80 := int32(80)
    	p443 := int32(443)
    	port80 := discovery.EndpointPort{Port: &p80, Name: ptr.To("http"), Protocol: ptr.To(v1.ProtocolTCP)}
    	port443 := discovery.EndpointPort{Port: &p443, Name: ptr.To("https"), Protocol: ptr.To(v1.ProtocolTCP)}
    	endpoint1 := discovery.Endpoint{Addresses: []string{"10.0.1.0"}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  3. pkg/proxy/winkernel/proxier_test.go

    			eps.Ports = []discovery.EndpointPort{{
    				Name:     ptr.To(svcPortName1.Port),
    				Port:     ptr.To(int32(svcPort1)),
    				Protocol: ptr.To(v1.ProtocolTCP),
    			},
    				{
    					Name:     ptr.To("p443"),
    					Port:     ptr.To[int32](443),
    					Protocol: ptr.To(v1.ProtocolTCP),
    				}}
    		}))
    
    	proxier.mu.Lock()
    	proxier.endpointSlicesSynced = true
    	proxier.mu.Unlock()
    
    	proxier.setInitialized(true)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 28 14:30:51 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/webhook/authentication_test.go

    			},
    			expected: rest.Config{BearerToken: "first"},
    		},
    		{
    			name:       "exact match with non-default https port",
    			serverName: "one.two.three.com:8443",
    			kubeconfig: clientcmdapi.Config{
    				AuthInfos: map[string]*clientcmdapi.AuthInfo{
    					"one.two.three.com:8443": {Token: "exact"},
    					"*.two.three.com":        {Token: "first"},
    					"*.three.com":            {Token: "second"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/networkfilter_test.go

    				Protocol:   "CONNECT",
    				TargetHost: "example.com",
    				TargetPort: 8443,
    			},
    		},
    	}
    	tunnelingEnabledWithoutProtocol := &networking.DestinationRule{
    		Host: "tunnel-proxy.com",
    		TrafficPolicy: &networking.TrafficPolicy{
    			Tunnel: &networking.TrafficPolicy_TunnelSettings{
    				TargetHost: "example.com",
    				TargetPort: 8443,
    			},
    		},
    	}
    	tunnelingEnabledForSubset := &networking.DestinationRule{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/flag_values_enable_egressgateway.golden.yaml

        release: istio
      name: istio-egressgateway
      namespace: istio-system
    spec:
      ports:
      - name: http2
        port: 80
        protocol: TCP
        targetPort: 8080
      - name: https
        port: 443
        protocol: TCP
        targetPort: 8443
      selector:
        app: istio-egressgateway
        istio: egressgateway
      type: ClusterIP
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 19:39:36 UTC 2023
    - 566 bytes
    - Viewed (0)
  7. pilot/pkg/networking/telemetry/telemetry_test.go

    			"",
    			0,
    			&model.Port{Name: "grpc-svc", Port: 7443, Protocol: "GRPC"},
    			&model.ServiceAttributes{
    				ServiceRegistry: provider.Kubernetes,
    				Name:            "reviews",
    				Namespace:       "namespace1",
    			},
    			"reviews.namespace1.7443",
    		},
    		{
    			"Service FQDN only pattern",
    			"%SERVICE_FQDN%",
    			"reviews.default.svc.cluster.local",
    			"",
    			0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 02:38:43 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/deployment-service-no-selector.yaml

    apiVersion: v1
    kind: Service
    metadata:
      name: svc-no-selector
      namespace: default
    spec:
      ports:
        - name: https
          port: 443
          protocol: TCP
          targetPort: 6443
    ---
    # this deployment is not associated with any service, so it should generate a warning
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: helloworld-v2
      namespace: default
      labels:
        app: helloworld
        version: v2
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 03:43:16 UTC 2023
    - 894 bytes
    - Viewed (0)
  9. tests/integration/telemetry/policy/helper_test.go

    					Name:         "https",
    					Protocol:     protocol.HTTPS,
    					ServicePort:  443,
    					WorkloadPort: 8443,
    					TLS:          true,
    				},
    				{
    					// HTTPS port, there will be an HTTP service defined on this port that will match
    					Name:        "https-conflict",
    					Protocol:    protocol.HTTPS,
    					ServicePort: 9443,
    					TLS:         true,
    				},
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  10. tests/integration/security/ca_custom_root/main_test.go

    			},
    		},
    		ServiceAccount: true,
    		Ports: []echo.Port{
    			{
    				Name:         "https",
    				Protocol:     protocol.HTTPS,
    				ServicePort:  443,
    				WorkloadPort: 8443,
    				TLS:          true,
    			},
    		},
    		TLSSettings: &common.TLSSettings{
    			RootCert:      rootCert,
    			ClientCert:    clientCert,
    			Key:           Key,
    			AcceptAnyALPN: true,
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top