Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VisitRulesFor (0.13 sec)

  1. plugin/pkg/auth/authorizer/rbac/rbac.go

    	RulesFor(subject user.Info, namespace string) ([]rbacv1.PolicyRule, error)
    
    	// VisitRulesFor invokes visitor() with each rule that applies to a given user in a given namespace,
    	// and each error encountered resolving those rules. Rule may be nil if err is non-nil.
    	// If visitor() returns false, visiting is short-circuited.
    	VisitRulesFor(user user.Info, namespace string, visitor func(source fmt.Stringer, rule *rbacv1.PolicyRule, err error) bool)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 24 10:13:50 UTC 2022
    - 7.8K bytes
    - Viewed (0)
  2. pkg/registry/rbac/validation/rule.go

    	RulesFor(user user.Info, namespace string) ([]rbacv1.PolicyRule, error)
    
    	// VisitRulesFor invokes visitor() with each rule that applies to a given user in a given namespace, and each error encountered resolving those rules.
    	// If visitor() returns false, visiting is short-circuited.
    	VisitRulesFor(user user.Info, namespace string, visitor func(source fmt.Stringer, rule *rbacv1.PolicyRule, err error) bool)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 02 16:51:16 UTC 2020
    - 11.6K bytes
    - Viewed (0)
Back to top