Skip to content

Commit

Permalink
Update apis/keda/v1alpha1/scaletriggers_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zbynek Roubalik <[email protected]>
Signed-off-by: SpiritZhou <[email protected]>
  • Loading branch information
SpiritZhou and zroubalik authored Oct 24, 2024
1 parent 3e4379b commit 2643f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/keda/v1alpha1/scaletriggers_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ func ValidateTriggers(triggers []ScaleTriggers) error {
return nil
}

// GetCombinedTriggersAndAuthenticationsNames returns a comma separated string of all trigger types and authentication names
func GetCombinedTriggersAndAuthenticationsNames(triggers []ScaleTriggers) (string, string) {
// CombinedTriggersAndAuthenticationsNames returns a comma separated string of all trigger types and authentication names
func CombinedTriggersAndAuthenticationsNames(triggers []ScaleTriggers) (string, string) {
var triggersNames []string
var authNames []string
for _, trigger := range triggers {
Expand Down

0 comments on commit 2643f66

Please sign in to comment.