github

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const ArgoEventsEventSourceVersion = "v0.10"

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubEventSourceExecutor

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

GithubEventSourceExecutor implements ConfigExecutor

func (*GithubEventSourceExecutor) StartEventSource

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

StartEventSource starts an event source

func (*GithubEventSourceExecutor) ValidateEventSource

Validate validates github gateway configuration

type RouteConfig added in v0.9.1

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

RouteConfig contains information about the route

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

PostStop runs after event source is stopped

func (*RouteConfig) RouteHandler added in v0.9.1

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

routeActiveHandler handles new route

type TokenAuthTransport

type TokenAuthTransport struct {
	Token     string
	Transport http.RoundTripper
}

func (*TokenAuthTransport) Client

func (t *TokenAuthTransport) Client() *http.Client

Client returns an *http.Client that makes requests that are authenticated using HTTP Basic Authentication.

func (*TokenAuthTransport) RoundTrip

func (t *TokenAuthTransport) RoundTrip(req *http.Request) (*http.Response, error)

RoundTrip implements the RoundTripper interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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