Versions in this module Expand all Collapse all v0 v0.2.253 Apr 7, 2025 Changes in this version + type RBCache struct + func NewCache(nodeName string, k8sClient k8sclient.K8sClientInterface) *RBCache + func NewCacheMock(nodeName string) *RBCache + func (c *RBCache) AddHandler(ctx context.Context, obj runtime.Object) + func (c *RBCache) AddNotifier(n *chan rulebindingmanager.RuleBindingNotify) + func (c *RBCache) DeleteHandler(_ context.Context, obj runtime.Object) + func (c *RBCache) GetRuleCreator() ruleengine.RuleCreator + func (c *RBCache) ListRulesForPod(namespace, name string) []ruleengine.RuleEvaluator + func (c *RBCache) ModifyHandler(ctx context.Context, obj runtime.Object) + func (c *RBCache) WatchResources() []watcher.WatchResource