apiserver: fix some typos from refactor
introduced in #59582 Kubernetes-commit: 83c1334e5110e6f492f0e375488978ebb16a62a5
This commit is contained in:
		
							parent
							
								
									707f691339
								
							
						
					
					
						commit
						a7b5c83c7b
					
				| 
						 | 
				
			
			@ -85,16 +85,13 @@ type Config struct {
 | 
			
		|||
	// Authentication is the configuration for authentication
 | 
			
		||||
	Authentication AuthenticationInfo
 | 
			
		||||
 | 
			
		||||
	// Authentication is the configuration for authentication
 | 
			
		||||
	// Authorization is the configuration for authorization
 | 
			
		||||
	Authorization AuthorizationInfo
 | 
			
		||||
 | 
			
		||||
	// LoopbackClientConfig is a config for a privileged loopback connection to the API server
 | 
			
		||||
	// This is required for proper functioning of the PostStartHooks on a GenericAPIServer
 | 
			
		||||
	// TODO: move into SecureServing(WithLoopback) as soon as insecure serving is gone
 | 
			
		||||
	LoopbackClientConfig *restclient.Config
 | 
			
		||||
	// Authorizer determines whether the subject is allowed to make the request based only
 | 
			
		||||
	// on the RequestURI
 | 
			
		||||
	Authorizer authorizer.Authorizer
 | 
			
		||||
	// RuleResolver is required to get the list of rules that apply to a given user
 | 
			
		||||
	// in a given namespace
 | 
			
		||||
	RuleResolver authorizer.RuleResolver
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue