gitlab

package
v0.0.0-...-cbc6286 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const ArgoEventsEventSourceVersion = "v0.10"

Variables

This section is empty.

Functions

This section is empty.

Types

type GitlabEventSourceExecutor

type GitlabEventSourceExecutor struct {
	Log *logrus.Logger
	// Clientset is kubernetes client
	Clientset kubernetes.Interface
	// Namespace where gateway is deployed
	Namespace string
}

GitlabEventSourceExecutor implements ConfigExecutor

func (*GitlabEventSourceExecutor) StartEventSource

func (ese *GitlabEventSourceExecutor) StartEventSource(eventSource *gateways.EventSource, eventStream gateways.Eventing_StartEventSourceServer) error

StartEventSource starts an event source

func (*GitlabEventSourceExecutor) ValidateEventSource

ValidateEventSource validates gitlab gateway event source

type GitlabSecret

type GitlabSecret struct {
	// Key within the K8 secret for access token
	Key string
	// Name of K8 secret containing access token info
	Name string
}

GitlabSecret contains information of k8 secret which holds the gitlab api access information

type RouteConfig

type RouteConfig struct {
	// contains filtered or unexported fields
}

RouteConfig contains the configuration information for a route

func (*RouteConfig) GetRoute

func (rc *RouteConfig) GetRoute() *gwcommon.Route

func (*RouteConfig) PostStart

func (rc *RouteConfig) PostStart() error

func (*RouteConfig) PostStop

func (rc *RouteConfig) PostStop() error

func (*RouteConfig) RouteHandler

func (rc *RouteConfig) RouteHandler(writer http.ResponseWriter, request *http.Request)

routeActiveHandler handles new route

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL