Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for protocolType (0.16 sec)

  1. istioctl/pkg/waypoint/waypoint.go

    			},
    			Spec: gateway.GatewaySpec{
    				GatewayClassName: constants.WaypointGatewayClassName,
    				Listeners: []gateway.Listener{{
    					Name:     "mesh",
    					Port:     15008,
    					Protocol: gateway.ProtocolType(protocol.HBONE),
    				}},
    			},
    		}
    
    		// only label if the user has provided their own value, otherwise we let istiod choose a default at runtime (service)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:33 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    	// actually store the attached route count in the status
    	ReportAttachedRoutes func()
    	SectionName          k8s.SectionName
    	Port                 k8s.PortNumber
    	Protocol             k8s.ProtocolType
    }
    
    // routeParentReference holds information about a route's parent reference
    type routeParentReference struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

              implementation not supporting this route type need not follow the requirement
              unless explicitly indicated.
    
    
              Implementations supporting `GRPCRoute` with the `HTTPS` `ProtocolType` MUST
              accept HTTP/2 connections without an initial upgrade from HTTP/1.1, i.e. via
              ALPN. If the implementation does not support this, then it MUST set the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top