Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Group refers to the group name in KEDA CRD Group = "keda.sh" // Version refers to the version name in KEDA CRD Version = "v1alpha1" )
Functions ¶
func StartScalerManager ¶ added in v1.11.0
func StartScalerManager(ctx context.Context, clientGen crd.ClientGeneratorInterface, logger *zap.Logger, mgr manager.Interface, routerURL string) error
StartScalerManager watches for changes in MessageQueueTrigger and, Based on changes, it Creates, Updates and Deletes Objects of Kind ScaledObjects, AuthenticationTriggers and Deployments
Types ¶
type MessageQueue ¶ added in v1.20.0
type MessageQueue interface { Subscribe(trigger *fv1.MessageQueueTrigger) (Subscription, error) Unsubscribe(triggerSub Subscription) error }
type Subscription ¶ added in v1.20.0
type Subscription interface{}
Click to show internal directories.
Click to hide internal directories.