Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 171 for p443 (0.43 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  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. 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)
  7. 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)
  8. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/lastappliedmanager_test.go

    metadata:
      name: test
    spec:
      ports:
      - name: https
        port: 443
        protocol: TCP
        targetPort: 8443
      selector:
        old: test
    `),
    			applied: []byte(`
    # All accepted while using the same field manager
    
    apiVersion: v1
    kind: Service
    metadata:
      name: test
    spec:
      ports:
      - name: https
        port: 443
        protocol: TCP
        targetPort: 8444
      selector:
        new: test
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 20K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    	}
    
    	sidecarInboundServiceIn := []*cluster.Cluster{
    		{Name: "inbound|7443||", DnsLookupFamily: cluster.Cluster_V4_ONLY, LbPolicy: cluster.Cluster_ROUND_ROBIN},
    	}
    	sidecarInboundServiceOut := []*cluster.Cluster{
    		{
    			Name: "inbound|7443||", ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_EDS},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  10. pilot/pkg/xds/testdata/none_lds_tcp.json

                        "cluster": {
                          "Kind": {
                            "StringValue": "outbound|2443||www1.googleapis.com"
                          }
                        },
                        "stat_prefix": {
                          "Kind": {
                            "StringValue": "outbound|2443||www1.googleapis.com"
                          }
                        }
                      }
                    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
Back to top