Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestEnvConfig ¶
type TestEnvConfig struct { WebhookURL string ListenAddress string KubeConfigPath string WebhookCertPath string WebhookCertKeyPath string WebhookCert string }
TestEnvConfig has the integration tests environment configuration.
func GetTestEnvConfig ¶
func GetTestEnvConfig(t *testing.T) TestEnvConfig
GetTestEnvConfig returns the configuration that should have the environment so the integration tests can be run.
Click to show internal directories.
Click to hide internal directories.