buildconfig

package
v3.9.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2017 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupStrategy is the logic that applies when creating and updating BuildConfig objects
	// in the Group api.
	// This differs from the LegacyStrategy in that on create it will set a default build
	// pruning limit value for both successful and failed builds.  This is new behavior that
	// can only be introduced to users consuming the new group based api.
	GroupStrategy = groupStrategy{strategy{legacyscheme.Scheme, names.SimpleNameGenerator}}

	// LegacyStrategy is the default logic that applies when creating BuildConfig objects.
	// Specifically it will not set the default build pruning limit values because that was not
	// part of the legacy api.
	LegacyStrategy = legacyStrategy{strategy{legacyscheme.Scheme, names.SimpleNameGenerator}}
)

Functions

This section is empty.

Types

type WebHook

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

func NewWebHookREST

func NewWebHookREST(buildConfigClient buildclient.BuildInterface, secretsClient kcoreclient.SecretsGetter, groupVersion schema.GroupVersion, plugins map[string]webhook.Plugin) *WebHook

NewWebHookREST returns the webhook handler

func (*WebHook) Connect added in v3.7.0

func (h *WebHook) Connect(ctx apirequest.Context, name string, options runtime.Object, responder rest.Responder) (http.Handler, error)

Connect responds to connections with a ConnectHandler

func (*WebHook) ConnectMethods added in v3.7.0

func (h *WebHook) ConnectMethods() []string

ConnectMethods returns the supported web hook types.

func (*WebHook) New added in v3.7.0

func (h *WebHook) New() runtime.Object

New() responds with the status object.

func (*WebHook) NewConnectOptions added in v3.7.0

func (h *WebHook) NewConnectOptions() (runtime.Object, bool, string)

NewConnectionOptions identifies the options that should be passed to this hook

type WebHookHandler added in v3.7.0

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

WebHookHandler responds to web hook requests from the master.

func (*WebHookHandler) ProcessWebHook added in v3.7.0

func (w *WebHookHandler) ProcessWebHook(writer http.ResponseWriter, req *http.Request, ctx apirequest.Context, name, subpath string) error

ProcessWebHook does the actual work of processing the webhook request

func (*WebHookHandler) ServeHTTP added in v3.7.0

func (h *WebHookHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

ServeHTTP implements the standard http.Handler

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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