Skip to content

Commit

Permalink
Merge pull request #43247 from srm09/patch-1
Browse files Browse the repository at this point in the history
Fixes comment for webhook conversion strategy
  • Loading branch information
k8s-ci-robot authored Jan 13, 2024
2 parents 08a9e5d + 6c70a45 commit cb27724
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ spec:
port:
type: string
conversion:
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
# the Webhook strategy instructs the API server to call an external webhook for any conversion between custom resources.
strategy: Webhook
# webhook is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
webhook:
Expand Down Expand Up @@ -561,7 +561,7 @@ spec:
port:
type: string
conversion:
# a Webhook strategy instruct API server to call an external webhook for any conversion between custom resources.
# the Webhook strategy instructs the API server to call an external webhook for any conversion between custom resources.
strategy: Webhook
# webhookClientConfig is required when strategy is `Webhook` and it configures the webhook endpoint to be called by API server.
webhookClientConfig:
Expand Down

0 comments on commit cb27724

Please sign in to comment.