Documentation
¶
Index ¶
- Constants
- type RBCache
- func (c *RBCache) AddHandler(_ 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) ListRulesForObject(ctx context.Context, object *unstructured.Unstructured) []rules.RuleEvaluator
- func (c *RBCache) ModifyHandler(_ context.Context, obj runtime.Object)
- func (c *RBCache) WatchResources() []watcher.WatchResource
Constants ¶
View Source
const (
IncludeClusterObjects = "includeClusterObjects"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RBCache ¶
type RBCache struct {
// contains filtered or unexported fields
}
func NewCache ¶
func NewCache(k8sClient k8sclient.K8sClientInterface) *RBCache
func (*RBCache) AddNotifier ¶
func (c *RBCache) AddNotifier(n *chan rulebindingmanager.RuleBindingNotify)
func (*RBCache) DeleteHandler ¶
func (*RBCache) ListRulesForObject ¶
func (c *RBCache) ListRulesForObject(ctx context.Context, object *unstructured.Unstructured) []rules.RuleEvaluator
func (*RBCache) ModifyHandler ¶
func (*RBCache) WatchResources ¶
func (c *RBCache) WatchResources() []watcher.WatchResource
Click to show internal directories.
Click to hide internal directories.