File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/extend-kubernetes/custom-resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ spec:
493
493
port:
494
494
type: string
495
495
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.
497
497
strategy: Webhook
498
498
# webhook is required when strategy is ` Webhook` and it configures the webhook endpoint to be called by API server.
499
499
webhook :
@@ -561,7 +561,7 @@ spec:
561
561
port :
562
562
type : string
563
563
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.
565
565
strategy : Webhook
566
566
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
567
567
webhookClientConfig :
You can’t perform that action at this time.
0 commit comments