Skip to content

Commit cb27724

Browse files
authored
Merge pull request #43247 from srm09/patch-1
Fixes comment for webhook conversion strategy
2 parents 08a9e5d + 6c70a45 commit cb27724

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)