Skip to content

Commit

Permalink
Merge pull request #1398 from gxglls/patch-1
Browse files Browse the repository at this point in the history
馃摉  Typo: fix typo in validatingwebhook example
  • Loading branch information
k8s-ci-robot committed Feb 27, 2021
2 parents e388e1e + 17a507d commit 1d02366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/builtins/validatingwebhook.go
Expand Up @@ -34,7 +34,7 @@ type podValidator struct {
decoder *admission.Decoder
}

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

Expand Down

0 comments on commit 1d02366

Please sign in to comment.