Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestEditViewRelationship (0.32 sec)

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

    var ungettableResources = []rbacv1.PolicyRule{
    	rbacv1helpers.NewRule(bootstrappolicy.Read...).Groups("apps", "extensions").Resources("deployments/rollback").RuleOrDie(),
    }
    
    func TestEditViewRelationship(t *testing.T) {
    	readVerbs := sets.NewString(bootstrappolicy.Read...)
    	semanticRoles := getSemanticRoles(bootstrappolicy.ClusterRoles())
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:45:31 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top