Versions in this module Expand all Collapse all v0 v0.0.1 Aug 10, 2023 Changes in this version + const CrossplaneNamespace + func ApplyProviderConfig(ctx context.Context, cfg *envconf.Config) (context.Context, error) + func ApplySecretInCrossplaneNamespace(name string, data map[string]string) env.Func + func AwaitCRDsEstablished(ctx context.Context, cfg *envconf.Config) (context.Context, error) + func Compose(envfuncs ...env.Func) env.Func + func Conditional(fn env.Func, condition bool) env.Func + func CreateTestNamespace(ctx context.Context, cfg *envconf.Config) (context.Context, error) + func DeleteTestNamespace(ctx context.Context, cfg *envconf.Config) (context.Context, error) + func DumpKindLogs(clusterName string) env.Func + func DumpKubernetesLogs(ctx context.Context, identifier string) (context.Context, error) + func IgnoreErr(fn env.Func) env.Func + func InstallCrossplane(clusterName string) env.Func + func InstallCrossplaneProvider(clusterName string, opts InstallCrossplaneProviderOptions) env.Func + func LoadSchemas(addToSchemaFuncs ...func(s *runtime.Scheme) error) env.Func + func SetClusterName(clusterName string) env.Func + type InstallCrossplaneProviderOptions struct + ControllerConfig *v1alpha1.ControllerConfig + ControllerImage *string + Name string + Package string