Versions in this module Expand all Collapse all v0 v0.0.0 May 19, 2026 Changes in this version + var KubeConfig string + var KubeContext string + var NoColor bool + var RunE2E bool + func CheckEnv(keys ...string) (map[string]string, error) + func CleanupNamespaces() + func Colorf(format string, a ...any) string + func FColorf(f io.Writer, format string, a ...any) error + func FColorfln(f io.Writer, format string, a ...any) error + func FindRepoRoot() (string, error) + func PreflightChecks() error + func RunCmd(t *testing.T, name string, args ...string) + func RunCmdWithEnv(t *testing.T, env []string, name string, args ...string) + func RunTestMain(m *testing.M) int + type Clients struct + CRD *apiextensionsclientset.Clientset + K8s *kubernetes.Clientset + SubstrateAPI *client.Client + SubstrateK8s *versioned.Clientset + func GetClients() *Clients + func NewClients(ctx context.Context) (*Clients, error) + func (c *Clients) Close() + type ColorWriter struct + ANSI string + W io.Writer + func (cw *ColorWriter) Write(p []byte) (n int, err error) + type IndentWriter struct + Val string + W io.Writer + func NewIndentWriter(w io.Writer, indent string) *IndentWriter + func (iw *IndentWriter) Write(p []byte) (n int, err error) + type Namespace struct + Name string + func CreateNamespace(t *testing.T) *Namespace + func (ns *Namespace) Delete(t *testing.T)