Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 131 for vips (0.41 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/waypoints.go

    	Port     uint32
    	Protocol workloadapi.ApplicationTunnel_Protocol
    }
    
    type Waypoint struct {
    	krt.Named
    
    	// Addresses this Waypoint is reachable by. For stock Istio waypoints, this
    	// is is usually the VIP. Tere will always be at least one address in this
    	// list.
    	Addresses []netip.Addr
    
    	// DefaultBinding for an inbound zTunnel to use to connect to a Waypoint it captures.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:28 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. src/crypto/x509/name_constraints_test.go

    			},
    		},
    	},
    
    	// #51: URIs with IPs are rejected
    	{
    		roots: []constraintsSpec{
    			{
    				ok: []string{"uri:example.com"},
    			},
    		},
    		intermediates: [][]constraintsSpec{
    			{
    				{},
    			},
    		},
    		leaf: leafSpec{
    			sans: []string{"uri:http://1.2.3.4/"},
    		},
    		expectedError: "URI with IP",
    	},
    
    	// #52: URIs with IPs and ports are rejected
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 22:40:21 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  3. docs/en/data/external_links.yml

    Cosmos DB and FastAPI - author: Donny Peeters author_link: https://github.com/Donnype link: https://bitestreams.com/blog/fastapi-sqlalchemy/ title: 10 Tips for adding SQLAlchemy to FastAPI - author: Jessica Temporal author_link: https://jtemporal.com/socials link: https://jtemporal.com/tips-on-migrating-from-flask-to-fastapi-and-vice-versa/ title: Tips on migrating from Flask to FastAPI and vice-versa - author: Ankit Anchlia author_link: https://linkedin.com/in/aanchlia21 link: https://hackernoon.c...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  4. src/crypto/tls/bogo_config.json

    
            "*ECH-Server*": "no ECH server support",
            "SendV2ClientHello*": "We don't support SSLv2",
            "*QUIC*": "No QUIC support",
            "Compliance-fips*": "No FIPS",
            "*DTLS*": "No DTLS",
            "SendEmptyRecords*": "crypto/tls doesn't implement spam protections",
            "SendWarningAlerts*": "crypto/tls doesn't implement spam protections",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 15:52:42 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  5. src/net/lookup_test.go

    		t.Skip("IPv4 is required")
    	}
    
    	defer dnsWaitGroup.Wait()
    
    	for _, tt := range lookupGoogleIPTests {
    		ips, err := LookupIP(tt.name)
    		if err != nil {
    			t.Fatal(err)
    		}
    		if len(ips) == 0 {
    			t.Error("got no record")
    		}
    		for _, ip := range ips {
    			if ip.To4() == nil && ip.To16() == nil {
    				t.Errorf("got %v; want an IP address", ip)
    			}
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_builder.go

    	sidecarScope       *model.SidecarScope   // Computed sidecar for the proxy.
    	passThroughBindIPs []string              // Passthrough IPs to be used while building clusters.
    	supportsIPv4       bool                  // Whether Proxy IPs has IPv4 address.
    	supportsIPv6       bool                  // Whether Proxy IPs has IPv6 address.
    	sendHbone          bool                  // Does the proxy support HBONE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  7. pkg/proxy/endpointslicecache_test.go

    			},
    			expectedMap: map[ServicePortName][]*BaseEndpointInfo{},
    		},
    		// Make sure that different endpoints with duplicate IPs are returned correctly.
    		"Different endpoints with duplicate IPs should not be filtered": {
    			namespacedName: types.NamespacedName{Name: "svc1", Namespace: "ns1"},
    			hostname:       "host1",
    			endpointSlices: []*discovery.EndpointSlice{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  8. cni/pkg/nodeagent/informers.go

    			// then we will just fail to add the pod to the mesh, and it will be retried later when cni plugin adds it.
    
    			// We need a pod IP - if the pod was added via the CNI plugin, that plugin told us the IPs
    			// for the pod. If this is a pod added via informer, the pod should have already gone thru
    			// the CNI plugin chain, and have a PodIP.
    			//
    			// If PodIPs exists, it is preferred, otherwise fallback to PodIP.
    			//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:35 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. cluster/gce/config-test.sh

    MASTER_IP_RANGE=${MASTER_IP_RANGE:-10.246.0.0/24}
    # NODE_IP_RANGE is used when ENABLE_IP_ALIASES=true or CREATE_CUSTOM_NETWORK=true.
    # It is the primary range in the subnet and is the range used for node instance IPs.
    NODE_IP_RANGE=$(get-node-ip-range)
    export NODE_IP_RANGE
    
    export RUNTIME_CONFIG=${KUBE_RUNTIME_CONFIG:-}
    
    if [[ "${KUBE_FEATURE_GATES:-}" = 'AllAlpha=true' ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  10. pkg/kubelet/kuberuntime/kuberuntime_sandbox.go

    	podIPs := make([]string, 0)
    	if podSandbox.Network == nil {
    		klog.InfoS("Pod Sandbox status doesn't have network information, cannot report IPs", "pod", klog.KRef(podNamespace, podName))
    		return podIPs
    	}
    
    	// ip could be an empty string if runtime is not responsible for the
    	// IP (e.g., host networking).
    
    	// pick primary IP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top