mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Updated comments for admission/storageclass.
This commit is contained in:
		@@ -67,7 +67,7 @@ func (a *claimDefaulterPlugin) SetInformerFactory(f informers.SharedInformerFact
 | 
			
		||||
	a.SetReadyFunc(informer.Informer().HasSynced)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Validate ensures an authorizer is set.
 | 
			
		||||
// Validate ensures lister is set.
 | 
			
		||||
func (a *claimDefaulterPlugin) Validate() error {
 | 
			
		||||
	if a.lister == nil {
 | 
			
		||||
		return fmt.Errorf("missing lister")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user