Versions in this module Expand all Collapse all v0 v0.4.24 Oct 8, 2019 Changes in this version + type ChildrenListener struct + func NewChildrenListener(clientSet k8sclientset.Interface, reconciliationInterval time.Duration, ...) (*ChildrenListener, error) + func (s *ChildrenListener) StartAndWaitForFullSync(stop chan struct{}) bool + type NameAndNamespace struct + Name string + Namespace string + type ResourceUpdaterProvider interface + func NewImpersonatingResourceUpdaterProvider(config rest.Config, ownerCache StackOwnerCacher) ResourceUpdaterProvider + type StackListener struct + func NewStackListener(clientSet clientset.Interface, reconciliationInterval time.Duration, ...) *StackListener + func (s *StackListener) Start(stop chan struct{}) + type StackOwnerCacher interface + func NewStackOwnerCache(config *rest.Config) (StackOwnerCacher, error) + type StackReconciler struct + func NewStackReconciler(stackStore stackStore, childrenStore childrenStore, ...) (*StackReconciler, error) + func (r *StackReconciler) Start(reconcileQueue <-chan string, deletionQueue <-chan *latest.Stack, ...) + type TestCase struct + Children *stackresources.StackState + Stack *latest.Stack