Documentation ¶
Index ¶
Constants ¶
View Source
const ArgoEventsEventSourceVersion = "v0.10"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 SlackEventSourceExecutor ¶
type SlackEventSourceExecutor struct { // Clientset is kubernetes client Clientset kubernetes.Interface // Namespace where gateway is deployed Namespace string Log *logrus.Logger }
SlackEventSourceExecutor implements Eventing
func (*SlackEventSourceExecutor) StartEventSource ¶
func (ese *SlackEventSourceExecutor) StartEventSource(eventSource *gateways.EventSource, eventStream gateways.Eventing_StartEventSourceServer) error
StartEventSource starts a event source
func (*SlackEventSourceExecutor) ValidateEventSource ¶
func (ese *SlackEventSourceExecutor) 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.