Skip to content

Commit

Permalink
chore(addons): deprecate Keda
Browse files Browse the repository at this point in the history
There has not been any follow up since the original development, nor any particular sign of interest from the community
  • Loading branch information
squakez committed Jan 11, 2025
1 parent 01c4e33 commit beb6c82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/keda/keda.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const (
// The KEDA trait is disabled by default.
//
// +camel-k:trait=keda.
// +camel-k:deprecated=2.5.0.
type Trait struct {
traitv1.Trait `property:",squash" json:",inline"`
// Enables automatic configuration of the trait. Allows the trait to infer KEDA triggers from the Kamelets.
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/traits/pages/keda.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Keda Trait

// Start of autogenerated code - DO NOT EDIT! (badges)
[.badges]
[.badge-key]##Deprecated since##[.badge-unsupported]##2.5.0##
// End of autogenerated code - DO NOT EDIT! (badges)
// Start of autogenerated code - DO NOT EDIT! (description)
WARNING: The KEDA trait is experimental and may not be suitable for production grade use cases.
Expand Down

0 comments on commit beb6c82

Please sign in to comment.