Skip to content

Commit 6c70a45

Browse files
authored
Fixes comment for webhook conversion strategy
This patch fixes the language of the comment for the webhook conversion strategy.
1 parent 1cd571b commit 6c70a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ spec:
493493
port:
494494
type: string
495495
conversion:
496-
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
496+
# the Webhook strategy instructs the API server to call an external webhook for any conversion between custom resources.
497497
strategy: Webhook
498498
# webhook is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
499499
webhook:
@@ -561,7 +561,7 @@ spec:
561561
port:
562562
type: string
563563
conversion:
564-
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
564+
# the Webhook strategy instructs the API server to call an external webhook for any conversion between custom resources.
565565
strategy: Webhook
566566
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
567567
webhookClientConfig:

0 commit comments

Comments
 (0)