Documentation ¶
Index ¶
Constants ¶
View Source
const ( RootPrivateKey = "" /* 3322-byte string literal not displayed */ RootCertificate = "" /* 2022-byte string literal not displayed */ IntermediatePrivateKey = "" /* 3322-byte string literal not displayed */ IntermediateCertificate = "" /* 1968-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerTest ¶
type ControllerTest struct { K8sClient client.Client TestEnv *envtest.Environment VaultEnv testenv.TestEnv RootAPI vault.API K8sEnv testhelper.KubernetesTestHelper DefaultCipherText string RootPrivateKeyCipherText string RootCertificateCipherText string IntermediatePrivateKeyCipherText string IntermediateCertificateCipherText string }
func NewControllerTest ¶
func NewControllerTest() *ControllerTest
func (*ControllerTest) AfterSuiteTeardown ¶
func (c *ControllerTest) AfterSuiteTeardown()
func (*ControllerTest) BeforeSuiteSetup ¶
func (c *ControllerTest) BeforeSuiteSetup()
Click to show internal directories.
Click to hide internal directories.