Versions in this module Expand all Collapse all v8 v8.0.0 Jul 18, 2022 Changes in this version + func IsNotFound(err error) bool + func IsWrongTypeError(err error) bool + type Config struct + Name string + Namespace string + Resources []resource.Interface + type Wrapper struct + func New(config Config) (*Wrapper, error) + func (w Wrapper) Controller() *controller.Controller + func (w Wrapper) CreateObject(ctx context.Context, namespace string, obj interface{}) (interface{}, error) + func (w Wrapper) DeleteObject(ctx context.Context, name, namespace string) error + func (w Wrapper) GetObject(ctx context.Context, name, namespace string) (interface{}, error) + func (w Wrapper) MustSetup(ctx context.Context, namespace string) + func (w Wrapper) MustTeardown(ctx context.Context, namespace string) + func (w Wrapper) UpdateObject(ctx context.Context, namespace string, obj interface{}) (interface{}, error) Other modules containing this package github.com/giantswarm/operatorkit/v6 github.com/giantswarm/operatorkit/v7