Versions in this module Expand all Collapse all v0 v0.1.3 May 16, 2020 v0.1.2 May 13, 2020 Changes in this version + type Dependent interface + Construct func() error + GetRuntimeObj func() runtime.Object + type DependentMgr struct + Client client.Client + Labels map[string]string + Name string + Namespace string + Owner metav1.Object + Scheme *runtime.Scheme + func NewDependentMgr(owner metav1.Object, client client.Client, scheme *runtime.Scheme, ...) *DependentMgr + func (dm *DependentMgr) Create(d Dependent) (bool, error) + func (dm *DependentMgr) GetOrCreate(d Dependent) (bool, error)