Documentation ¶
Index ¶
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RBCache ¶
type RBCache struct {
// contains filtered or unexported fields
}
func (*RBCache) AddNotifier ¶
func (c *RBCache) AddNotifier(n *chan rulebindingmanager.RuleBindingNotify)
func (*RBCache) DeleteHandler ¶
func (*RBCache) GetRuleCreator ¶ added in v0.2.145
func (c *RBCache) GetRuleCreator() ruleengine.RuleCreator
Expose the rule creator to be able to create rules from third party.
func (*RBCache) ListRulesForPod ¶
func (c *RBCache) ListRulesForPod(namespace, name string) []ruleengine.RuleEvaluator
func (*RBCache) ModifyHandler ¶
func (*RBCache) WatchResources ¶
func (c *RBCache) WatchResources() []watcher.WatchResource
Click to show internal directories.
Click to hide internal directories.