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 33b2d1b commit 61a5af9Copy full SHA for 61a5af9
examples/builtins/validatingwebhook.go
@@ -34,7 +34,7 @@ type podValidator struct {
34
decoder *admission.Decoder
35
}
36
37
-// podValidator admits a pod iff a specific annotation exists.
+// podValidator admits a pod if a specific annotation exists.
38
func (v *podValidator) Handle(ctx context.Context, req admission.Request) admission.Response {
39
pod := &corev1.Pod{}
40
0 commit comments