Updated comments for admission/storageclass.

pull/6/head
Klaus Ma 2017-02-14 21:48:42 +08:00
parent cda109d224
commit ef7610a038
1 changed files with 1 additions and 1 deletions

View File

@ -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")