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
Click to show internal directories.
Click to hide internal directories.