Documentation ¶
Index ¶
- func CreateEventDependency(opts *CreateEventDependencyOptions) *sensorsv1alpha1.EventDependency
- func CreateEventSource(opts *CreateEventSourceOptions) *eventsourcev1alpha1.EventSource
- func CreateGenericEventSource(opts *CreateGenericEventSourceOptions) *eventsourcev1alpha1.GenericEventSource
- func CreateResourceEventSource(opts *CreateResourceEventSourceOptions) *eventsourcev1alpha1.ResourceEventSource
- func CreateSelector(opts *CreateSelectorOptions) *eventsourcev1alpha1.Selector
- func CreateSensor(opts *CreateSensorOptions) *sensorsv1alpha1.Sensor
- func SetDefaultResourceRequirements(cont *v1.Container)
- type CreateEventDependencyOptions
- type CreateEventSourceOptions
- type CreateGenericEventSourceOptions
- type CreateResourceEventSourceOptions
- type CreateSelectorOptions
- type CreateSensorOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEventDependency ¶
func CreateEventDependency(opts *CreateEventDependencyOptions) *sensorsv1alpha1.EventDependency
func CreateEventSource ¶
func CreateEventSource(opts *CreateEventSourceOptions) *eventsourcev1alpha1.EventSource
func CreateGenericEventSource ¶
func CreateGenericEventSource(opts *CreateGenericEventSourceOptions) *eventsourcev1alpha1.GenericEventSource
func CreateResourceEventSource ¶
func CreateResourceEventSource(opts *CreateResourceEventSourceOptions) *eventsourcev1alpha1.ResourceEventSource
func CreateSelector ¶
func CreateSelector(opts *CreateSelectorOptions) *eventsourcev1alpha1.Selector
func CreateSensor ¶
func CreateSensor(opts *CreateSensorOptions) *sensorsv1alpha1.Sensor
func SetDefaultResourceRequirements ¶ added in v0.0.303
Types ¶
type CreateEventSourceOptions ¶
type CreateEventSourceOptions struct { Name string Namespace string ServiceAccountName string EventBusName string Resource map[string]CreateResourceEventSourceOptions Generic map[string]CreateGenericEventSourceOptions }
type CreateResourceEventSourceOptions ¶
type CreateResourceEventSourceOptions struct { Group string Version string Resource string Namespace string Selectors []CreateSelectorOptions }
type CreateSelectorOptions ¶
Click to show internal directories.
Click to hide internal directories.