Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkHTTP (1.04 sec)

  1. pkg/test/framework/components/authz/kube.go

    					// HTTP protocol doesn't support raw TCP requests.
    					return !p.IsTCP()
    				},
    				targetSupported: func(echo.Target) bool {
    					return true
    				},
    				check: checkHTTP,
    			},
    			&providerImpl{
    				name: grpcName,
    				api:  GRPC,
    				protocolSupported: func(protocol.Instance) bool {
    					return true
    				},
    				targetSupported: func(echo.Target) bool {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top