Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertMetadata ¶
func ConvertMetadata(metadata map[string]interface{}) ([]componentsv1alpha1.MetadataItem, error)
Types ¶
type OpenFunctionEventBus ¶
type OpenFunctionEventBus interface { SetMetadata(key string, value interface{}) GetMetadata() map[string]interface{} GenComponent(namespace string, name string) (*componentsv1alpha1.Component, error) GenScaleOptions(subjects []string) (*ofcore.KedaScaledObject, []*kedav1alpha1.ScaleTriggers) }
type OpenFunctionEventSource ¶
type OpenFunctionEventSource interface { SetMetadata(key string, value interface{}) GetMetadata() map[string]interface{} GenComponent(namespace string, name string) (*componentsv1alpha1.Component, error) GenScaleOptions() (*ofcore.KedaScaledObject, *kedav1alpha1.ScaleTriggers) }
Click to show internal directories.
Click to hide internal directories.