github

package
v0.8.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PostStop

func PostStop(rc *gwcommon.RouteConfig) error

func RouteActiveHandler

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

routeActiveHandler handles new route

Types

type GithubEventSourceExecutor

type GithubEventSourceExecutor struct {
	Log zerolog.Logger
	// GitlabClient is client for gitlab api
	GithubClient *github.Client
	// Clientset is kubernetes client
	Clientset kubernetes.Interface
	// Namespace where gateway is deployed
	Namespace string
}

GithubEventSourceExecutor implements ConfigExecutor

func (*GithubEventSourceExecutor) PostActivate

func (ese *GithubEventSourceExecutor) PostActivate(rc *gwcommon.RouteConfig) error

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 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