Versions in this module Expand all Collapse all v1 v1.0.0 Apr 26, 2019 Changes in this version + var Mapper = NewResourceMapper() + func WaitForJobCompletion(ctx context.Context, client batchclientv1.JobsGetter, job *batchv1.Job) error + type Interface interface + Do func(context.Context) error + WithMode func(Mode) Interface + WithModifier func(MetaV1ObjectModifierFunc) Interface + func New(mapper *ResourceMapper, rest *rest.Config, m lib.Manifest) (Interface, error) + type MetaV1ObjectModifierFunc func(metav1.Object) + type Mode int + const InitializingMode + const ReconcilingMode + const UpdatingMode + type NewInteraceFunc func(rest *rest.Config, m lib.Manifest) Interface + type ResourceMapper struct + func NewResourceMapper() *ResourceMapper + func (rm *ResourceMapper) AddToMap(irm *ResourceMapper) + func (rm *ResourceMapper) Exists(gvk schema.GroupVersionKind) bool + func (rm *ResourceMapper) RegisterGVK(gvk schema.GroupVersionKind, f NewInteraceFunc) + type RetryLaterError struct + Message string + func (e *RetryLaterError) Error() string Incompatible versions in this module v3.11.0+incompatible Sep 5, 2018