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.
2 parents e388e1e + 17a507d commit 1d02366Copy full SHA for 1d02366
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