Versions in this module Expand all Collapse all v3 v3.2.0 Jan 24, 2022 Changes in this version + const Name + func IsInvalidConfig(err error) bool + type Config struct + K8sClient k8sclient.Interface + Logger micrologger.Logger + type Resource struct + func New(config Config) (*Resource, error) + func (r *Resource) EnsureCreated(ctx context.Context, obj interface{}) error + func (r *Resource) EnsureDeleted(ctx context.Context, obj interface{}) error + func (r *Resource) Name() string Other modules containing this package github.com/giantswarm/release-operator/v2 github.com/giantswarm/release-operator/v4