Versions in this module Expand all Collapse all v0 v0.10.0 Oct 21, 2022 Changes in this version + type DeployStrategy string + const DeployUsingHelmChart + const DeployUsingOperator + const DeployUsingYaml + type Handler struct + CreateFn func(context.Context) error + DeleteFn func(context.Context) error + IsCreated func(context.Context) bool + IsDeleted func(context.Context) bool + func NewHandler(t *testing.T, config HandlerConfig) *Handler + func (h *Handler) Create(ctx context.Context, t *testing.T) error + func (h *Handler) Delete(ctx context.Context, t *testing.T) error + type HandlerConfig struct + EnableWebhookServer bool + HelmChartDir string + Namespace string + OperatorDir string + OperatorNamespace string + Strategy DeployStrategy + TestEnvConfig *envconf.Config + YamlDir string