We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdd526 commit 5b3ee97Copy full SHA for 5b3ee97
README.md
@@ -74,7 +74,7 @@ type Webhook struct {
74
func (w *Webhook) SetupWebhookWithManager(mgr manager.Manager) error {
75
return webhook.NewGenericWebhookManagedBy(mgr).
76
For(&corev1.Pod{}).
77
- Complete(&w)
+ Complete(w)
78
}
79
80
func (w *Webhook) Mutate(ctx context.Context, request admission.Request, object runtime.Object) admission.Response {
0 commit comments