Versions in this module Expand all Collapse all v5 v5.0.0 May 25, 2021 Changes in this version + type Interface interface + Controller func() *controller.Controller + CreateObject func(ctx context.Context, namespace string, obj interface{}) (interface{}, error) + DeleteObject func(ctx context.Context, name, namespace string) error + GetObject func(ctx context.Context, name, namespace string) (interface{}, error) + MustSetup func(namespace string) + MustTeardown func(namespace string) + UpdateObject func(ctx context.Context, namespace string, obj interface{}) (interface{}, error) Other modules containing this package github.com/giantswarm/operatorkit github.com/giantswarm/operatorkit/v2 github.com/giantswarm/operatorkit/v4 github.com/giantswarm/operatorkit/v6 github.com/giantswarm/operatorkit/v7 github.com/giantswarm/operatorkit/v8