Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleBindingCache ¶
type RuleBindingCache interface {
ListRulesForObject(ctx context.Context, object *unstructured.Unstructured) []rules.RuleEvaluator
}
type RuleBindingCacheMock ¶
type RuleBindingCacheMock struct { }
func (*RuleBindingCacheMock) ListRulesForObject ¶
func (r *RuleBindingCacheMock) ListRulesForObject(_ context.Context, _ *unstructured.Unstructured) []rules.RuleEvaluator
Click to show internal directories.
Click to hide internal directories.