mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 09:18:45 +00:00
fix a typo
This commit is contained in:
@@ -174,7 +174,7 @@ func (a *MutatingWebhook) ValidateInitialization() error {
|
|||||||
return fmt.Errorf("MutatingWebhook.convertor is not properly setup: %v", err)
|
return fmt.Errorf("MutatingWebhook.convertor is not properly setup: %v", err)
|
||||||
}
|
}
|
||||||
if a.defaulter == nil {
|
if a.defaulter == nil {
|
||||||
return fmt.Errorf("MutatingWebhook.defaulter is not properly setup: %v")
|
return fmt.Errorf("MutatingWebhook.defaulter is not properly setup")
|
||||||
}
|
}
|
||||||
go a.hookSource.Run(wait.NeverStop)
|
go a.hookSource.Run(wait.NeverStop)
|
||||||
return nil
|
return nil
|
||||||
|
Reference in New Issue
Block a user