Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for connect_terminate (0.22 sec)

  1. pilot/pkg/networking/core/waypoint.go

    import (
    	"istio.io/istio/pilot/pkg/model"
    	"istio.io/istio/pkg/config/host"
    	"istio.io/istio/pkg/maps"
    	"istio.io/istio/pkg/util/sets"
    )
    
    const (
    	// ConnectTerminate is the name for the resources associated with the termination of HTTP CONNECT.
    	ConnectTerminate = "connect_terminate"
    
    	// MainInternalName is the name for the resources associated with the main (non-tunnel) internal listener.
    	MainInternalName = "main_internal"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/compare/testdata/configdump_diff.json

          "version_info": "2024-03-04T08:37:44Z/4",
          "dynamic_listeners": [
            {
              "name": "connect_terminate",
              "active_state": {
                "listener": {
                  "@type": "type.googleapis.com/envoy.config.listener.v3.Listener",
                  "name": "connect_terminate",
                  "address": {
                    "socket_address": {
                      "address": "0.0.0.0",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump.json

          "version_info": "2024-03-04T08:37:44Z/4",
          "dynamic_listeners": [
            {
              "name": "connect_terminate",
              "active_state": {
                "listener": {
                  "@type": "type.googleapis.com/envoy.config.listener.v3.Listener",
                  "name": "connect_terminate",
                  "address": {
                    "socket_address": {
                      "address": "0.0.0.0",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  4. istioctl/pkg/authz/testdata/configdump.yaml

          },
          "last_updated": "2023-06-20T09:08:58.887Z"
         }
        },
        {
         "name": "connect_terminate",
         "active_state": {
          "version_info": "2023-06-20T09:07:41Z/3",
          "listener": {
           "@type": "type.googleapis.com/envoy.config.listener.v3.Listener",
           "name": "connect_terminate",
           "address": {
            "socket_address": {
             "address": "0.0.0.0",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  5. pilot/pkg/networking/core/listener_waypoint.go

    	ph := GetProxyHeaders(lb.node, lb.push, istionetworking.ListenerClassSidecarInbound)
    	h := &hcm.HttpConnectionManager{
    		StatPrefix: ConnectTerminate,
    		RouteSpecifier: &hcm.HttpConnectionManager_RouteConfig{
    			RouteConfig: &route.RouteConfiguration{
    				Name: "default",
    				VirtualHosts: []*route.VirtualHost{{
    					Name:    "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top