Documentation ¶
Index ¶
- Constants
- func DisableIntegrationTests() error
- func EnableIntegrationTests() error
- func GetConfigFile() (string, error)
- func IntegrationTest(t *testing.T)
- func ReadFile(t *testing.T, file string) []byte
- func ReadKubeconfig(t *testing.T) string
- func ReadManifest(t *testing.T, fileName string) string
- func ReadManifestToUnstructured(t *testing.T, filename string) []*unstructured.Unstructured
- func RestConfig(t *testing.T, kubeconfig string) *rest.Config
Constants ¶
View Source
const (
EnvIntegrationTests = "RECONCILER_INTEGRATION_TESTS"
)
Variables ¶
This section is empty.
Functions ¶
func DisableIntegrationTests ¶
func DisableIntegrationTests() error
func EnableIntegrationTests ¶
func EnableIntegrationTests() error
func GetConfigFile ¶
func IntegrationTest ¶
func ReadKubeconfig ¶
func ReadManifestToUnstructured ¶
func ReadManifestToUnstructured(t *testing.T, filename string) []*unstructured.Unstructured
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.