Skip to content

Commit 1d02366

Browse files
authored
Merge pull request #1398 from gxglls/patch-1
📖 Typo: fix typo in validatingwebhook example
2 parents e388e1e + 17a507d commit 1d02366

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)