package
0.0.0-20250307102023-3989c0d2e7ba
Repository: https://github.com/keel-hq/keel.git
Documentation: pkg.go.dev

# Functions

NewBuffer returns a ResourceEventHandler which buffers and serialises ResourceEventHandler events.
NewGenericResource - create new generic k8s resource.
WatchCronJobs creates a SharedInformer for batch_v1.CronJob and registers it with g.
WatchDaemonSets creates a SharedInformer for apps/v1.DaemonSet and registers it with g.
WatchDeployments creates a SharedInformer for apps/v1.Deployments and registers it with g.
WatchStatefulSets creates a SharedInformer for apps/v1.StatefulSet and registers it with g.

# Structs

Cond implements a condition variable, a rendezvous point for goroutines waiting for or announcing the occurence of an event.
GenericResource - generic resource, used to work with multiple kinds of k8s resources.
GenericResourceCache - storage for generic resources with a rendezvous point for goroutines waiting for or announcing the occurence of a cache events.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author