Documentation ¶
Index ¶
- type ConnectACLsE2ETest
- func (tc *ConnectACLsE2ETest) AfterAll(f *framework.F)
- func (tc *ConnectACLsE2ETest) AfterEach(f *framework.F)
- func (tc *ConnectACLsE2ETest) BeforeAll(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsConnectDemo(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsConnectIngressGatewayDemo(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsConnectNativeDemo(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsConnectTerminatingGatewayDemo(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterFakeOperatorToken(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterMasterToken(f *framework.F)
- func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterMissingOperatorToken(f *framework.F)
- type ConnectClientStateE2ETest
- type ConnectE2ETest
- func (tc *ConnectE2ETest) AfterEach(f *framework.F)
- func (tc *ConnectE2ETest) BeforeAll(f *framework.F)
- func (tc *ConnectE2ETest) TestConnectCustomSidecarExposed(f *framework.F)
- func (tc *ConnectE2ETest) TestConnectDemo(f *framework.F)
- func (tc *ConnectE2ETest) TestConnectIngressGatewayDemo(f *framework.F)
- func (tc *ConnectE2ETest) TestConnectMultiIngressGatewayDemo(f *framework.F)
- func (tc *ConnectE2ETest) TestConnectNativeDemo(f *framework.F)
- func (tc *ConnectE2ETest) TestConnectTerminatingGatewayDemo(f *framework.F)
- func (tc *ConnectE2ETest) TestMultiServiceConnect(f *framework.F)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectACLsE2ETest ¶ added in v0.10.4
func (*ConnectACLsE2ETest) AfterAll ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) AfterAll(f *framework.F)
AfterAll runs after all tests are complete.
We disable ConsulACLs in here to isolate the use of Consul ACLs only to test suites that explicitly want to test with them enabled.
func (*ConnectACLsE2ETest) AfterEach ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) AfterEach(f *framework.F)
AfterEach does cleanup of Consul ACL objects that were created during each test case. Each test case may assume it is starting from a "fresh" state - as if the consul ACL bootstrap process had just taken place.
func (*ConnectACLsE2ETest) BeforeAll ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) BeforeAll(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsConnectDemo ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) TestConnectACLsConnectDemo(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsConnectIngressGatewayDemo ¶ added in v1.0.0
func (tc *ConnectACLsE2ETest) TestConnectACLsConnectIngressGatewayDemo(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsConnectNativeDemo ¶ added in v0.12.1
func (tc *ConnectACLsE2ETest) TestConnectACLsConnectNativeDemo(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsConnectTerminatingGatewayDemo ¶ added in v1.0.4
func (tc *ConnectACLsE2ETest) TestConnectACLsConnectTerminatingGatewayDemo(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsRegisterFakeOperatorToken ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterFakeOperatorToken(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsRegisterMasterToken ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterMasterToken(f *framework.F)
func (*ConnectACLsE2ETest) TestConnectACLsRegisterMissingOperatorToken ¶ added in v0.10.4
func (tc *ConnectACLsE2ETest) TestConnectACLsRegisterMissingOperatorToken(f *framework.F)
type ConnectClientStateE2ETest ¶
func (*ConnectClientStateE2ETest) AfterEach ¶
func (tc *ConnectClientStateE2ETest) AfterEach(f *framework.F)
func (*ConnectClientStateE2ETest) BeforeAll ¶
func (tc *ConnectClientStateE2ETest) BeforeAll(f *framework.F)
func (*ConnectClientStateE2ETest) TestClientRestart ¶
func (tc *ConnectClientStateE2ETest) TestClientRestart(f *framework.F)
type ConnectE2ETest ¶
func (*ConnectE2ETest) AfterEach ¶
func (tc *ConnectE2ETest) AfterEach(f *framework.F)
func (*ConnectE2ETest) BeforeAll ¶
func (tc *ConnectE2ETest) BeforeAll(f *framework.F)
func (*ConnectE2ETest) TestConnectCustomSidecarExposed ¶ added in v1.0.4
func (tc *ConnectE2ETest) TestConnectCustomSidecarExposed(f *framework.F)
TestConnectCustomSidecarExposed tests that a connect sidecar with custom task definition can also make use of the expose service check feature.
func (*ConnectE2ETest) TestConnectDemo ¶
func (tc *ConnectE2ETest) TestConnectDemo(f *framework.F)
TestConnectDemo tests the demo job file used in Connect Integration examples.
func (*ConnectE2ETest) TestConnectIngressGatewayDemo ¶ added in v1.0.0
func (tc *ConnectE2ETest) TestConnectIngressGatewayDemo(f *framework.F)
func (*ConnectE2ETest) TestConnectMultiIngressGatewayDemo ¶ added in v1.0.4
func (tc *ConnectE2ETest) TestConnectMultiIngressGatewayDemo(f *framework.F)
func (*ConnectE2ETest) TestConnectNativeDemo ¶ added in v0.12.1
func (tc *ConnectE2ETest) TestConnectNativeDemo(f *framework.F)
TestConnectNativeDemo tests the demo job file used in Connect Native Integration examples.
func (*ConnectE2ETest) TestConnectTerminatingGatewayDemo ¶ added in v1.0.4
func (tc *ConnectE2ETest) TestConnectTerminatingGatewayDemo(f *framework.F)
func (*ConnectE2ETest) TestMultiServiceConnect ¶ added in v0.10.4
func (tc *ConnectE2ETest) TestMultiServiceConnect(f *framework.F)
TestMultiServiceConnect tests running multiple envoy sidecars in the same allocation.