Skip to content

Commit

Permalink
fix: Removed unsupported json annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Gvizd <[email protected]>
  • Loading branch information
gvizdpeter committed Apr 14, 2023
1 parent af3469e commit 1d74ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/logging/model/output/relabel.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type _metaRelabel interface{} //nolint:deadcode,unused
// +docName:"Output Config"
type RelabelOutputConfig struct {
// Specifies new label for events
Label string `json:"label" binding:"required"`
Label string `json:"label"`
}

func (c *RelabelOutputConfig) ToDirective(secretLoader secret.SecretLoader, id string) (types.Directive, error) {
Expand Down

0 comments on commit 1d74ed8

Please sign in to comment.