Documentation ¶
Index ¶
- func ExpectGrpcHealthOK(rootca *string, envoyPort uint32, service string)
- func ExpectHttpOK(body []byte, rootca *string, envoyPort uint32, response string)
- func ExpectHttpOKWithOffset(offset int, body []byte, rootca *string, envoyPort uint32, response string)
- func StartSslProxy(ctx context.Context, port uint32) uint32
- func StartSslProxyWithHelloCB(ctx context.Context, port uint32, cb func(chi *tls.ClientHelloInfo)) uint32
- func TestUpstreamReachable(envoyPort uint32, tu *TestUpstream, rootca *string)
- func TestUpstreamReachableWithOffset(offset int, envoyPort uint32, tu *TestUpstream, rootca *string)
- type ReceivedRequest
- type TestUpstream
- func NewTestGRPCUpstream(ctx context.Context, addr string, replicas int) *TestUpstream
- func NewTestHttpUpstream(ctx context.Context, addr string) *TestUpstream
- func NewTestHttpUpstreamWithReply(ctx context.Context, addr, reply string) *TestUpstream
- func NewTestHttpsUpstreamWithReply(ctx context.Context, addr, reply string) *TestUpstream
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpectGrpcHealthOK ¶ added in v1.2.15
func ExpectHttpOK ¶ added in v0.18.3
func ExpectHttpOKWithOffset ¶ added in v1.5.6
func StartSslProxyWithHelloCB ¶ added in v1.5.5
func TestUpstreamReachable ¶ added in v0.14.0
func TestUpstreamReachable(envoyPort uint32, tu *TestUpstream, rootca *string)
func TestUpstreamReachableWithOffset ¶ added in v1.5.6
func TestUpstreamReachableWithOffset(offset int, envoyPort uint32, tu *TestUpstream, rootca *string)
Types ¶
type ReceivedRequest ¶
type TestUpstream ¶
type TestUpstream struct { Upstream *gloov1.Upstream C <-chan *ReceivedRequest Address string Port uint32 GrpcServers []*testgrpcservice.TestGRPCServer }
func NewTestGRPCUpstream ¶ added in v0.17.0
func NewTestGRPCUpstream(ctx context.Context, addr string, replicas int) *TestUpstream
func NewTestHttpUpstream ¶
func NewTestHttpUpstream(ctx context.Context, addr string) *TestUpstream
func NewTestHttpUpstreamWithReply ¶ added in v0.18.29
func NewTestHttpUpstreamWithReply(ctx context.Context, addr, reply string) *TestUpstream
func NewTestHttpsUpstreamWithReply ¶ added in v1.4.0
func NewTestHttpsUpstreamWithReply(ctx context.Context, addr, reply string) *TestUpstream
func (*TestUpstream) FailGrpcHealthCheck ¶ added in v0.18.36
func (tu *TestUpstream) FailGrpcHealthCheck() *testgrpcservice.TestGRPCServer
Click to show internal directories.
Click to hide internal directories.