package
0.5.0-test1
Repository: https://github.com/ezodude/compose-on-kubernetes.git
Documentation: pkg.go.dev

# Functions

NewChildrenListener creates a ChildrenListener.
NewImpersonatingResourceUpdaterProvider creates a ResourceUpdaterProvider that impersonate api calls.
NewStackListener creates a StackListener.
NewStackOwnerCache creates a stackOwnerCache.
NewStackReconciler creates a StackReconciler.

# Structs

ChildrenListener listens to changes from resources created for a stack.
NameAndNamespace is a name/namespace pair.
StackListener listen for changes in stacks from the API.
StackReconciler reconciles stack into children objects.
TestCase is a serializable type used to combine a stack and its children for a record & replay test scenario.

# Interfaces

ResourceUpdaterProvider is a factory providing resource updaters for a given stack (default implementation generates an impersonating clientset).
StackOwnerCacher describes a component capable of caching stack ownership data.