Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for policyrest (0.27 sec)

  1. cmd/policy_test.go

    Aditya Manthramurthy <******@****.***> 1716591923 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. pkg/kubeapiserver/authorizer/reload.go

    	apiServerID string
    
    	reloadInterval         time.Duration
    	requireNonWebhookTypes sets.Set[authzconfig.AuthorizerType]
    
    	nodeAuthorizer *node.NodeAuthorizer
    	rbacAuthorizer *rbac.RBACAuthorizer
    	abacAuthorizer abac.PolicyList
    
    	lastLoadedLock   sync.Mutex
    	lastLoadedConfig *authzconfig.AuthorizationConfiguration
    	lastReadData     []byte
    
    	current atomic.Pointer[authorizerResolver]
    }
    
    type authorizerResolver struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top