Versions in this module Expand all Collapse all v0 v0.1.0 Dec 20, 2019 Changes in this version + const Name + func IsInvalidCR(err error) bool + func IsInvalidConfig(err error) bool + type Config struct + K8sClient k8sclient.Interface + Logger micrologger.Logger + Resolver Resolver + type Resolver struct + RoundRobinAttempts int + 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