Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 473 for p443 (0.06 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. tests/integration/iop-integration-test-defaults-with-quic.yaml

                targetPort: 15021
                name: status-port
              - port: 80
                targetPort: 8080
                name: http2
              - port: 443
                targetPort: 8443
                name: https
              - port: 443
                targetPort: 8443
                name: http3
                protocol: UDP
      values:
        pilot:
          env:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 23 23:20:19 UTC 2022
    - 718 bytes
    - Viewed (0)
  5. tests/testdata/config/external_services.yaml

    metadata:
      name: external-svc-ports
      namespace: testns
    spec:
       hosts:
       - ports.extsvc.com
       - ports1.extsvc.com
    #   - *.ports2.extsvc.com
       ports:
       - number: 443
         name: extsvc-https
         protocol: HTTPS # not HTTPS.
       - number: 8443
         name: https-ports2
         protocol: HTTP
       resolution: DNS
    
    ---
    
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: external-svc-dst
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.9K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json

                                    "socketAddress": {
                                        "address": "10.244.0.156",
                                        "portValue": 6443
                                    }
                                },
                                "healthCheckConfig": {}
                            },
                            "healthStatus": "HEALTHY",
                            "metadata": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 40.4K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml

        loadBalancingWeight: 1
        locality: {}
      policy:
        overprovisioningFactor: 140
    - clusterName: outbound|443||cert-manager-istio-csr.cert-manager.svc.cluster.local
      endpoints:
      - lbEndpoints:
        - endpoint:
            address:
              socketAddress:
                address: 10.244.0.156
                portValue: 6443
            healthCheckConfig: {}
          healthStatus: HEALTHY
          loadBalancingWeight: 1
          metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  8. 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)
  9. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                    "socket_address": {
                                                        "address": "10.244.0.156",
                                                        "port_value": 6443
                                                    }
                                                },
                                                "health_check_config": {}
                                            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
  10. 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)
Back to top