Skip to content

Commit

Permalink
fix: change description
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Dec 20, 2024
1 parent 9733296 commit 0594904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1/testkube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10737,7 +10737,7 @@ components:
type: object
properties:
name:
description: webhook template name to include
description: webhook template name to use
type: string
config:
description: webhook config to use in webhook template
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/v1/testkube/model_webhook_template_ref.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package testkube

type WebhookTemplateRef struct {
// webhook template name to include
// webhook template name to use
Name string `json:"name"`
Config map[string]WebhookConfigValue `json:"config,omitempty"`
}

0 comments on commit 0594904

Please sign in to comment.