Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toAuthorizer (0.08 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/authorization.go

    		return nil
    	}
    
    	client, err := s.getClient()
    	if err != nil {
    		return err
    	}
    
    	c.Authorizer, err = s.toAuthorizer(client)
    	return err
    }
    
    func (s *DelegatingAuthorizationOptions) toAuthorizer(client kubernetes.Interface) (authorizer.Authorizer, error) {
    	var authorizers []authorizer.Authorizer
    
    	if len(s.AlwaysAllowGroups) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 9.3K bytes
    - Viewed (0)
Back to top