Skip to content

Commit 61a5af9

Browse files
gxgllsRainbowMango
authored andcommitted
typo: fix typo in validatingwebhook example
1 parent 33b2d1b commit 61a5af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/builtins/validatingwebhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type podValidator struct {
3434
decoder *admission.Decoder
3535
}
3636

37-
// podValidator admits a pod iff a specific annotation exists.
37+
// podValidator admits a pod if a specific annotation exists.
3838
func (v *podValidator) Handle(ctx context.Context, req admission.Request) admission.Response {
3939
pod := &corev1.Pod{}
4040

0 commit comments

Comments
 (0)