Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBootstrapControllerRoleBindings (0.56 sec)

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

    		roles[role.Name] = &role
    	}
    	for _, name := range names.List() {
    		list.Items = append(list.Items, roles[name])
    	}
    	testObjects(t, list, "controller-roles.yaml")
    }
    
    func TestBootstrapControllerRoleBindings(t *testing.T) {
    	list := &api.List{}
    	names := sets.NewString()
    	roleBindings := map[string]runtime.Object{}
    	bootstrapRoleBindings := bootstrappolicy.ControllerRoleBindings()
    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