internalversion

package
v3.10.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrTriggerIsNotAWebHook = errors.New("the specified trigger is not a webhook")

Functions

This section is empty.

Types

type BuildInstantiateBinaryInterface

type BuildInstantiateBinaryInterface interface {
	InstantiateBinary(name string, options *buildapi.BinaryBuildRequestOptions, r io.Reader) (*buildapi.Build, error)
}

func NewBuildInstantiateBinaryClient

func NewBuildInstantiateBinaryClient(c rest.Interface, ns string) BuildInstantiateBinaryInterface

type BuildLogInterface

type BuildLogInterface interface {
	Logs(name string, options buildapi.BuildLogOptions) *rest.Request
}

func NewBuildLogClient

func NewBuildLogClient(c rest.Interface, ns string) BuildLogInterface

type WebHookURLInterface

type WebHookURLInterface interface {
	WebHookURL(name string, trigger *buildapi.BuildTriggerPolicy) (*url.URL, error)
}

func NewWebhookURLClient

func NewWebhookURLClient(c rest.Interface, ns string) WebHookURLInterface

Jump to

Keyboard shortcuts

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