Skip to content

Commit

Permalink
fix: add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Jan 23, 2025
1 parent c71bd24 commit c180840
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/testtriggers/v1/testtrigger_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,10 @@ type TestTriggerProbeSpec struct {

// supported action parameters for test triggers
type TestTriggerActionParameters struct {
// configuration to pass for the workflow
Config map[string]string `json:"config,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
// test workflow execution tags
Tags map[string]string `json:"tags,omitempty"`
}

//+kubebuilder:object:root=true
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/tests.testkube.io_testtriggers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ spec:
config:
additionalProperties:
type: string
description: configuration to pass for the workflow
type: object
tags:
additionalProperties:
type: string
description: test workflow execution tags
type: object
type: object
concurrencyPolicy:
Expand Down

0 comments on commit c180840

Please sign in to comment.