Documentation ¶
Index ¶
Constants ¶
View Source
const ArgoEventsEventSourceVersion = "v0.10"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
Filter represents filters to apply to bucket notifications for specifying constraints on objects +k8s:openapi-gen=true
type RouteConfig ¶ added in v0.9.1
type RouteConfig struct {
// contains filtered or unexported fields
}
func (*RouteConfig) GetRoute ¶ added in v0.9.1
func (rc *RouteConfig) GetRoute() *gwcommon.Route
func (*RouteConfig) PostStart ¶ added in v0.9.1
func (rc *RouteConfig) PostStart() error
func (*RouteConfig) PostStop ¶ added in v0.9.1
func (rc *RouteConfig) PostStop() error
func (*RouteConfig) RouteHandler ¶ added in v0.9.1
func (rc *RouteConfig) RouteHandler(writer http.ResponseWriter, request *http.Request)
RouteHandler handles new route
type StorageGridEventSourceExecutor ¶
StorageGridEventSourceExecutor implements Eventing
func (*StorageGridEventSourceExecutor) StartEventSource ¶
func (ese *StorageGridEventSourceExecutor) StartEventSource(eventSource *gateways.EventSource, eventStream gateways.Eventing_StartEventSourceServer) error
StartConfig runs a configuration
func (*StorageGridEventSourceExecutor) ValidateEventSource ¶
func (ese *StorageGridEventSourceExecutor) ValidateEventSource(ctx context.Context, es *gateways.EventSource) (*gateways.ValidEventSource, error)
ValidateEventSource validates gateway event source
Click to show internal directories.
Click to hide internal directories.