Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 792 for Routing (0.23 sec)

  1. cni/README.md

    - Sets up redirection with newly-started (or newly-added, previously-started) application pods such that traffic from application pods is forwarded to the local node's ztunnel pod.
    - Configures required iptables, sockets, and packet routing miscellanea within the `ztunnel` and application pod network namespaces to make that happen.
    
    This component accomplishes that in the following ways:
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/networking/v1beta1/types_swagger_doc_generated.go

    	"secretName": "secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.",
    }
    
    func (IngressTLS) SwaggerDoc() map[string]string {
    	return map_IngressTLS
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  3. pkg/dns/server/name_table.go

    						// our logic other parts of the code, where cross-cluster is the default.
    						// However, this only impacts the DNS response. If we were to send all
    						// endpoints, cross network routing would break, as we do passthrough LB and
    						// don't go through the network gateway. While we could, hypothetically, send
    						// "network-local" endpoints, this would still make enabling DNS give vastly
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 07:19:38 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/services.go

    			},
    			Mode: workloadapi.LoadBalancing_FAILOVER,
    		}
    	}
    	if svc.Labels[constants.ManagedGatewayLabel] == constants.ManagedGatewayMeshControllerLabel {
    		// This is waypoint. Enable locality routing
    		lb = &workloadapi.LoadBalancing{
    			// Prefer endpoints in close zones, but allow spilling over to further endpoints where required.
    			RoutingPreference: []workloadapi.LoadBalancing_Scope{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 12:29:55 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/networking/v1beta1/generated.proto

      // port 443. Field is left optional to allow TLS routing based on SNI
      // hostname alone. If the SNI host in a listener conflicts with the "Host"
      // header field used by an IngressRule, the SNI host is used for termination
      // and value of the Host header is used for routing.
      // +optional
      optional string secretName = 2;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  6. src/crypto/tls/key_schedule.go

    	if err != nil {
    		// Rather than calling BytesOrPanic, we explicitly handle this error, in
    		// order to provide a reasonable error message. It should be basically
    		// impossible for this to panic, and routing errors back through the
    		// tree rooted in this function is quite painful. The labels are fixed
    		// size, and the context is either a fixed-length computed hash, or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 14:56:25 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/networking/v1beta1/generated.proto

      // port 443. Field is left optional to allow TLS routing based on SNI
      // hostname alone. If the SNI host in a listener conflicts with the "Host"
      // header field used by an IngressRule, the SNI host is used for termination
      // and value of the Host header is used for routing.
      // +optional
      optional string secretName = 2;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/discovery/v1beta1/types_swagger_doc_generated.go

    var map_EndpointHints = map[string]string{
    	"":         "EndpointHints provides hints describing how an endpoint should be consumed.",
    	"forZones": "forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. May contain a maximum of 8 entries.",
    }
    
    func (EndpointHints) SwaggerDoc() map[string]string {
    	return map_EndpointHints
    }
    
    var map_EndpointPort = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:26:19 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  9. releasenotes/README.md

    # issue is a list of GitHub issues resolved in this note.
    issue:
      - https://github.com/istio/istio/issues/23622
      - 23624
    
    docs:
     - '[usage] https://istio.io/latest/docs/tasks/traffic-management/request-routing/'
     - '[reference] https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/'
    
    releaseNotes:
    - |
      **Fixed** an issue preventing the operator from recreating watched resources if they are deleted
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 09 20:31:49 UTC 2021
    - 5.1K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/discovery/v1/generated.proto

    }
    
    // EndpointHints provides hints describing how an endpoint should be consumed.
    message EndpointHints {
      // forZones indicates the zone(s) this endpoint should be consumed by to
      // enable topology aware routing.
      // +listType=atomic
      repeated ForZone forZones = 1;
    }
    
    // EndpointPort represents a Port used by an EndpointSlice
    // +structType=atomic
    message EndpointPort {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top