Documentation
¶
Index ¶
- Constants
- type RBCache
- func (c *RBCache) AddHandler(ctx context.Context, obj *unstructured.Unstructured)
- func (c *RBCache) AddNotifier(n *chan rulebindingmanager.RuleBindingNotify)
- func (c *RBCache) DeleteHandler(_ context.Context, obj *unstructured.Unstructured)
- func (c *RBCache) ListRulesForObject(ctx context.Context, object *unstructured.Unstructured) []rules.RuleEvaluator
- func (c *RBCache) ModifyHandler(ctx context.Context, obj *unstructured.Unstructured)
- 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) AddHandler ¶
func (c *RBCache) AddHandler(ctx context.Context, obj *unstructured.Unstructured)
func (*RBCache) AddNotifier ¶
func (c *RBCache) AddNotifier(n *chan rulebindingmanager.RuleBindingNotify)
func (*RBCache) DeleteHandler ¶
func (c *RBCache) DeleteHandler(_ context.Context, obj *unstructured.Unstructured)
func (*RBCache) ListRulesForObject ¶
func (c *RBCache) ListRulesForObject(ctx context.Context, object *unstructured.Unstructured) []rules.RuleEvaluator
func (*RBCache) ModifyHandler ¶
func (c *RBCache) ModifyHandler(ctx context.Context, obj *unstructured.Unstructured)
func (*RBCache) WatchResources ¶
func (c *RBCache) WatchResources() []watcher.WatchResource
Click to show internal directories.
Click to hide internal directories.