v1

package
v3.8.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2017 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

+groupName=build.openshift.io Package v1 is the v1 version of the API.

Package v1 is a generated protocol buffer package.

It is generated from these files:
	github.com/openshift/origin/pkg/build/apis/build/v1/generated.proto

It has these top-level messages:
	BinaryBuildRequestOptions
	BinaryBuildSource
	BitbucketWebHookCause
	Build
	BuildConfig
	BuildConfigList
	BuildConfigSpec
	BuildConfigStatus
	BuildList
	BuildLog
	BuildLogOptions
	BuildOutput
	BuildPostCommitSpec
	BuildRequest
	BuildSource
	BuildSpec
	BuildStatus
	BuildStatusOutput
	BuildStatusOutputTo
	BuildStrategy
	BuildTriggerCause
	BuildTriggerPolicy
	CommonSpec
	CommonWebHookCause
	CustomBuildStrategy
	DockerBuildStrategy
	DockerStrategyOptions
	GenericWebHookCause
	GenericWebHookEvent
	GitBuildSource
	GitHubWebHookCause
	GitInfo
	GitLabWebHookCause
	GitSourceRevision
	ImageChangeCause
	ImageChangeTrigger
	ImageLabel
	ImageSource
	ImageSourcePath
	JenkinsPipelineBuildStrategy
	OptionalNodeSelector
	ProxyConfig
	SecretBuildSource
	SecretSpec
	SourceBuildStrategy
	SourceControlUser
	SourceRevision
	SourceStrategyOptions
	StageInfo
	StepInfo
	WebHookTrigger

Index

Constants

View Source
const GroupName = "build.openshift.io"
View Source
const LegacyGroupName = ""

Variables

View Source
var (
	ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenerated   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	SchemeGroupVersion       = schema.GroupVersion{Group: GroupName, Version: "v1"}
	LegacySchemeGroupVersion = schema.GroupVersion{Group: LegacyGroupName, Version: "v1"}

	LegacySchemeBuilder    = runtime.NewSchemeBuilder(addLegacyKnownTypes, addConversionFuncs, addLegacyFieldSelectorKeyConversions, RegisterDefaults)
	AddToSchemeInCoreGroup = LegacySchemeBuilder.AddToScheme

	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addConversionFuncs, addFieldSelectorKeyConversions, RegisterDefaults)
	AddToScheme   = SchemeBuilder.AddToScheme
)

Functions

func Convert_build_BinaryBuildRequestOptions_To_v1_BinaryBuildRequestOptions

func Convert_build_BinaryBuildRequestOptions_To_v1_BinaryBuildRequestOptions(in *build.BinaryBuildRequestOptions, out *BinaryBuildRequestOptions, s conversion.Scope) error

Convert_build_BinaryBuildRequestOptions_To_v1_BinaryBuildRequestOptions is an autogenerated conversion function.

func Convert_build_BinaryBuildSource_To_v1_BinaryBuildSource

func Convert_build_BinaryBuildSource_To_v1_BinaryBuildSource(in *build.BinaryBuildSource, out *BinaryBuildSource, s conversion.Scope) error

Convert_build_BinaryBuildSource_To_v1_BinaryBuildSource is an autogenerated conversion function.

func Convert_build_BitbucketWebHookCause_To_v1_BitbucketWebHookCause

func Convert_build_BitbucketWebHookCause_To_v1_BitbucketWebHookCause(in *build.BitbucketWebHookCause, out *BitbucketWebHookCause, s conversion.Scope) error

Convert_build_BitbucketWebHookCause_To_v1_BitbucketWebHookCause is an autogenerated conversion function.

func Convert_build_BuildConfigList_To_v1_BuildConfigList

func Convert_build_BuildConfigList_To_v1_BuildConfigList(in *build.BuildConfigList, out *BuildConfigList, s conversion.Scope) error

Convert_build_BuildConfigList_To_v1_BuildConfigList is an autogenerated conversion function.

func Convert_build_BuildConfigSpec_To_v1_BuildConfigSpec

func Convert_build_BuildConfigSpec_To_v1_BuildConfigSpec(in *build.BuildConfigSpec, out *BuildConfigSpec, s conversion.Scope) error

Convert_build_BuildConfigSpec_To_v1_BuildConfigSpec is an autogenerated conversion function.

func Convert_build_BuildConfigStatus_To_v1_BuildConfigStatus

func Convert_build_BuildConfigStatus_To_v1_BuildConfigStatus(in *build.BuildConfigStatus, out *BuildConfigStatus, s conversion.Scope) error

Convert_build_BuildConfigStatus_To_v1_BuildConfigStatus is an autogenerated conversion function.

func Convert_build_BuildConfig_To_v1_BuildConfig

func Convert_build_BuildConfig_To_v1_BuildConfig(in *build.BuildConfig, out *BuildConfig, s conversion.Scope) error

Convert_build_BuildConfig_To_v1_BuildConfig is an autogenerated conversion function.

func Convert_build_BuildList_To_v1_BuildList

func Convert_build_BuildList_To_v1_BuildList(in *build.BuildList, out *BuildList, s conversion.Scope) error

Convert_build_BuildList_To_v1_BuildList is an autogenerated conversion function.

func Convert_build_BuildLogOptions_To_v1_BuildLogOptions

func Convert_build_BuildLogOptions_To_v1_BuildLogOptions(in *build.BuildLogOptions, out *BuildLogOptions, s conversion.Scope) error

Convert_build_BuildLogOptions_To_v1_BuildLogOptions is an autogenerated conversion function.

func Convert_build_BuildLog_To_v1_BuildLog

func Convert_build_BuildLog_To_v1_BuildLog(in *build.BuildLog, out *BuildLog, s conversion.Scope) error

Convert_build_BuildLog_To_v1_BuildLog is an autogenerated conversion function.

func Convert_build_BuildOutput_To_v1_BuildOutput

func Convert_build_BuildOutput_To_v1_BuildOutput(in *build.BuildOutput, out *BuildOutput, s conversion.Scope) error

Convert_build_BuildOutput_To_v1_BuildOutput is an autogenerated conversion function.

func Convert_build_BuildPostCommitSpec_To_v1_BuildPostCommitSpec

func Convert_build_BuildPostCommitSpec_To_v1_BuildPostCommitSpec(in *build.BuildPostCommitSpec, out *BuildPostCommitSpec, s conversion.Scope) error

Convert_build_BuildPostCommitSpec_To_v1_BuildPostCommitSpec is an autogenerated conversion function.

func Convert_build_BuildRequest_To_v1_BuildRequest

func Convert_build_BuildRequest_To_v1_BuildRequest(in *build.BuildRequest, out *BuildRequest, s conversion.Scope) error

Convert_build_BuildRequest_To_v1_BuildRequest is an autogenerated conversion function.

func Convert_build_BuildSource_To_v1_BuildSource

func Convert_build_BuildSource_To_v1_BuildSource(in *newer.BuildSource, out *BuildSource, s conversion.Scope) error

func Convert_build_BuildSpec_To_v1_BuildSpec

func Convert_build_BuildSpec_To_v1_BuildSpec(in *build.BuildSpec, out *BuildSpec, s conversion.Scope) error

Convert_build_BuildSpec_To_v1_BuildSpec is an autogenerated conversion function.

func Convert_build_BuildStatusOutputTo_To_v1_BuildStatusOutputTo

func Convert_build_BuildStatusOutputTo_To_v1_BuildStatusOutputTo(in *build.BuildStatusOutputTo, out *BuildStatusOutputTo, s conversion.Scope) error

Convert_build_BuildStatusOutputTo_To_v1_BuildStatusOutputTo is an autogenerated conversion function.

func Convert_build_BuildStatusOutput_To_v1_BuildStatusOutput

func Convert_build_BuildStatusOutput_To_v1_BuildStatusOutput(in *build.BuildStatusOutput, out *BuildStatusOutput, s conversion.Scope) error

Convert_build_BuildStatusOutput_To_v1_BuildStatusOutput is an autogenerated conversion function.

func Convert_build_BuildStatus_To_v1_BuildStatus

func Convert_build_BuildStatus_To_v1_BuildStatus(in *build.BuildStatus, out *BuildStatus, s conversion.Scope) error

Convert_build_BuildStatus_To_v1_BuildStatus is an autogenerated conversion function.

func Convert_build_BuildStrategy_To_v1_BuildStrategy

func Convert_build_BuildStrategy_To_v1_BuildStrategy(in *newer.BuildStrategy, out *BuildStrategy, s conversion.Scope) error

func Convert_build_BuildTriggerCause_To_v1_BuildTriggerCause

func Convert_build_BuildTriggerCause_To_v1_BuildTriggerCause(in *build.BuildTriggerCause, out *BuildTriggerCause, s conversion.Scope) error

Convert_build_BuildTriggerCause_To_v1_BuildTriggerCause is an autogenerated conversion function.

func Convert_build_BuildTriggerPolicy_To_v1_BuildTriggerPolicy

func Convert_build_BuildTriggerPolicy_To_v1_BuildTriggerPolicy(in *build.BuildTriggerPolicy, out *BuildTriggerPolicy, s conversion.Scope) error

Convert_build_BuildTriggerPolicy_To_v1_BuildTriggerPolicy is an autogenerated conversion function.

func Convert_build_Build_To_v1_Build

func Convert_build_Build_To_v1_Build(in *build.Build, out *Build, s conversion.Scope) error

Convert_build_Build_To_v1_Build is an autogenerated conversion function.

func Convert_build_CommonSpec_To_v1_CommonSpec

func Convert_build_CommonSpec_To_v1_CommonSpec(in *build.CommonSpec, out *CommonSpec, s conversion.Scope) error

Convert_build_CommonSpec_To_v1_CommonSpec is an autogenerated conversion function.

func Convert_build_CommonWebHookCause_To_v1_CommonWebHookCause

func Convert_build_CommonWebHookCause_To_v1_CommonWebHookCause(in *build.CommonWebHookCause, out *CommonWebHookCause, s conversion.Scope) error

Convert_build_CommonWebHookCause_To_v1_CommonWebHookCause is an autogenerated conversion function.

func Convert_build_CustomBuildStrategy_To_v1_CustomBuildStrategy

func Convert_build_CustomBuildStrategy_To_v1_CustomBuildStrategy(in *build.CustomBuildStrategy, out *CustomBuildStrategy, s conversion.Scope) error

Convert_build_CustomBuildStrategy_To_v1_CustomBuildStrategy is an autogenerated conversion function.

func Convert_build_DockerBuildStrategy_To_v1_DockerBuildStrategy

func Convert_build_DockerBuildStrategy_To_v1_DockerBuildStrategy(in *build.DockerBuildStrategy, out *DockerBuildStrategy, s conversion.Scope) error

Convert_build_DockerBuildStrategy_To_v1_DockerBuildStrategy is an autogenerated conversion function.

func Convert_build_DockerStrategyOptions_To_v1_DockerStrategyOptions

func Convert_build_DockerStrategyOptions_To_v1_DockerStrategyOptions(in *build.DockerStrategyOptions, out *DockerStrategyOptions, s conversion.Scope) error

Convert_build_DockerStrategyOptions_To_v1_DockerStrategyOptions is an autogenerated conversion function.

func Convert_build_GenericWebHookCause_To_v1_GenericWebHookCause

func Convert_build_GenericWebHookCause_To_v1_GenericWebHookCause(in *build.GenericWebHookCause, out *GenericWebHookCause, s conversion.Scope) error

Convert_build_GenericWebHookCause_To_v1_GenericWebHookCause is an autogenerated conversion function.

func Convert_build_GenericWebHookEvent_To_v1_GenericWebHookEvent

func Convert_build_GenericWebHookEvent_To_v1_GenericWebHookEvent(in *build.GenericWebHookEvent, out *GenericWebHookEvent, s conversion.Scope) error

Convert_build_GenericWebHookEvent_To_v1_GenericWebHookEvent is an autogenerated conversion function.

func Convert_build_GitBuildSource_To_v1_GitBuildSource

func Convert_build_GitBuildSource_To_v1_GitBuildSource(in *build.GitBuildSource, out *GitBuildSource, s conversion.Scope) error

Convert_build_GitBuildSource_To_v1_GitBuildSource is an autogenerated conversion function.

func Convert_build_GitHubWebHookCause_To_v1_GitHubWebHookCause

func Convert_build_GitHubWebHookCause_To_v1_GitHubWebHookCause(in *build.GitHubWebHookCause, out *GitHubWebHookCause, s conversion.Scope) error

Convert_build_GitHubWebHookCause_To_v1_GitHubWebHookCause is an autogenerated conversion function.

func Convert_build_GitInfo_To_v1_GitInfo

func Convert_build_GitInfo_To_v1_GitInfo(in *build.GitInfo, out *GitInfo, s conversion.Scope) error

Convert_build_GitInfo_To_v1_GitInfo is an autogenerated conversion function.

func Convert_build_GitLabWebHookCause_To_v1_GitLabWebHookCause

func Convert_build_GitLabWebHookCause_To_v1_GitLabWebHookCause(in *build.GitLabWebHookCause, out *GitLabWebHookCause, s conversion.Scope) error

Convert_build_GitLabWebHookCause_To_v1_GitLabWebHookCause is an autogenerated conversion function.

func Convert_build_GitSourceRevision_To_v1_GitSourceRevision

func Convert_build_GitSourceRevision_To_v1_GitSourceRevision(in *build.GitSourceRevision, out *GitSourceRevision, s conversion.Scope) error

Convert_build_GitSourceRevision_To_v1_GitSourceRevision is an autogenerated conversion function.

func Convert_build_ImageChangeCause_To_v1_ImageChangeCause

func Convert_build_ImageChangeCause_To_v1_ImageChangeCause(in *build.ImageChangeCause, out *ImageChangeCause, s conversion.Scope) error

Convert_build_ImageChangeCause_To_v1_ImageChangeCause is an autogenerated conversion function.

func Convert_build_ImageChangeTrigger_To_v1_ImageChangeTrigger

func Convert_build_ImageChangeTrigger_To_v1_ImageChangeTrigger(in *build.ImageChangeTrigger, out *ImageChangeTrigger, s conversion.Scope) error

Convert_build_ImageChangeTrigger_To_v1_ImageChangeTrigger is an autogenerated conversion function.

func Convert_build_ImageLabel_To_v1_ImageLabel

func Convert_build_ImageLabel_To_v1_ImageLabel(in *build.ImageLabel, out *ImageLabel, s conversion.Scope) error

Convert_build_ImageLabel_To_v1_ImageLabel is an autogenerated conversion function.

func Convert_build_ImageSourcePath_To_v1_ImageSourcePath

func Convert_build_ImageSourcePath_To_v1_ImageSourcePath(in *build.ImageSourcePath, out *ImageSourcePath, s conversion.Scope) error

Convert_build_ImageSourcePath_To_v1_ImageSourcePath is an autogenerated conversion function.

func Convert_build_ImageSource_To_v1_ImageSource

func Convert_build_ImageSource_To_v1_ImageSource(in *build.ImageSource, out *ImageSource, s conversion.Scope) error

Convert_build_ImageSource_To_v1_ImageSource is an autogenerated conversion function.

func Convert_build_JenkinsPipelineBuildStrategy_To_v1_JenkinsPipelineBuildStrategy

func Convert_build_JenkinsPipelineBuildStrategy_To_v1_JenkinsPipelineBuildStrategy(in *build.JenkinsPipelineBuildStrategy, out *JenkinsPipelineBuildStrategy, s conversion.Scope) error

Convert_build_JenkinsPipelineBuildStrategy_To_v1_JenkinsPipelineBuildStrategy is an autogenerated conversion function.

func Convert_build_ProxyConfig_To_v1_ProxyConfig

func Convert_build_ProxyConfig_To_v1_ProxyConfig(in *build.ProxyConfig, out *ProxyConfig, s conversion.Scope) error

Convert_build_ProxyConfig_To_v1_ProxyConfig is an autogenerated conversion function.

func Convert_build_SecretBuildSource_To_v1_SecretBuildSource

func Convert_build_SecretBuildSource_To_v1_SecretBuildSource(in *build.SecretBuildSource, out *SecretBuildSource, s conversion.Scope) error

Convert_build_SecretBuildSource_To_v1_SecretBuildSource is an autogenerated conversion function.

func Convert_build_SecretSpec_To_v1_SecretSpec

func Convert_build_SecretSpec_To_v1_SecretSpec(in *build.SecretSpec, out *SecretSpec, s conversion.Scope) error

Convert_build_SecretSpec_To_v1_SecretSpec is an autogenerated conversion function.

func Convert_build_SourceBuildStrategy_To_v1_SourceBuildStrategy

func Convert_build_SourceBuildStrategy_To_v1_SourceBuildStrategy(in *build.SourceBuildStrategy, out *SourceBuildStrategy, s conversion.Scope) error

Convert_build_SourceBuildStrategy_To_v1_SourceBuildStrategy is an autogenerated conversion function.

func Convert_build_SourceControlUser_To_v1_SourceControlUser

func Convert_build_SourceControlUser_To_v1_SourceControlUser(in *build.SourceControlUser, out *SourceControlUser, s conversion.Scope) error

Convert_build_SourceControlUser_To_v1_SourceControlUser is an autogenerated conversion function.

func Convert_build_SourceRevision_To_v1_SourceRevision

func Convert_build_SourceRevision_To_v1_SourceRevision(in *newer.SourceRevision, out *SourceRevision, s conversion.Scope) error

func Convert_build_SourceStrategyOptions_To_v1_SourceStrategyOptions added in v3.7.0

func Convert_build_SourceStrategyOptions_To_v1_SourceStrategyOptions(in *build.SourceStrategyOptions, out *SourceStrategyOptions, s conversion.Scope) error

Convert_build_SourceStrategyOptions_To_v1_SourceStrategyOptions is an autogenerated conversion function.

func Convert_build_StageInfo_To_v1_StageInfo

func Convert_build_StageInfo_To_v1_StageInfo(in *build.StageInfo, out *StageInfo, s conversion.Scope) error

Convert_build_StageInfo_To_v1_StageInfo is an autogenerated conversion function.

func Convert_build_StepInfo_To_v1_StepInfo

func Convert_build_StepInfo_To_v1_StepInfo(in *build.StepInfo, out *StepInfo, s conversion.Scope) error

Convert_build_StepInfo_To_v1_StepInfo is an autogenerated conversion function.

func Convert_build_WebHookTrigger_To_v1_WebHookTrigger

func Convert_build_WebHookTrigger_To_v1_WebHookTrigger(in *build.WebHookTrigger, out *WebHookTrigger, s conversion.Scope) error

Convert_build_WebHookTrigger_To_v1_WebHookTrigger is an autogenerated conversion function.

func Convert_v1_BinaryBuildRequestOptions_To_build_BinaryBuildRequestOptions

func Convert_v1_BinaryBuildRequestOptions_To_build_BinaryBuildRequestOptions(in *BinaryBuildRequestOptions, out *build.BinaryBuildRequestOptions, s conversion.Scope) error

Convert_v1_BinaryBuildRequestOptions_To_build_BinaryBuildRequestOptions is an autogenerated conversion function.

func Convert_v1_BinaryBuildSource_To_build_BinaryBuildSource

func Convert_v1_BinaryBuildSource_To_build_BinaryBuildSource(in *BinaryBuildSource, out *build.BinaryBuildSource, s conversion.Scope) error

Convert_v1_BinaryBuildSource_To_build_BinaryBuildSource is an autogenerated conversion function.

func Convert_v1_BitbucketWebHookCause_To_build_BitbucketWebHookCause

func Convert_v1_BitbucketWebHookCause_To_build_BitbucketWebHookCause(in *BitbucketWebHookCause, out *build.BitbucketWebHookCause, s conversion.Scope) error

Convert_v1_BitbucketWebHookCause_To_build_BitbucketWebHookCause is an autogenerated conversion function.

func Convert_v1_BuildConfigList_To_build_BuildConfigList

func Convert_v1_BuildConfigList_To_build_BuildConfigList(in *BuildConfigList, out *build.BuildConfigList, s conversion.Scope) error

Convert_v1_BuildConfigList_To_build_BuildConfigList is an autogenerated conversion function.

func Convert_v1_BuildConfigSpec_To_build_BuildConfigSpec

func Convert_v1_BuildConfigSpec_To_build_BuildConfigSpec(in *BuildConfigSpec, out *build.BuildConfigSpec, s conversion.Scope) error

Convert_v1_BuildConfigSpec_To_build_BuildConfigSpec is an autogenerated conversion function.

func Convert_v1_BuildConfigStatus_To_build_BuildConfigStatus

func Convert_v1_BuildConfigStatus_To_build_BuildConfigStatus(in *BuildConfigStatus, out *build.BuildConfigStatus, s conversion.Scope) error

Convert_v1_BuildConfigStatus_To_build_BuildConfigStatus is an autogenerated conversion function.

func Convert_v1_BuildConfig_To_build_BuildConfig

func Convert_v1_BuildConfig_To_build_BuildConfig(in *BuildConfig, out *newer.BuildConfig, s conversion.Scope) error

func Convert_v1_BuildList_To_build_BuildList

func Convert_v1_BuildList_To_build_BuildList(in *BuildList, out *build.BuildList, s conversion.Scope) error

Convert_v1_BuildList_To_build_BuildList is an autogenerated conversion function.

func Convert_v1_BuildLogOptions_To_build_BuildLogOptions

func Convert_v1_BuildLogOptions_To_build_BuildLogOptions(in *BuildLogOptions, out *build.BuildLogOptions, s conversion.Scope) error

Convert_v1_BuildLogOptions_To_build_BuildLogOptions is an autogenerated conversion function.

func Convert_v1_BuildLog_To_build_BuildLog

func Convert_v1_BuildLog_To_build_BuildLog(in *BuildLog, out *build.BuildLog, s conversion.Scope) error

Convert_v1_BuildLog_To_build_BuildLog is an autogenerated conversion function.

func Convert_v1_BuildOutput_To_build_BuildOutput

func Convert_v1_BuildOutput_To_build_BuildOutput(in *BuildOutput, out *newer.BuildOutput, s conversion.Scope) error

func Convert_v1_BuildPostCommitSpec_To_build_BuildPostCommitSpec

func Convert_v1_BuildPostCommitSpec_To_build_BuildPostCommitSpec(in *BuildPostCommitSpec, out *build.BuildPostCommitSpec, s conversion.Scope) error

Convert_v1_BuildPostCommitSpec_To_build_BuildPostCommitSpec is an autogenerated conversion function.

func Convert_v1_BuildRequest_To_build_BuildRequest

func Convert_v1_BuildRequest_To_build_BuildRequest(in *BuildRequest, out *build.BuildRequest, s conversion.Scope) error

Convert_v1_BuildRequest_To_build_BuildRequest is an autogenerated conversion function.

func Convert_v1_BuildSource_To_build_BuildSource

func Convert_v1_BuildSource_To_build_BuildSource(in *BuildSource, out *build.BuildSource, s conversion.Scope) error

Convert_v1_BuildSource_To_build_BuildSource is an autogenerated conversion function.

func Convert_v1_BuildSpec_To_build_BuildSpec

func Convert_v1_BuildSpec_To_build_BuildSpec(in *BuildSpec, out *build.BuildSpec, s conversion.Scope) error

Convert_v1_BuildSpec_To_build_BuildSpec is an autogenerated conversion function.

func Convert_v1_BuildStatusOutputTo_To_build_BuildStatusOutputTo

func Convert_v1_BuildStatusOutputTo_To_build_BuildStatusOutputTo(in *BuildStatusOutputTo, out *build.BuildStatusOutputTo, s conversion.Scope) error

Convert_v1_BuildStatusOutputTo_To_build_BuildStatusOutputTo is an autogenerated conversion function.

func Convert_v1_BuildStatusOutput_To_build_BuildStatusOutput

func Convert_v1_BuildStatusOutput_To_build_BuildStatusOutput(in *BuildStatusOutput, out *build.BuildStatusOutput, s conversion.Scope) error

Convert_v1_BuildStatusOutput_To_build_BuildStatusOutput is an autogenerated conversion function.

func Convert_v1_BuildStatus_To_build_BuildStatus

func Convert_v1_BuildStatus_To_build_BuildStatus(in *BuildStatus, out *build.BuildStatus, s conversion.Scope) error

Convert_v1_BuildStatus_To_build_BuildStatus is an autogenerated conversion function.

func Convert_v1_BuildStrategy_To_build_BuildStrategy

func Convert_v1_BuildStrategy_To_build_BuildStrategy(in *BuildStrategy, out *build.BuildStrategy, s conversion.Scope) error

Convert_v1_BuildStrategy_To_build_BuildStrategy is an autogenerated conversion function.

func Convert_v1_BuildTriggerCause_To_build_BuildTriggerCause

func Convert_v1_BuildTriggerCause_To_build_BuildTriggerCause(in *BuildTriggerCause, out *build.BuildTriggerCause, s conversion.Scope) error

Convert_v1_BuildTriggerCause_To_build_BuildTriggerCause is an autogenerated conversion function.

func Convert_v1_BuildTriggerPolicy_To_build_BuildTriggerPolicy

func Convert_v1_BuildTriggerPolicy_To_build_BuildTriggerPolicy(in *BuildTriggerPolicy, out *newer.BuildTriggerPolicy, s conversion.Scope) error

func Convert_v1_Build_To_build_Build

func Convert_v1_Build_To_build_Build(in *Build, out *build.Build, s conversion.Scope) error

Convert_v1_Build_To_build_Build is an autogenerated conversion function.

func Convert_v1_CommonSpec_To_build_CommonSpec

func Convert_v1_CommonSpec_To_build_CommonSpec(in *CommonSpec, out *build.CommonSpec, s conversion.Scope) error

Convert_v1_CommonSpec_To_build_CommonSpec is an autogenerated conversion function.

func Convert_v1_CommonWebHookCause_To_build_CommonWebHookCause

func Convert_v1_CommonWebHookCause_To_build_CommonWebHookCause(in *CommonWebHookCause, out *build.CommonWebHookCause, s conversion.Scope) error

Convert_v1_CommonWebHookCause_To_build_CommonWebHookCause is an autogenerated conversion function.

func Convert_v1_CustomBuildStrategy_To_build_CustomBuildStrategy

func Convert_v1_CustomBuildStrategy_To_build_CustomBuildStrategy(in *CustomBuildStrategy, out *newer.CustomBuildStrategy, s conversion.Scope) error

func Convert_v1_DockerBuildStrategy_To_build_DockerBuildStrategy

func Convert_v1_DockerBuildStrategy_To_build_DockerBuildStrategy(in *DockerBuildStrategy, out *newer.DockerBuildStrategy, s conversion.Scope) error

func Convert_v1_DockerStrategyOptions_To_build_DockerStrategyOptions

func Convert_v1_DockerStrategyOptions_To_build_DockerStrategyOptions(in *DockerStrategyOptions, out *build.DockerStrategyOptions, s conversion.Scope) error

Convert_v1_DockerStrategyOptions_To_build_DockerStrategyOptions is an autogenerated conversion function.

func Convert_v1_GenericWebHookCause_To_build_GenericWebHookCause

func Convert_v1_GenericWebHookCause_To_build_GenericWebHookCause(in *GenericWebHookCause, out *build.GenericWebHookCause, s conversion.Scope) error

Convert_v1_GenericWebHookCause_To_build_GenericWebHookCause is an autogenerated conversion function.

func Convert_v1_GenericWebHookEvent_To_build_GenericWebHookEvent

func Convert_v1_GenericWebHookEvent_To_build_GenericWebHookEvent(in *GenericWebHookEvent, out *build.GenericWebHookEvent, s conversion.Scope) error

Convert_v1_GenericWebHookEvent_To_build_GenericWebHookEvent is an autogenerated conversion function.

func Convert_v1_GitBuildSource_To_build_GitBuildSource

func Convert_v1_GitBuildSource_To_build_GitBuildSource(in *GitBuildSource, out *build.GitBuildSource, s conversion.Scope) error

Convert_v1_GitBuildSource_To_build_GitBuildSource is an autogenerated conversion function.

func Convert_v1_GitHubWebHookCause_To_build_GitHubWebHookCause

func Convert_v1_GitHubWebHookCause_To_build_GitHubWebHookCause(in *GitHubWebHookCause, out *build.GitHubWebHookCause, s conversion.Scope) error

Convert_v1_GitHubWebHookCause_To_build_GitHubWebHookCause is an autogenerated conversion function.

func Convert_v1_GitInfo_To_build_GitInfo

func Convert_v1_GitInfo_To_build_GitInfo(in *GitInfo, out *build.GitInfo, s conversion.Scope) error

Convert_v1_GitInfo_To_build_GitInfo is an autogenerated conversion function.

func Convert_v1_GitLabWebHookCause_To_build_GitLabWebHookCause

func Convert_v1_GitLabWebHookCause_To_build_GitLabWebHookCause(in *GitLabWebHookCause, out *build.GitLabWebHookCause, s conversion.Scope) error

Convert_v1_GitLabWebHookCause_To_build_GitLabWebHookCause is an autogenerated conversion function.

func Convert_v1_GitSourceRevision_To_build_GitSourceRevision

func Convert_v1_GitSourceRevision_To_build_GitSourceRevision(in *GitSourceRevision, out *build.GitSourceRevision, s conversion.Scope) error

Convert_v1_GitSourceRevision_To_build_GitSourceRevision is an autogenerated conversion function.

func Convert_v1_ImageChangeCause_To_build_ImageChangeCause

func Convert_v1_ImageChangeCause_To_build_ImageChangeCause(in *ImageChangeCause, out *build.ImageChangeCause, s conversion.Scope) error

Convert_v1_ImageChangeCause_To_build_ImageChangeCause is an autogenerated conversion function.

func Convert_v1_ImageChangeTrigger_To_build_ImageChangeTrigger

func Convert_v1_ImageChangeTrigger_To_build_ImageChangeTrigger(in *ImageChangeTrigger, out *build.ImageChangeTrigger, s conversion.Scope) error

Convert_v1_ImageChangeTrigger_To_build_ImageChangeTrigger is an autogenerated conversion function.

func Convert_v1_ImageLabel_To_build_ImageLabel

func Convert_v1_ImageLabel_To_build_ImageLabel(in *ImageLabel, out *build.ImageLabel, s conversion.Scope) error

Convert_v1_ImageLabel_To_build_ImageLabel is an autogenerated conversion function.

func Convert_v1_ImageSourcePath_To_build_ImageSourcePath

func Convert_v1_ImageSourcePath_To_build_ImageSourcePath(in *ImageSourcePath, out *build.ImageSourcePath, s conversion.Scope) error

Convert_v1_ImageSourcePath_To_build_ImageSourcePath is an autogenerated conversion function.

func Convert_v1_ImageSource_To_build_ImageSource

func Convert_v1_ImageSource_To_build_ImageSource(in *ImageSource, out *build.ImageSource, s conversion.Scope) error

Convert_v1_ImageSource_To_build_ImageSource is an autogenerated conversion function.

func Convert_v1_JenkinsPipelineBuildStrategy_To_build_JenkinsPipelineBuildStrategy

func Convert_v1_JenkinsPipelineBuildStrategy_To_build_JenkinsPipelineBuildStrategy(in *JenkinsPipelineBuildStrategy, out *build.JenkinsPipelineBuildStrategy, s conversion.Scope) error

Convert_v1_JenkinsPipelineBuildStrategy_To_build_JenkinsPipelineBuildStrategy is an autogenerated conversion function.

func Convert_v1_ProxyConfig_To_build_ProxyConfig

func Convert_v1_ProxyConfig_To_build_ProxyConfig(in *ProxyConfig, out *build.ProxyConfig, s conversion.Scope) error

Convert_v1_ProxyConfig_To_build_ProxyConfig is an autogenerated conversion function.

func Convert_v1_SecretBuildSource_To_build_SecretBuildSource

func Convert_v1_SecretBuildSource_To_build_SecretBuildSource(in *SecretBuildSource, out *build.SecretBuildSource, s conversion.Scope) error

Convert_v1_SecretBuildSource_To_build_SecretBuildSource is an autogenerated conversion function.

func Convert_v1_SecretSpec_To_build_SecretSpec

func Convert_v1_SecretSpec_To_build_SecretSpec(in *SecretSpec, out *build.SecretSpec, s conversion.Scope) error

Convert_v1_SecretSpec_To_build_SecretSpec is an autogenerated conversion function.

func Convert_v1_SourceBuildStrategy_To_build_SourceBuildStrategy

func Convert_v1_SourceBuildStrategy_To_build_SourceBuildStrategy(in *SourceBuildStrategy, out *newer.SourceBuildStrategy, s conversion.Scope) error

func Convert_v1_SourceControlUser_To_build_SourceControlUser

func Convert_v1_SourceControlUser_To_build_SourceControlUser(in *SourceControlUser, out *build.SourceControlUser, s conversion.Scope) error

Convert_v1_SourceControlUser_To_build_SourceControlUser is an autogenerated conversion function.

func Convert_v1_SourceRevision_To_build_SourceRevision

func Convert_v1_SourceRevision_To_build_SourceRevision(in *SourceRevision, out *build.SourceRevision, s conversion.Scope) error

Convert_v1_SourceRevision_To_build_SourceRevision is an autogenerated conversion function.

func Convert_v1_SourceStrategyOptions_To_build_SourceStrategyOptions added in v3.7.0

func Convert_v1_SourceStrategyOptions_To_build_SourceStrategyOptions(in *SourceStrategyOptions, out *build.SourceStrategyOptions, s conversion.Scope) error

Convert_v1_SourceStrategyOptions_To_build_SourceStrategyOptions is an autogenerated conversion function.

func Convert_v1_StageInfo_To_build_StageInfo

func Convert_v1_StageInfo_To_build_StageInfo(in *StageInfo, out *build.StageInfo, s conversion.Scope) error

Convert_v1_StageInfo_To_build_StageInfo is an autogenerated conversion function.

func Convert_v1_StepInfo_To_build_StepInfo

func Convert_v1_StepInfo_To_build_StepInfo(in *StepInfo, out *build.StepInfo, s conversion.Scope) error

Convert_v1_StepInfo_To_build_StepInfo is an autogenerated conversion function.

func Convert_v1_WebHookTrigger_To_build_WebHookTrigger

func Convert_v1_WebHookTrigger_To_build_WebHookTrigger(in *WebHookTrigger, out *build.WebHookTrigger, s conversion.Scope) error

Convert_v1_WebHookTrigger_To_build_WebHookTrigger is an autogenerated conversion function.

func DeepCopy_v1_BinaryBuildRequestOptions

func DeepCopy_v1_BinaryBuildRequestOptions(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BinaryBuildRequestOptions is an autogenerated deepcopy function.

func DeepCopy_v1_BinaryBuildSource

func DeepCopy_v1_BinaryBuildSource(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BinaryBuildSource is an autogenerated deepcopy function.

func DeepCopy_v1_BitbucketWebHookCause

func DeepCopy_v1_BitbucketWebHookCause(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BitbucketWebHookCause is an autogenerated deepcopy function.

func DeepCopy_v1_Build

func DeepCopy_v1_Build(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_Build is an autogenerated deepcopy function.

func DeepCopy_v1_BuildConfig

func DeepCopy_v1_BuildConfig(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildConfig is an autogenerated deepcopy function.

func DeepCopy_v1_BuildConfigList

func DeepCopy_v1_BuildConfigList(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildConfigList is an autogenerated deepcopy function.

func DeepCopy_v1_BuildConfigSpec

func DeepCopy_v1_BuildConfigSpec(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildConfigSpec is an autogenerated deepcopy function.

func DeepCopy_v1_BuildConfigStatus

func DeepCopy_v1_BuildConfigStatus(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildConfigStatus is an autogenerated deepcopy function.

func DeepCopy_v1_BuildList

func DeepCopy_v1_BuildList(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildList is an autogenerated deepcopy function.

func DeepCopy_v1_BuildLog

func DeepCopy_v1_BuildLog(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildLog is an autogenerated deepcopy function.

func DeepCopy_v1_BuildLogOptions

func DeepCopy_v1_BuildLogOptions(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildLogOptions is an autogenerated deepcopy function.

func DeepCopy_v1_BuildOutput

func DeepCopy_v1_BuildOutput(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildOutput is an autogenerated deepcopy function.

func DeepCopy_v1_BuildPostCommitSpec

func DeepCopy_v1_BuildPostCommitSpec(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildPostCommitSpec is an autogenerated deepcopy function.

func DeepCopy_v1_BuildRequest

func DeepCopy_v1_BuildRequest(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildRequest is an autogenerated deepcopy function.

func DeepCopy_v1_BuildSource

func DeepCopy_v1_BuildSource(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildSource is an autogenerated deepcopy function.

func DeepCopy_v1_BuildSpec

func DeepCopy_v1_BuildSpec(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildSpec is an autogenerated deepcopy function.

func DeepCopy_v1_BuildStatus

func DeepCopy_v1_BuildStatus(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildStatus is an autogenerated deepcopy function.

func DeepCopy_v1_BuildStatusOutput

func DeepCopy_v1_BuildStatusOutput(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildStatusOutput is an autogenerated deepcopy function.

func DeepCopy_v1_BuildStatusOutputTo

func DeepCopy_v1_BuildStatusOutputTo(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildStatusOutputTo is an autogenerated deepcopy function.

func DeepCopy_v1_BuildStrategy

func DeepCopy_v1_BuildStrategy(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildStrategy is an autogenerated deepcopy function.

func DeepCopy_v1_BuildTriggerCause

func DeepCopy_v1_BuildTriggerCause(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildTriggerCause is an autogenerated deepcopy function.

func DeepCopy_v1_BuildTriggerPolicy

func DeepCopy_v1_BuildTriggerPolicy(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_BuildTriggerPolicy is an autogenerated deepcopy function.

func DeepCopy_v1_CommonSpec

func DeepCopy_v1_CommonSpec(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_CommonSpec is an autogenerated deepcopy function.

func DeepCopy_v1_CommonWebHookCause

func DeepCopy_v1_CommonWebHookCause(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_CommonWebHookCause is an autogenerated deepcopy function.

func DeepCopy_v1_CustomBuildStrategy

func DeepCopy_v1_CustomBuildStrategy(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_CustomBuildStrategy is an autogenerated deepcopy function.

func DeepCopy_v1_DockerBuildStrategy

func DeepCopy_v1_DockerBuildStrategy(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_DockerBuildStrategy is an autogenerated deepcopy function.

func DeepCopy_v1_DockerStrategyOptions

func DeepCopy_v1_DockerStrategyOptions(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_DockerStrategyOptions is an autogenerated deepcopy function.

func DeepCopy_v1_GenericWebHookCause

func DeepCopy_v1_GenericWebHookCause(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_GenericWebHookCause is an autogenerated deepcopy function.

func DeepCopy_v1_GenericWebHookEvent

func DeepCopy_v1_GenericWebHookEvent(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_GenericWebHookEvent is an autogenerated deepcopy function.

func DeepCopy_v1_GitBuildSource

func DeepCopy_v1_GitBuildSource(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_GitBuildSource is an autogenerated deepcopy function.

func DeepCopy_v1_GitHubWebHookCause

func DeepCopy_v1_GitHubWebHookCause(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_GitHubWebHookCause is an autogenerated deepcopy function.

func DeepCopy_v1_GitInfo

func DeepCopy_v1_GitInfo(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_GitInfo is an autogenerated deepcopy function.

func DeepCopy_v1_GitLabWebHookCause

func DeepCopy_v1_GitLabWebHookCause(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_GitLabWebHookCause is an autogenerated deepcopy function.

func DeepCopy_v1_GitSourceRevision

func DeepCopy_v1_GitSourceRevision(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_GitSourceRevision is an autogenerated deepcopy function.

func DeepCopy_v1_ImageChangeCause

func DeepCopy_v1_ImageChangeCause(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_ImageChangeCause is an autogenerated deepcopy function.

func DeepCopy_v1_ImageChangeTrigger

func DeepCopy_v1_ImageChangeTrigger(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_ImageChangeTrigger is an autogenerated deepcopy function.

func DeepCopy_v1_ImageLabel

func DeepCopy_v1_ImageLabel(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_ImageLabel is an autogenerated deepcopy function.

func DeepCopy_v1_ImageSource

func DeepCopy_v1_ImageSource(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_ImageSource is an autogenerated deepcopy function.

func DeepCopy_v1_ImageSourcePath

func DeepCopy_v1_ImageSourcePath(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_ImageSourcePath is an autogenerated deepcopy function.

func DeepCopy_v1_JenkinsPipelineBuildStrategy

func DeepCopy_v1_JenkinsPipelineBuildStrategy(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_JenkinsPipelineBuildStrategy is an autogenerated deepcopy function.

func DeepCopy_v1_ProxyConfig

func DeepCopy_v1_ProxyConfig(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_ProxyConfig is an autogenerated deepcopy function.

func DeepCopy_v1_SecretBuildSource

func DeepCopy_v1_SecretBuildSource(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_SecretBuildSource is an autogenerated deepcopy function.

func DeepCopy_v1_SecretSpec

func DeepCopy_v1_SecretSpec(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_SecretSpec is an autogenerated deepcopy function.

func DeepCopy_v1_SourceBuildStrategy

func DeepCopy_v1_SourceBuildStrategy(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_SourceBuildStrategy is an autogenerated deepcopy function.

func DeepCopy_v1_SourceControlUser

func DeepCopy_v1_SourceControlUser(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_SourceControlUser is an autogenerated deepcopy function.

func DeepCopy_v1_SourceRevision

func DeepCopy_v1_SourceRevision(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_SourceRevision is an autogenerated deepcopy function.

func DeepCopy_v1_SourceStrategyOptions added in v3.7.0

func DeepCopy_v1_SourceStrategyOptions(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_SourceStrategyOptions is an autogenerated deepcopy function.

func DeepCopy_v1_StageInfo

func DeepCopy_v1_StageInfo(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_StageInfo is an autogenerated deepcopy function.

func DeepCopy_v1_StepInfo

func DeepCopy_v1_StepInfo(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_StepInfo is an autogenerated deepcopy function.

func DeepCopy_v1_WebHookTrigger

func DeepCopy_v1_WebHookTrigger(in interface{}, out interface{}, c *conversion.Cloner) error

DeepCopy_v1_WebHookTrigger is an autogenerated deepcopy function.

func RegisterConversions

func RegisterConversions(scheme *runtime.Scheme) error

RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDeepCopies

func RegisterDeepCopies(scheme *runtime.Scheme) error

RegisterDeepCopies adds deep-copy functions to the given scheme. Public to allow building arbitrary schemes.

func RegisterDefaults

func RegisterDefaults(scheme *runtime.Scheme) error

RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.

func Resource added in v3.7.0

func Resource(resource string) schema.GroupResource

func SetDefaults_BuildConfigSpec

func SetDefaults_BuildConfigSpec(config *BuildConfigSpec)

func SetDefaults_BuildSource

func SetDefaults_BuildSource(source *BuildSource)

func SetDefaults_BuildStrategy

func SetDefaults_BuildStrategy(strategy *BuildStrategy)

func SetDefaults_BuildTriggerPolicy

func SetDefaults_BuildTriggerPolicy(obj *BuildTriggerPolicy)

func SetDefaults_CustomBuildStrategy

func SetDefaults_CustomBuildStrategy(obj *CustomBuildStrategy)

func SetDefaults_DockerBuildStrategy

func SetDefaults_DockerBuildStrategy(obj *DockerBuildStrategy)

func SetDefaults_SourceBuildStrategy

func SetDefaults_SourceBuildStrategy(obj *SourceBuildStrategy)

func SetObjectDefaults_Build

func SetObjectDefaults_Build(in *Build)

func SetObjectDefaults_BuildConfig

func SetObjectDefaults_BuildConfig(in *BuildConfig)

func SetObjectDefaults_BuildConfigList

func SetObjectDefaults_BuildConfigList(in *BuildConfigList)

func SetObjectDefaults_BuildList

func SetObjectDefaults_BuildList(in *BuildList)

func SetObjectDefaults_BuildRequest

func SetObjectDefaults_BuildRequest(in *BuildRequest)

Types

type BinaryBuildRequestOptions

type BinaryBuildRequestOptions struct {
	metav1.TypeMeta `json:",inline"`
	// metadata for BinaryBuildRequestOptions.
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// asFile determines if the binary should be created as a file within the source rather than extracted as an archive
	AsFile string `json:"asFile,omitempty" protobuf:"bytes,2,opt,name=asFile"`

	// revision.commit is the value identifying a specific commit
	Commit string `json:"revision.commit,omitempty" protobuf:"bytes,3,opt,name=revisionCommit"`

	// revision.message is the description of a specific commit
	Message string `json:"revision.message,omitempty" protobuf:"bytes,4,opt,name=revisionMessage"`

	// revision.authorName of the source control user
	AuthorName string `json:"revision.authorName,omitempty" protobuf:"bytes,5,opt,name=revisionAuthorName"`

	// revision.authorEmail of the source control user
	AuthorEmail string `json:"revision.authorEmail,omitempty" protobuf:"bytes,6,opt,name=revisionAuthorEmail"`

	// revision.committerName of the source control user
	CommitterName string `json:"revision.committerName,omitempty" protobuf:"bytes,7,opt,name=revisionCommitterName"`

	// revision.committerEmail of the source control user
	CommitterEmail string `json:"revision.committerEmail,omitempty" protobuf:"bytes,8,opt,name=revisionCommitterEmail"`
}

BinaryBuildRequestOptions are the options required to fully speficy a binary build request

func (*BinaryBuildRequestOptions) Descriptor

func (*BinaryBuildRequestOptions) Descriptor() ([]byte, []int)

func (*BinaryBuildRequestOptions) Marshal

func (m *BinaryBuildRequestOptions) Marshal() (dAtA []byte, err error)

func (*BinaryBuildRequestOptions) MarshalTo

func (m *BinaryBuildRequestOptions) MarshalTo(dAtA []byte) (int, error)

func (*BinaryBuildRequestOptions) ProtoMessage

func (*BinaryBuildRequestOptions) ProtoMessage()

func (*BinaryBuildRequestOptions) Reset

func (m *BinaryBuildRequestOptions) Reset()

func (*BinaryBuildRequestOptions) Size

func (m *BinaryBuildRequestOptions) Size() (n int)

func (*BinaryBuildRequestOptions) String

func (this *BinaryBuildRequestOptions) String() string

func (BinaryBuildRequestOptions) SwaggerDoc

func (BinaryBuildRequestOptions) SwaggerDoc() map[string]string

func (*BinaryBuildRequestOptions) Unmarshal

func (m *BinaryBuildRequestOptions) Unmarshal(dAtA []byte) error

type BinaryBuildSource

type BinaryBuildSource struct {
	// asFile indicates that the provided binary input should be considered a single file
	// within the build input. For example, specifying "webapp.war" would place the provided
	// binary as `/webapp.war` for the builder. If left empty, the Docker and Source build
	// strategies assume this file is a zip, tar, or tar.gz file and extract it as the source.
	// The custom strategy receives this binary as standard input. This filename may not
	// contain slashes or be '..' or '.'.
	AsFile string `json:"asFile,omitempty" protobuf:"bytes,1,opt,name=asFile"`
}

BinaryBuildSource describes a binary file to be used for the Docker and Source build strategies, where the file will be extracted and used as the build source.

func (*BinaryBuildSource) Descriptor

func (*BinaryBuildSource) Descriptor() ([]byte, []int)

func (*BinaryBuildSource) Marshal

func (m *BinaryBuildSource) Marshal() (dAtA []byte, err error)

func (*BinaryBuildSource) MarshalTo

func (m *BinaryBuildSource) MarshalTo(dAtA []byte) (int, error)

func (*BinaryBuildSource) ProtoMessage

func (*BinaryBuildSource) ProtoMessage()

func (*BinaryBuildSource) Reset

func (m *BinaryBuildSource) Reset()

func (*BinaryBuildSource) Size

func (m *BinaryBuildSource) Size() (n int)

func (*BinaryBuildSource) String

func (this *BinaryBuildSource) String() string

func (BinaryBuildSource) SwaggerDoc

func (BinaryBuildSource) SwaggerDoc() map[string]string

func (*BinaryBuildSource) Unmarshal

func (m *BinaryBuildSource) Unmarshal(dAtA []byte) error

type BitbucketWebHookCause

type BitbucketWebHookCause struct {
	CommonWebHookCause `json:",inline" protobuf:"bytes,1,opt,name=commonSpec"`
}

BitbucketWebHookCause has information about a Bitbucket webhook that triggered a build.

func (*BitbucketWebHookCause) Descriptor

func (*BitbucketWebHookCause) Descriptor() ([]byte, []int)

func (*BitbucketWebHookCause) Marshal

func (m *BitbucketWebHookCause) Marshal() (dAtA []byte, err error)

func (*BitbucketWebHookCause) MarshalTo

func (m *BitbucketWebHookCause) MarshalTo(dAtA []byte) (int, error)

func (*BitbucketWebHookCause) ProtoMessage

func (*BitbucketWebHookCause) ProtoMessage()

func (*BitbucketWebHookCause) Reset

func (m *BitbucketWebHookCause) Reset()

func (*BitbucketWebHookCause) Size

func (m *BitbucketWebHookCause) Size() (n int)

func (*BitbucketWebHookCause) String

func (this *BitbucketWebHookCause) String() string

func (BitbucketWebHookCause) SwaggerDoc

func (BitbucketWebHookCause) SwaggerDoc() map[string]string

func (*BitbucketWebHookCause) Unmarshal

func (m *BitbucketWebHookCause) Unmarshal(dAtA []byte) error

type Build

type Build struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// spec is all the inputs used to execute the build.
	Spec BuildSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`

	// status is the current status of the build.
	Status BuildStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

Build encapsulates the inputs needed to produce a new deployable image, as well as the status of the execution and a reference to the Pod which executed the build.

func (*Build) Descriptor

func (*Build) Descriptor() ([]byte, []int)

func (*Build) Marshal

func (m *Build) Marshal() (dAtA []byte, err error)

func (*Build) MarshalTo

func (m *Build) MarshalTo(dAtA []byte) (int, error)

func (*Build) ProtoMessage

func (*Build) ProtoMessage()

func (*Build) Reset

func (m *Build) Reset()

func (*Build) Size

func (m *Build) Size() (n int)

func (*Build) String

func (this *Build) String() string

func (Build) SwaggerDoc

func (Build) SwaggerDoc() map[string]string

func (*Build) Unmarshal

func (m *Build) Unmarshal(dAtA []byte) error

type BuildConfig

type BuildConfig struct {
	metav1.TypeMeta `json:",inline"`
	// metadata for BuildConfig.
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// spec holds all the input necessary to produce a new build, and the conditions when
	// to trigger them.
	Spec BuildConfigSpec `json:"spec" protobuf:"bytes,2,opt,name=spec"`
	// status holds any relevant information about a build config
	Status BuildConfigStatus `json:"status" protobuf:"bytes,3,opt,name=status"`
}

Build configurations define a build process for new Docker images. There are three types of builds possible - a Docker build using a Dockerfile, a Source-to-Image build that uses a specially prepared base image that accepts source code that it can make runnable, and a custom build that can run // arbitrary Docker images as a base and accept the build parameters. Builds run on the cluster and on completion are pushed to the Docker registry specified in the "output" section. A build can be triggered via a webhook, when the base image changes, or when a user manually requests a new build be // created.

Each build created by a build configuration is numbered and refers back to its parent configuration. Multiple builds can be triggered at once. Builds that do not have "output" set can be used to test code or run a verification build.

func (*BuildConfig) Descriptor

func (*BuildConfig) Descriptor() ([]byte, []int)

func (*BuildConfig) Marshal

func (m *BuildConfig) Marshal() (dAtA []byte, err error)

func (*BuildConfig) MarshalTo

func (m *BuildConfig) MarshalTo(dAtA []byte) (int, error)

func (*BuildConfig) ProtoMessage

func (*BuildConfig) ProtoMessage()

func (*BuildConfig) Reset

func (m *BuildConfig) Reset()

func (*BuildConfig) Size

func (m *BuildConfig) Size() (n int)

func (*BuildConfig) String

func (this *BuildConfig) String() string

func (BuildConfig) SwaggerDoc

func (BuildConfig) SwaggerDoc() map[string]string

func (*BuildConfig) Unmarshal

func (m *BuildConfig) Unmarshal(dAtA []byte) error

type BuildConfigList

type BuildConfigList struct {
	metav1.TypeMeta `json:",inline"`
	// metadata for BuildConfigList.
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// items is a list of build configs
	Items []BuildConfig `json:"items" protobuf:"bytes,2,rep,name=items"`
}

BuildConfigList is a collection of BuildConfigs.

func (*BuildConfigList) Descriptor

func (*BuildConfigList) Descriptor() ([]byte, []int)

func (*BuildConfigList) Marshal

func (m *BuildConfigList) Marshal() (dAtA []byte, err error)

func (*BuildConfigList) MarshalTo

func (m *BuildConfigList) MarshalTo(dAtA []byte) (int, error)

func (*BuildConfigList) ProtoMessage

func (*BuildConfigList) ProtoMessage()

func (*BuildConfigList) Reset

func (m *BuildConfigList) Reset()

func (*BuildConfigList) Size

func (m *BuildConfigList) Size() (n int)

func (*BuildConfigList) String

func (this *BuildConfigList) String() string

func (BuildConfigList) SwaggerDoc

func (BuildConfigList) SwaggerDoc() map[string]string

func (*BuildConfigList) Unmarshal

func (m *BuildConfigList) Unmarshal(dAtA []byte) error

type BuildConfigSpec

type BuildConfigSpec struct {

	//triggers determine how new Builds can be launched from a BuildConfig. If
	//no triggers are defined, a new build can only occur as a result of an
	//explicit client build creation.
	Triggers []BuildTriggerPolicy `json:"triggers" protobuf:"bytes,1,rep,name=triggers"`

	// RunPolicy describes how the new build created from this build
	// configuration will be scheduled for execution.
	// This is optional, if not specified we default to "Serial".
	RunPolicy BuildRunPolicy `json:"runPolicy,omitempty" protobuf:"bytes,2,opt,name=runPolicy,casttype=BuildRunPolicy"`

	// CommonSpec is the desired build specification
	CommonSpec `json:",inline" protobuf:"bytes,3,opt,name=commonSpec"`

	// successfulBuildsHistoryLimit is the number of old successful builds to retain.
	// If not specified, all successful builds are retained.
	SuccessfulBuildsHistoryLimit *int32 `json:"successfulBuildsHistoryLimit,omitempty" protobuf:"varint,4,opt,name=successfulBuildsHistoryLimit"`

	// failedBuildsHistoryLimit is the number of old failed builds to retain.
	// If not specified, all failed builds are retained.
	FailedBuildsHistoryLimit *int32 `json:"failedBuildsHistoryLimit,omitempty" protobuf:"varint,5,opt,name=failedBuildsHistoryLimit"`
}

BuildConfigSpec describes when and how builds are created

func (*BuildConfigSpec) Descriptor

func (*BuildConfigSpec) Descriptor() ([]byte, []int)

func (*BuildConfigSpec) Marshal

func (m *BuildConfigSpec) Marshal() (dAtA []byte, err error)

func (*BuildConfigSpec) MarshalTo

func (m *BuildConfigSpec) MarshalTo(dAtA []byte) (int, error)

func (*BuildConfigSpec) ProtoMessage

func (*BuildConfigSpec) ProtoMessage()

func (*BuildConfigSpec) Reset

func (m *BuildConfigSpec) Reset()

func (*BuildConfigSpec) Size

func (m *BuildConfigSpec) Size() (n int)

func (*BuildConfigSpec) String

func (this *BuildConfigSpec) String() string

func (BuildConfigSpec) SwaggerDoc

func (BuildConfigSpec) SwaggerDoc() map[string]string

func (*BuildConfigSpec) Unmarshal

func (m *BuildConfigSpec) Unmarshal(dAtA []byte) error

type BuildConfigStatus

type BuildConfigStatus struct {
	// lastVersion is used to inform about number of last triggered build.
	LastVersion int64 `json:"lastVersion" protobuf:"varint,1,opt,name=lastVersion"`
}

BuildConfigStatus contains current state of the build config object.

func (*BuildConfigStatus) Descriptor

func (*BuildConfigStatus) Descriptor() ([]byte, []int)

func (*BuildConfigStatus) Marshal

func (m *BuildConfigStatus) Marshal() (dAtA []byte, err error)

func (*BuildConfigStatus) MarshalTo

func (m *BuildConfigStatus) MarshalTo(dAtA []byte) (int, error)

func (*BuildConfigStatus) ProtoMessage

func (*BuildConfigStatus) ProtoMessage()

func (*BuildConfigStatus) Reset

func (m *BuildConfigStatus) Reset()

func (*BuildConfigStatus) Size

func (m *BuildConfigStatus) Size() (n int)

func (*BuildConfigStatus) String

func (this *BuildConfigStatus) String() string

func (BuildConfigStatus) SwaggerDoc

func (BuildConfigStatus) SwaggerDoc() map[string]string

func (*BuildConfigStatus) Unmarshal

func (m *BuildConfigStatus) Unmarshal(dAtA []byte) error

type BuildList

type BuildList struct {
	metav1.TypeMeta `json:",inline"`
	// metadata for BuildList.
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// items is a list of builds
	Items []Build `json:"items" protobuf:"bytes,2,rep,name=items"`
}

BuildList is a collection of Builds.

func (*BuildList) Descriptor

func (*BuildList) Descriptor() ([]byte, []int)

func (*BuildList) Marshal

func (m *BuildList) Marshal() (dAtA []byte, err error)

func (*BuildList) MarshalTo

func (m *BuildList) MarshalTo(dAtA []byte) (int, error)

func (*BuildList) ProtoMessage

func (*BuildList) ProtoMessage()

func (*BuildList) Reset

func (m *BuildList) Reset()

func (*BuildList) Size

func (m *BuildList) Size() (n int)

func (*BuildList) String

func (this *BuildList) String() string

func (BuildList) SwaggerDoc

func (BuildList) SwaggerDoc() map[string]string

func (*BuildList) Unmarshal

func (m *BuildList) Unmarshal(dAtA []byte) error

type BuildLog

type BuildLog struct {
	metav1.TypeMeta `json:",inline"`
}

BuildLog is the (unused) resource associated with the build log redirector

func (*BuildLog) Descriptor

func (*BuildLog) Descriptor() ([]byte, []int)

func (*BuildLog) Marshal

func (m *BuildLog) Marshal() (dAtA []byte, err error)

func (*BuildLog) MarshalTo

func (m *BuildLog) MarshalTo(dAtA []byte) (int, error)

func (*BuildLog) ProtoMessage

func (*BuildLog) ProtoMessage()

func (*BuildLog) Reset

func (m *BuildLog) Reset()

func (*BuildLog) Size

func (m *BuildLog) Size() (n int)

func (*BuildLog) String

func (this *BuildLog) String() string

func (BuildLog) SwaggerDoc

func (BuildLog) SwaggerDoc() map[string]string

func (*BuildLog) Unmarshal

func (m *BuildLog) Unmarshal(dAtA []byte) error

type BuildLogOptions

type BuildLogOptions struct {
	metav1.TypeMeta `json:",inline"`

	// cointainer for which to stream logs. Defaults to only container if there is one container in the pod.
	Container string `json:"container,omitempty" protobuf:"bytes,1,opt,name=container"`
	// follow if true indicates that the build log should be streamed until
	// the build terminates.
	Follow bool `json:"follow,omitempty" protobuf:"varint,2,opt,name=follow"`
	// previous returns previous build logs. Defaults to false.
	Previous bool `json:"previous,omitempty" protobuf:"varint,3,opt,name=previous"`
	// sinceSeconds is a relative time in seconds before the current time from which to show logs. If this value
	// precedes the time a pod was started, only logs since the pod start will be returned.
	// If this value is in the future, no logs will be returned.
	// Only one of sinceSeconds or sinceTime may be specified.
	SinceSeconds *int64 `json:"sinceSeconds,omitempty" protobuf:"varint,4,opt,name=sinceSeconds"`
	// sinceTime is an RFC3339 timestamp from which to show logs. If this value
	// precedes the time a pod was started, only logs since the pod start will be returned.
	// If this value is in the future, no logs will be returned.
	// Only one of sinceSeconds or sinceTime may be specified.
	SinceTime *metav1.Time `json:"sinceTime,omitempty" protobuf:"bytes,5,opt,name=sinceTime"`
	// timestamps, If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line
	// of log output. Defaults to false.
	Timestamps bool `json:"timestamps,omitempty" protobuf:"varint,6,opt,name=timestamps"`
	// tailLines, If set, is the number of lines from the end of the logs to show. If not specified,
	// logs are shown from the creation of the container or sinceSeconds or sinceTime
	TailLines *int64 `json:"tailLines,omitempty" protobuf:"varint,7,opt,name=tailLines"`
	// limitBytes, If set, is the number of bytes to read from the server before terminating the
	// log output. This may not display a complete final line of logging, and may return
	// slightly more or slightly less than the specified limit.
	LimitBytes *int64 `json:"limitBytes,omitempty" protobuf:"varint,8,opt,name=limitBytes"`

	// noWait if true causes the call to return immediately even if the build
	// is not available yet. Otherwise the server will wait until the build has started.
	// TODO: Fix the tag to 'noWait' in v2
	NoWait bool `json:"nowait,omitempty" protobuf:"varint,9,opt,name=nowait"`

	// version of the build for which to view logs.
	Version *int64 `json:"version,omitempty" protobuf:"varint,10,opt,name=version"`
}

BuildLogOptions is the REST options for a build log

func (*BuildLogOptions) Descriptor

func (*BuildLogOptions) Descriptor() ([]byte, []int)

func (*BuildLogOptions) Marshal

func (m *BuildLogOptions) Marshal() (dAtA []byte, err error)

func (*BuildLogOptions) MarshalTo

func (m *BuildLogOptions) MarshalTo(dAtA []byte) (int, error)

func (*BuildLogOptions) ProtoMessage

func (*BuildLogOptions) ProtoMessage()

func (*BuildLogOptions) Reset

func (m *BuildLogOptions) Reset()

func (*BuildLogOptions) Size

func (m *BuildLogOptions) Size() (n int)

func (*BuildLogOptions) String

func (this *BuildLogOptions) String() string

func (BuildLogOptions) SwaggerDoc

func (BuildLogOptions) SwaggerDoc() map[string]string

func (*BuildLogOptions) Unmarshal

func (m *BuildLogOptions) Unmarshal(dAtA []byte) error

type BuildOutput

type BuildOutput struct {
	// to defines an optional location to push the output of this build to.
	// Kind must be one of 'ImageStreamTag' or 'DockerImage'.
	// This value will be used to look up a Docker image repository to push to.
	// In the case of an ImageStreamTag, the ImageStreamTag will be looked for in the namespace of
	// the build unless Namespace is specified.
	To *kapi.ObjectReference `json:"to,omitempty" protobuf:"bytes,1,opt,name=to"`

	// PushSecret is the name of a Secret that would be used for setting
	// up the authentication for executing the Docker push to authentication
	// enabled Docker Registry (or Docker Hub).
	PushSecret *kapi.LocalObjectReference `json:"pushSecret,omitempty" protobuf:"bytes,2,opt,name=pushSecret"`

	// imageLabels define a list of labels that are applied to the resulting image. If there
	// are multiple labels with the same name then the last one in the list is used.
	ImageLabels []ImageLabel `json:"imageLabels,omitempty" protobuf:"bytes,3,rep,name=imageLabels"`
}

BuildOutput is input to a build strategy and describes the Docker image that the strategy should produce.

func (*BuildOutput) Descriptor

func (*BuildOutput) Descriptor() ([]byte, []int)

func (*BuildOutput) Marshal

func (m *BuildOutput) Marshal() (dAtA []byte, err error)

func (*BuildOutput) MarshalTo

func (m *BuildOutput) MarshalTo(dAtA []byte) (int, error)

func (*BuildOutput) ProtoMessage

func (*BuildOutput) ProtoMessage()

func (*BuildOutput) Reset

func (m *BuildOutput) Reset()

func (*BuildOutput) Size

func (m *BuildOutput) Size() (n int)

func (*BuildOutput) String

func (this *BuildOutput) String() string

func (BuildOutput) SwaggerDoc

func (BuildOutput) SwaggerDoc() map[string]string

func (*BuildOutput) Unmarshal

func (m *BuildOutput) Unmarshal(dAtA []byte) error

type BuildPhase

type BuildPhase string

BuildPhase represents the status of a build at a point in time.

const (
	// BuildPhaseNew is automatically assigned to a newly created build.
	BuildPhaseNew BuildPhase = "New"

	// BuildPhasePending indicates that a pod name has been assigned and a build is
	// about to start running.
	BuildPhasePending BuildPhase = "Pending"

	// BuildPhaseRunning indicates that a pod has been created and a build is running.
	BuildPhaseRunning BuildPhase = "Running"

	// BuildPhaseComplete indicates that a build has been successful.
	BuildPhaseComplete BuildPhase = "Complete"

	// BuildPhaseFailed indicates that a build has executed and failed.
	BuildPhaseFailed BuildPhase = "Failed"

	// BuildPhaseError indicates that an error prevented the build from executing.
	BuildPhaseError BuildPhase = "Error"

	// BuildPhaseCancelled indicates that a running/pending build was stopped from executing.
	BuildPhaseCancelled BuildPhase = "Cancelled"
)

Valid values for BuildPhase.

type BuildPostCommitSpec

type BuildPostCommitSpec struct {
	// command is the command to run. It may not be specified with Script.
	// This might be needed if the image doesn't have `/bin/sh`, or if you
	// do not want to use a shell. In all other cases, using Script might be
	// more convenient.
	Command []string `json:"command,omitempty" protobuf:"bytes,1,rep,name=command"`
	// args is a list of arguments that are provided to either Command,
	// Script or the Docker image's default entrypoint. The arguments are
	// placed immediately after the command to be run.
	Args []string `json:"args,omitempty" protobuf:"bytes,2,rep,name=args"`
	// script is a shell script to be run with `/bin/sh -ic`. It may not be
	// specified with Command. Use Script when a shell script is appropriate
	// to execute the post build hook, for example for running unit tests
	// with `rake test`. If you need control over the image entrypoint, or
	// if the image does not have `/bin/sh`, use Command and/or Args.
	// The `-i` flag is needed to support CentOS and RHEL images that use
	// Software Collections (SCL), in order to have the appropriate
	// collections enabled in the shell. E.g., in the Ruby image, this is
	// necessary to make `ruby`, `bundle` and other binaries available in
	// the PATH.
	Script string `json:"script,omitempty" protobuf:"bytes,3,opt,name=script"`
}

A BuildPostCommitSpec holds a build post commit hook specification. The hook executes a command in a temporary container running the build output image, immediately after the last layer of the image is committed and before the image is pushed to a registry. The command is executed with the current working directory ($PWD) set to the image's WORKDIR.

The build will be marked as failed if the hook execution fails. It will fail if the script or command return a non-zero exit code, or if there is any other error related to starting the temporary container.

There are five different ways to configure the hook. As an example, all forms below are equivalent and will execute `rake test --verbose`.

1. Shell script:

   "postCommit": {
     "script": "rake test --verbose",
   }

The above is a convenient form which is equivalent to:

   "postCommit": {
     "command": ["/bin/sh", "-ic"],
     "args":    ["rake test --verbose"]
   }

2. A command as the image entrypoint:

   "postCommit": {
     "commit": ["rake", "test", "--verbose"]
   }

Command overrides the image entrypoint in the exec form, as documented in
Docker: https://docs.docker.com/engine/reference/builder/#entrypoint.

3. Pass arguments to the default entrypoint:

       "postCommit": {
		      "args": ["rake", "test", "--verbose"]
	      }

    This form is only useful if the image entrypoint can handle arguments.

4. Shell script with arguments:

   "postCommit": {
     "script": "rake test $1",
     "args":   ["--verbose"]
   }

This form is useful if you need to pass arguments that would otherwise be
hard to quote properly in the shell script. In the script, $0 will be
"/bin/sh" and $1, $2, etc, are the positional arguments from Args.

5. Command with arguments:

   "postCommit": {
     "command": ["rake", "test"],
     "args":    ["--verbose"]
   }

This form is equivalent to appending the arguments to the Command slice.

It is invalid to provide both Script and Command simultaneously. If none of the fields are specified, the hook is not executed.

func (*BuildPostCommitSpec) Descriptor

func (*BuildPostCommitSpec) Descriptor() ([]byte, []int)

func (*BuildPostCommitSpec) Marshal

func (m *BuildPostCommitSpec) Marshal() (dAtA []byte, err error)

func (*BuildPostCommitSpec) MarshalTo

func (m *BuildPostCommitSpec) MarshalTo(dAtA []byte) (int, error)

func (*BuildPostCommitSpec) ProtoMessage

func (*BuildPostCommitSpec) ProtoMessage()

func (*BuildPostCommitSpec) Reset

func (m *BuildPostCommitSpec) Reset()

func (*BuildPostCommitSpec) Size

func (m *BuildPostCommitSpec) Size() (n int)

func (*BuildPostCommitSpec) String

func (this *BuildPostCommitSpec) String() string

func (BuildPostCommitSpec) SwaggerDoc

func (BuildPostCommitSpec) SwaggerDoc() map[string]string

func (*BuildPostCommitSpec) Unmarshal

func (m *BuildPostCommitSpec) Unmarshal(dAtA []byte) error

type BuildRequest

type BuildRequest struct {
	metav1.TypeMeta `json:",inline"`
	// metadata for BuildRequest.
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	// revision is the information from the source for a specific repo snapshot.
	Revision *SourceRevision `json:"revision,omitempty" protobuf:"bytes,2,opt,name=revision"`

	// triggeredByImage is the Image that triggered this build.
	TriggeredByImage *kapi.ObjectReference `json:"triggeredByImage,omitempty" protobuf:"bytes,3,opt,name=triggeredByImage"`

	// from is the reference to the ImageStreamTag that triggered the build.
	From *kapi.ObjectReference `json:"from,omitempty" protobuf:"bytes,4,opt,name=from"`

	// binary indicates a request to build from a binary provided to the builder
	Binary *BinaryBuildSource `json:"binary,omitempty" protobuf:"bytes,5,opt,name=binary"`

	// lastVersion (optional) is the LastVersion of the BuildConfig that was used
	// to generate the build. If the BuildConfig in the generator doesn't match, a build will
	// not be generated.
	LastVersion *int64 `json:"lastVersion,omitempty" protobuf:"varint,6,opt,name=lastVersion"`

	// env contains additional environment variables you want to pass into a builder container.
	Env []kapi.EnvVar `json:"env,omitempty" protobuf:"bytes,7,rep,name=env"`

	// triggeredBy describes which triggers started the most recent update to the
	// build configuration and contains information about those triggers.
	TriggeredBy []BuildTriggerCause `json:"triggeredBy" protobuf:"bytes,8,rep,name=triggeredBy"`

	// DockerStrategyOptions contains additional docker-strategy specific options for the build
	DockerStrategyOptions *DockerStrategyOptions `json:"dockerStrategyOptions,omitempty" protobuf:"bytes,9,opt,name=dockerStrategyOptions"`

	// SourceStrategyOptions contains additional source-strategy specific options for the build
	SourceStrategyOptions *SourceStrategyOptions `json:"sourceStrategyOptions,omitempty" protobuf:"bytes,10,opt,name=sourceStrategyOptions"`
}

BuildRequest is the resource used to pass parameters to build generator

func (*BuildRequest) Descriptor

func (*BuildRequest) Descriptor() ([]byte, []int)

func (*BuildRequest) Marshal

func (m *BuildRequest) Marshal() (dAtA []byte, err error)

func (*BuildRequest) MarshalTo

func (m *BuildRequest) MarshalTo(dAtA []byte) (int, error)

func (*BuildRequest) ProtoMessage

func (*BuildRequest) ProtoMessage()

func (*BuildRequest) Reset

func (m *BuildRequest) Reset()

func (*BuildRequest) Size

func (m *BuildRequest) Size() (n int)

func (*BuildRequest) String

func (this *BuildRequest) String() string

func (BuildRequest) SwaggerDoc

func (BuildRequest) SwaggerDoc() map[string]string

func (*BuildRequest) Unmarshal

func (m *BuildRequest) Unmarshal(dAtA []byte) error

type BuildRunPolicy

type BuildRunPolicy string

BuildRunPolicy defines the behaviour of how the new builds are executed from the existing build configuration.

const (
	// BuildRunPolicyParallel schedules new builds immediately after they are
	// created. Builds will be executed in parallel.
	BuildRunPolicyParallel BuildRunPolicy = "Parallel"

	// BuildRunPolicySerial schedules new builds to execute in a sequence as
	// they are created. Every build gets queued up and will execute when the
	// previous build completes. This is the default policy.
	BuildRunPolicySerial BuildRunPolicy = "Serial"

	// BuildRunPolicySerialLatestOnly schedules only the latest build to execute,
	// cancelling all the previously queued build.
	BuildRunPolicySerialLatestOnly BuildRunPolicy = "SerialLatestOnly"
)

type BuildSource

type BuildSource struct {
	// type of build input to accept
	// +k8s:conversion-gen=false
	Type BuildSourceType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=BuildSourceType"`

	// binary builds accept a binary as their input. The binary is generally assumed to be a tar,
	// gzipped tar, or zip file depending on the strategy. For Docker builds, this is the build
	// context and an optional Dockerfile may be specified to override any Dockerfile in the
	// build context. For Source builds, this is assumed to be an archive as described above. For
	// Source and Docker builds, if binary.asFile is set the build will receive a directory with
	// a single file. contextDir may be used when an archive is provided. Custom builds will
	// receive this binary as input on STDIN.
	Binary *BinaryBuildSource `json:"binary,omitempty" protobuf:"bytes,2,opt,name=binary"`

	// dockerfile is the raw contents of a Dockerfile which should be built. When this option is
	// specified, the FROM may be modified based on your strategy base image and additional ENV
	// stanzas from your strategy environment will be added after the FROM, but before the rest
	// of your Dockerfile stanzas. The Dockerfile source type may be used with other options like
	// git - in those cases the Git repo will have any innate Dockerfile replaced in the context
	// dir.
	Dockerfile *string `json:"dockerfile,omitempty" protobuf:"bytes,3,opt,name=dockerfile"`

	// git contains optional information about git build source
	Git *GitBuildSource `json:"git,omitempty" protobuf:"bytes,4,opt,name=git"`

	// images describes a set of images to be used to provide source for the build
	Images []ImageSource `json:"images,omitempty" protobuf:"bytes,5,rep,name=images"`

	// contextDir specifies the sub-directory where the source code for the application exists.
	// This allows to have buildable sources in directory other than root of
	// repository.
	ContextDir string `json:"contextDir,omitempty" protobuf:"bytes,6,opt,name=contextDir"`

	// sourceSecret is the name of a Secret that would be used for setting
	// up the authentication for cloning private repository.
	// The secret contains valid credentials for remote repository, where the
	// data's key represent the authentication method to be used and value is
	// the base64 encoded credentials. Supported auth methods are: ssh-privatekey.
	SourceSecret *kapi.LocalObjectReference `json:"sourceSecret,omitempty" protobuf:"bytes,7,opt,name=sourceSecret"`

	// secrets represents a list of secrets and their destinations that will
	// be used only for the build.
	Secrets []SecretBuildSource `json:"secrets,omitempty" protobuf:"bytes,8,rep,name=secrets"`
}

BuildSource is the SCM used for the build.

func (*BuildSource) Descriptor

func (*BuildSource) Descriptor() ([]byte, []int)

func (*BuildSource) Marshal

func (m *BuildSource) Marshal() (dAtA []byte, err error)

func (*BuildSource) MarshalTo

func (m *BuildSource) MarshalTo(dAtA []byte) (int, error)

func (*BuildSource) ProtoMessage

func (*BuildSource) ProtoMessage()

func (*BuildSource) Reset

func (m *BuildSource) Reset()

func (*BuildSource) Size

func (m *BuildSource) Size() (n int)

func (*BuildSource) String

func (this *BuildSource) String() string

func (BuildSource) SwaggerDoc

func (BuildSource) SwaggerDoc() map[string]string

func (*BuildSource) Unmarshal

func (m *BuildSource) Unmarshal(dAtA []byte) error

type BuildSourceType

type BuildSourceType string

BuildSourceType is the type of SCM used.

const (
	//BuildSourceGit instructs a build to use a Git source control repository as the build input.
	BuildSourceGit BuildSourceType = "Git"
	// BuildSourceDockerfile uses a Dockerfile as the start of a build
	BuildSourceDockerfile BuildSourceType = "Dockerfile"
	// BuildSourceBinary indicates the build will accept a Binary file as input.
	BuildSourceBinary BuildSourceType = "Binary"
	// BuildSourceImage indicates the build will accept an image as input
	BuildSourceImage BuildSourceType = "Image"
	// BuildSourceNone indicates the build has no predefined input (only valid for Source and Custom Strategies)
	BuildSourceNone BuildSourceType = "None"
)

Valid values for BuildSourceType.

type BuildSpec

type BuildSpec struct {
	// CommonSpec is the information that represents a build
	CommonSpec `json:",inline" protobuf:"bytes,1,opt,name=commonSpec"`

	// triggeredBy describes which triggers started the most recent update to the
	// build configuration and contains information about those triggers.
	TriggeredBy []BuildTriggerCause `json:"triggeredBy" protobuf:"bytes,2,rep,name=triggeredBy"`
}

BuildSpec has the information to represent a build and also additional information about a build

func (*BuildSpec) Descriptor

func (*BuildSpec) Descriptor() ([]byte, []int)

func (*BuildSpec) Marshal

func (m *BuildSpec) Marshal() (dAtA []byte, err error)

func (*BuildSpec) MarshalTo

func (m *BuildSpec) MarshalTo(dAtA []byte) (int, error)

func (*BuildSpec) ProtoMessage

func (*BuildSpec) ProtoMessage()

func (*BuildSpec) Reset

func (m *BuildSpec) Reset()

func (*BuildSpec) Size

func (m *BuildSpec) Size() (n int)

func (*BuildSpec) String

func (this *BuildSpec) String() string

func (BuildSpec) SwaggerDoc

func (BuildSpec) SwaggerDoc() map[string]string

func (*BuildSpec) Unmarshal

func (m *BuildSpec) Unmarshal(dAtA []byte) error

type BuildStatus

type BuildStatus struct {
	// phase is the point in the build lifecycle. Possible values are
	// "New", "Pending", "Running", "Complete", "Failed", "Error", and "Cancelled".
	Phase BuildPhase `json:"phase" protobuf:"bytes,1,opt,name=phase,casttype=BuildPhase"`

	// cancelled describes if a cancel event was triggered for the build.
	Cancelled bool `json:"cancelled,omitempty" protobuf:"varint,2,opt,name=cancelled"`

	// reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
	Reason StatusReason `json:"reason,omitempty" protobuf:"bytes,3,opt,name=reason,casttype=StatusReason"`

	// message is a human-readable message indicating details about why the build has this status.
	Message string `json:"message,omitempty" protobuf:"bytes,4,opt,name=message"`

	// startTimestamp is a timestamp representing the server time when this Build started
	// running in a Pod.
	// It is represented in RFC3339 form and is in UTC.
	StartTimestamp *metav1.Time `json:"startTimestamp,omitempty" protobuf:"bytes,5,opt,name=startTimestamp"`

	// completionTimestamp is a timestamp representing the server time when this Build was
	// finished, whether that build failed or succeeded.  It reflects the time at which
	// the Pod running the Build terminated.
	// It is represented in RFC3339 form and is in UTC.
	CompletionTimestamp *metav1.Time `json:"completionTimestamp,omitempty" protobuf:"bytes,6,opt,name=completionTimestamp"`

	// duration contains time.Duration object describing build time.
	Duration time.Duration `json:"duration,omitempty" protobuf:"varint,7,opt,name=duration,casttype=time.Duration"`

	// outputDockerImageReference contains a reference to the Docker image that
	// will be built by this build. Its value is computed from
	// Build.Spec.Output.To, and should include the registry address, so that
	// it can be used to push and pull the image.
	OutputDockerImageReference string `json:"outputDockerImageReference,omitempty" protobuf:"bytes,8,opt,name=outputDockerImageReference"`

	// config is an ObjectReference to the BuildConfig this Build is based on.
	Config *kapi.ObjectReference `json:"config,omitempty" protobuf:"bytes,9,opt,name=config"`

	// output describes the Docker image the build has produced.
	Output BuildStatusOutput `json:"output,omitempty" protobuf:"bytes,10,opt,name=output"`

	// stages contains details about each stage that occurs during the build
	// including start time, duration (in milliseconds), and the steps that
	// occured within each stage.
	Stages []StageInfo `json:"stages,omitempty" protobuf:"bytes,11,opt,name=stages"`

	// logSnippet is the last few lines of the build log.  This value is only set for builds that failed.
	LogSnippet string `json:"logSnippet,omitempty" protobuf:"bytes,12,opt,name=logSnippet"`
}

BuildStatus contains the status of a build

func (*BuildStatus) Descriptor

func (*BuildStatus) Descriptor() ([]byte, []int)

func (*BuildStatus) Marshal

func (m *BuildStatus) Marshal() (dAtA []byte, err error)

func (*BuildStatus) MarshalTo

func (m *BuildStatus) MarshalTo(dAtA []byte) (int, error)

func (*BuildStatus) ProtoMessage

func (*BuildStatus) ProtoMessage()

func (*BuildStatus) Reset

func (m *BuildStatus) Reset()

func (*BuildStatus) Size

func (m *BuildStatus) Size() (n int)

func (*BuildStatus) String

func (this *BuildStatus) String() string

func (BuildStatus) SwaggerDoc

func (BuildStatus) SwaggerDoc() map[string]string

func (*BuildStatus) Unmarshal

func (m *BuildStatus) Unmarshal(dAtA []byte) error

type BuildStatusOutput

type BuildStatusOutput struct {
	// to describes the status of the built image being pushed to a registry.
	To *BuildStatusOutputTo `json:"to,omitempty" protobuf:"bytes,1,opt,name=to"`
}

BuildStatusOutput contains the status of the built image.

func (*BuildStatusOutput) Descriptor

func (*BuildStatusOutput) Descriptor() ([]byte, []int)

func (*BuildStatusOutput) Marshal

func (m *BuildStatusOutput) Marshal() (dAtA []byte, err error)

func (*BuildStatusOutput) MarshalTo

func (m *BuildStatusOutput) MarshalTo(dAtA []byte) (int, error)

func (*BuildStatusOutput) ProtoMessage

func (*BuildStatusOutput) ProtoMessage()

func (*BuildStatusOutput) Reset

func (m *BuildStatusOutput) Reset()

func (*BuildStatusOutput) Size

func (m *BuildStatusOutput) Size() (n int)

func (*BuildStatusOutput) String

func (this *BuildStatusOutput) String() string

func (BuildStatusOutput) SwaggerDoc

func (BuildStatusOutput) SwaggerDoc() map[string]string

func (*BuildStatusOutput) Unmarshal

func (m *BuildStatusOutput) Unmarshal(dAtA []byte) error

type BuildStatusOutputTo

type BuildStatusOutputTo struct {
	// imageDigest is the digest of the built Docker image. The digest uniquely
	// identifies the image in the registry to which it was pushed.
	//
	// Please note that this field may not always be set even if the push
	// completes successfully - e.g. when the registry returns no digest or
	// returns it in a format that the builder doesn't understand.
	ImageDigest string `json:"imageDigest,omitempty" protobuf:"bytes,1,opt,name=imageDigest"`
}

BuildStatusOutputTo describes the status of the built image with regards to image registry to which it was supposed to be pushed.

func (*BuildStatusOutputTo) Descriptor

func (*BuildStatusOutputTo) Descriptor() ([]byte, []int)

func (*BuildStatusOutputTo) Marshal

func (m *BuildStatusOutputTo) Marshal() (dAtA []byte, err error)

func (*BuildStatusOutputTo) MarshalTo

func (m *BuildStatusOutputTo) MarshalTo(dAtA []byte) (int, error)

func (*BuildStatusOutputTo) ProtoMessage

func (*BuildStatusOutputTo) ProtoMessage()

func (*BuildStatusOutputTo) Reset

func (m *BuildStatusOutputTo) Reset()

func (*BuildStatusOutputTo) Size

func (m *BuildStatusOutputTo) Size() (n int)

func (*BuildStatusOutputTo) String

func (this *BuildStatusOutputTo) String() string

func (BuildStatusOutputTo) SwaggerDoc

func (BuildStatusOutputTo) SwaggerDoc() map[string]string

func (*BuildStatusOutputTo) Unmarshal

func (m *BuildStatusOutputTo) Unmarshal(dAtA []byte) error

type BuildStrategy

type BuildStrategy struct {
	// type is the kind of build strategy.
	// +k8s:conversion-gen=false
	Type BuildStrategyType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=BuildStrategyType"`

	// dockerStrategy holds the parameters to the Docker build strategy.
	DockerStrategy *DockerBuildStrategy `json:"dockerStrategy,omitempty" protobuf:"bytes,2,opt,name=dockerStrategy"`

	// sourceStrategy holds the parameters to the Source build strategy.
	SourceStrategy *SourceBuildStrategy `json:"sourceStrategy,omitempty" protobuf:"bytes,3,opt,name=sourceStrategy"`

	// customStrategy holds the parameters to the Custom build strategy
	CustomStrategy *CustomBuildStrategy `json:"customStrategy,omitempty" protobuf:"bytes,4,opt,name=customStrategy"`

	// JenkinsPipelineStrategy holds the parameters to the Jenkins Pipeline build strategy.
	JenkinsPipelineStrategy *JenkinsPipelineBuildStrategy `json:"jenkinsPipelineStrategy,omitempty" protobuf:"bytes,5,opt,name=jenkinsPipelineStrategy"`
}

BuildStrategy contains the details of how to perform a build.

func (*BuildStrategy) Descriptor

func (*BuildStrategy) Descriptor() ([]byte, []int)

func (*BuildStrategy) Marshal

func (m *BuildStrategy) Marshal() (dAtA []byte, err error)

func (*BuildStrategy) MarshalTo

func (m *BuildStrategy) MarshalTo(dAtA []byte) (int, error)

func (*BuildStrategy) ProtoMessage

func (*BuildStrategy) ProtoMessage()

func (*BuildStrategy) Reset

func (m *BuildStrategy) Reset()

func (*BuildStrategy) Size

func (m *BuildStrategy) Size() (n int)

func (*BuildStrategy) String

func (this *BuildStrategy) String() string

func (BuildStrategy) SwaggerDoc

func (BuildStrategy) SwaggerDoc() map[string]string

func (*BuildStrategy) Unmarshal

func (m *BuildStrategy) Unmarshal(dAtA []byte) error

type BuildStrategyType

type BuildStrategyType string

BuildStrategyType describes a particular way of performing a build.

const (
	// DockerBuildStrategyType performs builds using a Dockerfile.
	DockerBuildStrategyType BuildStrategyType = "Docker"

	// SourceBuildStrategyType performs builds build using Source To Images with a Git repository
	// and a builder image.
	SourceBuildStrategyType BuildStrategyType = "Source"

	// CustomBuildStrategyType performs builds using custom builder Docker image.
	CustomBuildStrategyType BuildStrategyType = "Custom"

	// JenkinsPipelineBuildStrategyType indicates the build will run via Jenkine Pipeline.
	JenkinsPipelineBuildStrategyType BuildStrategyType = "JenkinsPipeline"
)

Valid values for BuildStrategyType.

type BuildTriggerCause

type BuildTriggerCause struct {
	// message is used to store a human readable message for why the build was
	// triggered. E.g.: "Manually triggered by user", "Configuration change",etc.
	Message string `json:"message,omitempty" protobuf:"bytes,1,opt,name=message"`

	// genericWebHook holds data about a builds generic webhook trigger.
	GenericWebHook *GenericWebHookCause `json:"genericWebHook,omitempty" protobuf:"bytes,2,opt,name=genericWebHook"`

	// gitHubWebHook represents data for a GitHub webhook that fired a
	//specific build.
	GitHubWebHook *GitHubWebHookCause `json:"githubWebHook,omitempty" protobuf:"bytes,3,opt,name=githubWebHook"`

	// imageChangeBuild stores information about an imagechange event
	// that triggered a new build.
	ImageChangeBuild *ImageChangeCause `json:"imageChangeBuild,omitempty" protobuf:"bytes,4,opt,name=imageChangeBuild"`

	// GitLabWebHook represents data for a GitLab webhook that fired a specific
	// build.
	GitLabWebHook *GitLabWebHookCause `json:"gitlabWebHook,omitempty" protobuf:"bytes,5,opt,name=gitlabWebHook"`

	// BitbucketWebHook represents data for a Bitbucket webhook that fired a
	// specific build.
	BitbucketWebHook *BitbucketWebHookCause `json:"bitbucketWebHook,omitempty" protobuf:"bytes,6,opt,name=bitbucketWebHook"`
}

BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.

func (*BuildTriggerCause) Descriptor

func (*BuildTriggerCause) Descriptor() ([]byte, []int)

func (*BuildTriggerCause) Marshal

func (m *BuildTriggerCause) Marshal() (dAtA []byte, err error)

func (*BuildTriggerCause) MarshalTo

func (m *BuildTriggerCause) MarshalTo(dAtA []byte) (int, error)

func (*BuildTriggerCause) ProtoMessage

func (*BuildTriggerCause) ProtoMessage()

func (*BuildTriggerCause) Reset

func (m *BuildTriggerCause) Reset()

func (*BuildTriggerCause) Size

func (m *BuildTriggerCause) Size() (n int)

func (*BuildTriggerCause) String

func (this *BuildTriggerCause) String() string

func (BuildTriggerCause) SwaggerDoc

func (BuildTriggerCause) SwaggerDoc() map[string]string

func (*BuildTriggerCause) Unmarshal

func (m *BuildTriggerCause) Unmarshal(dAtA []byte) error

type BuildTriggerPolicy

type BuildTriggerPolicy struct {
	// type is the type of build trigger
	Type BuildTriggerType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=BuildTriggerType"`

	// github contains the parameters for a GitHub webhook type of trigger
	GitHubWebHook *WebHookTrigger `json:"github,omitempty" protobuf:"bytes,2,opt,name=github"`

	// generic contains the parameters for a Generic webhook type of trigger
	GenericWebHook *WebHookTrigger `json:"generic,omitempty" protobuf:"bytes,3,opt,name=generic"`

	// imageChange contains parameters for an ImageChange type of trigger
	ImageChange *ImageChangeTrigger `json:"imageChange,omitempty" protobuf:"bytes,4,opt,name=imageChange"`

	// GitLabWebHook contains the parameters for a GitLab webhook type of trigger
	GitLabWebHook *WebHookTrigger `json:"gitlab,omitempty" protobuf:"bytes,5,opt,name=gitlab"`

	// BitbucketWebHook contains the parameters for a Bitbucket webhook type of
	// trigger
	BitbucketWebHook *WebHookTrigger `json:"bitbucket,omitempty" protobuf:"bytes,6,opt,name=bitbucket"`
}

BuildTriggerPolicy describes a policy for a single trigger that results in a new Build.

func (*BuildTriggerPolicy) Descriptor

func (*BuildTriggerPolicy) Descriptor() ([]byte, []int)

func (*BuildTriggerPolicy) Marshal

func (m *BuildTriggerPolicy) Marshal() (dAtA []byte, err error)

func (*BuildTriggerPolicy) MarshalTo

func (m *BuildTriggerPolicy) MarshalTo(dAtA []byte) (int, error)

func (*BuildTriggerPolicy) ProtoMessage

func (*BuildTriggerPolicy) ProtoMessage()

func (*BuildTriggerPolicy) Reset

func (m *BuildTriggerPolicy) Reset()

func (*BuildTriggerPolicy) Size

func (m *BuildTriggerPolicy) Size() (n int)

func (*BuildTriggerPolicy) String

func (this *BuildTriggerPolicy) String() string

func (BuildTriggerPolicy) SwaggerDoc

func (BuildTriggerPolicy) SwaggerDoc() map[string]string

func (*BuildTriggerPolicy) Unmarshal

func (m *BuildTriggerPolicy) Unmarshal(dAtA []byte) error

type BuildTriggerType

type BuildTriggerType string

BuildTriggerType refers to a specific BuildTriggerPolicy implementation.

const (
	// GitHubWebHookBuildTriggerType represents a trigger that launches builds on
	// GitHub webhook invocations
	GitHubWebHookBuildTriggerType           BuildTriggerType = "GitHub"
	GitHubWebHookBuildTriggerTypeDeprecated BuildTriggerType = "github"

	// GenericWebHookBuildTriggerType represents a trigger that launches builds on
	// generic webhook invocations
	GenericWebHookBuildTriggerType           BuildTriggerType = "Generic"
	GenericWebHookBuildTriggerTypeDeprecated BuildTriggerType = "generic"

	// GitLabWebHookBuildTriggerType represents a trigger that launches builds on
	// GitLab webhook invocations
	GitLabWebHookBuildTriggerType BuildTriggerType = "GitLab"

	// BitbucketWebHookBuildTriggerType represents a trigger that launches builds on
	// Bitbucket webhook invocations
	BitbucketWebHookBuildTriggerType BuildTriggerType = "Bitbucket"

	// ImageChangeBuildTriggerType represents a trigger that launches builds on
	// availability of a new version of an image
	ImageChangeBuildTriggerType           BuildTriggerType = "ImageChange"
	ImageChangeBuildTriggerTypeDeprecated BuildTriggerType = "imageChange"

	// ConfigChangeBuildTriggerType will trigger a build on an initial build config creation
	// WARNING: In the future the behavior will change to trigger a build on any config change
	ConfigChangeBuildTriggerType BuildTriggerType = "ConfigChange"
)

type CommonSpec

type CommonSpec struct {
	// serviceAccount is the name of the ServiceAccount to use to run the pod
	// created by this build.
	// The pod will be allowed to use secrets referenced by the ServiceAccount
	ServiceAccount string `json:"serviceAccount,omitempty" protobuf:"bytes,1,opt,name=serviceAccount"`

	// source describes the SCM in use.
	Source BuildSource `json:"source,omitempty" protobuf:"bytes,2,opt,name=source"`

	// revision is the information from the source for a specific repo snapshot.
	// This is optional.
	Revision *SourceRevision `json:"revision,omitempty" protobuf:"bytes,3,opt,name=revision"`

	// strategy defines how to perform a build.
	Strategy BuildStrategy `json:"strategy" protobuf:"bytes,4,opt,name=strategy"`

	// output describes the Docker image the Strategy should produce.
	Output BuildOutput `json:"output,omitempty" protobuf:"bytes,5,opt,name=output"`

	// resources computes resource requirements to execute the build.
	Resources kapi.ResourceRequirements `json:"resources,omitempty" protobuf:"bytes,6,opt,name=resources"`

	// postCommit is a build hook executed after the build output image is
	// committed, before it is pushed to a registry.
	PostCommit BuildPostCommitSpec `json:"postCommit,omitempty" protobuf:"bytes,7,opt,name=postCommit"`

	// completionDeadlineSeconds is an optional duration in seconds, counted from
	// the time when a build pod gets scheduled in the system, that the build may
	// be active on a node before the system actively tries to terminate the
	// build; value must be positive integer
	CompletionDeadlineSeconds *int64 `json:"completionDeadlineSeconds,omitempty" protobuf:"varint,8,opt,name=completionDeadlineSeconds"`

	// nodeSelector is a selector which must be true for the build pod to fit on a node
	// If nil, it can be overridden by default build nodeselector values for the cluster.
	// If set to an empty map or a map with any values, default build nodeselector values
	// are ignored.
	NodeSelector OptionalNodeSelector `json:"nodeSelector" protobuf:"bytes,9,name=nodeSelector"`
}

CommonSpec encapsulates all the inputs necessary to represent a build.

func (*CommonSpec) Descriptor

func (*CommonSpec) Descriptor() ([]byte, []int)

func (*CommonSpec) Marshal

func (m *CommonSpec) Marshal() (dAtA []byte, err error)

func (*CommonSpec) MarshalTo

func (m *CommonSpec) MarshalTo(dAtA []byte) (int, error)

func (*CommonSpec) ProtoMessage

func (*CommonSpec) ProtoMessage()

func (*CommonSpec) Reset

func (m *CommonSpec) Reset()

func (*CommonSpec) Size

func (m *CommonSpec) Size() (n int)

func (*CommonSpec) String

func (this *CommonSpec) String() string

func (CommonSpec) SwaggerDoc

func (CommonSpec) SwaggerDoc() map[string]string

func (*CommonSpec) Unmarshal

func (m *CommonSpec) Unmarshal(dAtA []byte) error

type CommonWebHookCause

type CommonWebHookCause struct {
	// Revision is the git source revision information of the trigger.
	Revision *SourceRevision `json:"revision,omitempty" protobuf:"bytes,1,opt,name=revision"`

	// Secret is the obfuscated webhook secret that triggered a build.
	Secret string `json:"secret,omitempty" protobuf:"bytes,2,opt,name=secret"`
}

CommonWebHookCause factors out the identical format of these webhook causes into struct so we can share it in the specific causes; it is too late for GitHub and Generic but we can leverage this pattern with GitLab and Bitbucket.

func (*CommonWebHookCause) Descriptor

func (*CommonWebHookCause) Descriptor() ([]byte, []int)

func (*CommonWebHookCause) Marshal

func (m *CommonWebHookCause) Marshal() (dAtA []byte, err error)

func (*CommonWebHookCause) MarshalTo

func (m *CommonWebHookCause) MarshalTo(dAtA []byte) (int, error)

func (*CommonWebHookCause) ProtoMessage

func (*CommonWebHookCause) ProtoMessage()

func (*CommonWebHookCause) Reset

func (m *CommonWebHookCause) Reset()

func (*CommonWebHookCause) Size

func (m *CommonWebHookCause) Size() (n int)

func (*CommonWebHookCause) String

func (this *CommonWebHookCause) String() string

func (CommonWebHookCause) SwaggerDoc

func (CommonWebHookCause) SwaggerDoc() map[string]string

func (*CommonWebHookCause) Unmarshal

func (m *CommonWebHookCause) Unmarshal(dAtA []byte) error

type CustomBuildStrategy

type CustomBuildStrategy struct {
	// from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which
	// the docker image should be pulled
	From kapi.ObjectReference `json:"from" protobuf:"bytes,1,opt,name=from"`

	// pullSecret is the name of a Secret that would be used for setting up
	// the authentication for pulling the Docker images from the private Docker
	// registries
	PullSecret *kapi.LocalObjectReference `json:"pullSecret,omitempty" protobuf:"bytes,2,opt,name=pullSecret"`

	// env contains additional environment variables you want to pass into a builder container.
	Env []kapi.EnvVar `json:"env,omitempty" protobuf:"bytes,3,rep,name=env"`

	// exposeDockerSocket will allow running Docker commands (and build Docker images) from
	// inside the Docker container.
	// TODO: Allow admins to enforce 'false' for this option
	ExposeDockerSocket bool `json:"exposeDockerSocket,omitempty" protobuf:"varint,4,opt,name=exposeDockerSocket"`

	// forcePull describes if the controller should configure the build pod to always pull the images
	// for the builder or only pull if it is not present locally
	ForcePull bool `json:"forcePull,omitempty" protobuf:"varint,5,opt,name=forcePull"`

	// secrets is a list of additional secrets that will be included in the build pod
	Secrets []SecretSpec `json:"secrets,omitempty" protobuf:"bytes,6,rep,name=secrets"`

	// buildAPIVersion is the requested API version for the Build object serialized and passed to the custom builder
	BuildAPIVersion string `json:"buildAPIVersion,omitempty" protobuf:"bytes,7,opt,name=buildAPIVersion"`
}

CustomBuildStrategy defines input parameters specific to Custom build.

func (*CustomBuildStrategy) Descriptor

func (*CustomBuildStrategy) Descriptor() ([]byte, []int)

func (*CustomBuildStrategy) Marshal

func (m *CustomBuildStrategy) Marshal() (dAtA []byte, err error)

func (*CustomBuildStrategy) MarshalTo

func (m *CustomBuildStrategy) MarshalTo(dAtA []byte) (int, error)

func (*CustomBuildStrategy) ProtoMessage

func (*CustomBuildStrategy) ProtoMessage()

func (*CustomBuildStrategy) Reset

func (m *CustomBuildStrategy) Reset()

func (*CustomBuildStrategy) Size

func (m *CustomBuildStrategy) Size() (n int)

func (*CustomBuildStrategy) String

func (this *CustomBuildStrategy) String() string

func (CustomBuildStrategy) SwaggerDoc

func (CustomBuildStrategy) SwaggerDoc() map[string]string

func (*CustomBuildStrategy) Unmarshal

func (m *CustomBuildStrategy) Unmarshal(dAtA []byte) error

type DockerBuildStrategy

type DockerBuildStrategy struct {
	// from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which
	// the docker image should be pulled
	// the resulting image will be used in the FROM line of the Dockerfile for this build.
	From *kapi.ObjectReference `json:"from,omitempty" protobuf:"bytes,1,opt,name=from"`

	// pullSecret is the name of a Secret that would be used for setting up
	// the authentication for pulling the Docker images from the private Docker
	// registries
	PullSecret *kapi.LocalObjectReference `json:"pullSecret,omitempty" protobuf:"bytes,2,opt,name=pullSecret"`

	// noCache if set to true indicates that the docker build must be executed with the
	// --no-cache=true flag
	NoCache bool `json:"noCache,omitempty" protobuf:"varint,3,opt,name=noCache"`

	// env contains additional environment variables you want to pass into a builder container.
	Env []kapi.EnvVar `json:"env,omitempty" protobuf:"bytes,4,rep,name=env"`

	// forcePull describes if the builder should pull the images from registry prior to building.
	ForcePull bool `json:"forcePull,omitempty" protobuf:"varint,5,opt,name=forcePull"`

	// dockerfilePath is the path of the Dockerfile that will be used to build the Docker image,
	// relative to the root of the context (contextDir).
	DockerfilePath string `json:"dockerfilePath,omitempty" protobuf:"bytes,6,opt,name=dockerfilePath"`

	// buildArgs contains build arguments that will be resolved in the Dockerfile.  See
	// https://docs.docker.com/engine/reference/builder/#/arg for more details.
	BuildArgs []kapi.EnvVar `json:"buildArgs,omitempty" protobuf:"bytes,7,rep,name=buildArgs"`

	// imageOptimizationPolicy describes what optimizations the system can use when building images
	// to reduce the final size or time spent building the image. The default policy is 'None' which
	// means the final build image will be equivalent to an image created by the Docker build API.
	// The experimental policy 'SkipLayers' will avoid commiting new layers in between each
	// image step, and will fail if the Dockerfile cannot provide compatibility with the 'None'
	// policy. An additional experimental policy 'SkipLayersAndWarn' is the same as
	// 'SkipLayers' but simply warns if compatibility cannot be preserved.
	ImageOptimizationPolicy *ImageOptimizationPolicy `json:"imageOptimizationPolicy,omitempty" protobuf:"bytes,8,opt,name=imageOptimizationPolicy,casttype=ImageOptimizationPolicy"`
}

DockerBuildStrategy defines input parameters specific to Docker build.

func (*DockerBuildStrategy) Descriptor

func (*DockerBuildStrategy) Descriptor() ([]byte, []int)

func (*DockerBuildStrategy) Marshal

func (m *DockerBuildStrategy) Marshal() (dAtA []byte, err error)

func (*DockerBuildStrategy) MarshalTo

func (m *DockerBuildStrategy) MarshalTo(dAtA []byte) (int, error)

func (*DockerBuildStrategy) ProtoMessage

func (*DockerBuildStrategy) ProtoMessage()

func (*DockerBuildStrategy) Reset

func (m *DockerBuildStrategy) Reset()

func (*DockerBuildStrategy) Size

func (m *DockerBuildStrategy) Size() (n int)

func (*DockerBuildStrategy) String

func (this *DockerBuildStrategy) String() string

func (DockerBuildStrategy) SwaggerDoc

func (DockerBuildStrategy) SwaggerDoc() map[string]string

func (*DockerBuildStrategy) Unmarshal

func (m *DockerBuildStrategy) Unmarshal(dAtA []byte) error

type DockerStrategyOptions

type DockerStrategyOptions struct {
	// Args contains any build arguments that are to be passed to Docker.  See
	// https://docs.docker.com/engine/reference/builder/#/arg for more details
	BuildArgs []kapi.EnvVar `json:"buildArgs,omitempty" protobuf:"bytes,1,rep,name=buildArgs"`

	// noCache overrides the docker-strategy noCache option in the build config
	NoCache *bool `json:"noCache,omitempty" protobuf:"varint,2,opt,name=noCache"`
}

DockerStrategyOptions contains extra strategy options for Docker builds

func (*DockerStrategyOptions) Descriptor

func (*DockerStrategyOptions) Descriptor() ([]byte, []int)

func (*DockerStrategyOptions) Marshal

func (m *DockerStrategyOptions) Marshal() (dAtA []byte, err error)

func (*DockerStrategyOptions) MarshalTo

func (m *DockerStrategyOptions) MarshalTo(dAtA []byte) (int, error)

func (*DockerStrategyOptions) ProtoMessage

func (*DockerStrategyOptions) ProtoMessage()

func (*DockerStrategyOptions) Reset

func (m *DockerStrategyOptions) Reset()

func (*DockerStrategyOptions) Size

func (m *DockerStrategyOptions) Size() (n int)

func (*DockerStrategyOptions) String

func (this *DockerStrategyOptions) String() string

func (DockerStrategyOptions) SwaggerDoc

func (DockerStrategyOptions) SwaggerDoc() map[string]string

func (*DockerStrategyOptions) Unmarshal

func (m *DockerStrategyOptions) Unmarshal(dAtA []byte) error

type GenericWebHookCause

type GenericWebHookCause struct {
	// revision is an optional field that stores the git source revision
	// information of the generic webhook trigger when it is available.
	Revision *SourceRevision `json:"revision,omitempty" protobuf:"bytes,1,opt,name=revision"`

	// secret is the obfuscated webhook secret that triggered a build.
	Secret string `json:"secret,omitempty" protobuf:"bytes,2,opt,name=secret"`
}

GenericWebHookCause holds information about a generic WebHook that triggered a build.

func (*GenericWebHookCause) Descriptor

func (*GenericWebHookCause) Descriptor() ([]byte, []int)

func (*GenericWebHookCause) Marshal

func (m *GenericWebHookCause) Marshal() (dAtA []byte, err error)

func (*GenericWebHookCause) MarshalTo

func (m *GenericWebHookCause) MarshalTo(dAtA []byte) (int, error)

func (*GenericWebHookCause) ProtoMessage

func (*GenericWebHookCause) ProtoMessage()

func (*GenericWebHookCause) Reset

func (m *GenericWebHookCause) Reset()

func (*GenericWebHookCause) Size

func (m *GenericWebHookCause) Size() (n int)

func (*GenericWebHookCause) String

func (this *GenericWebHookCause) String() string

func (GenericWebHookCause) SwaggerDoc

func (GenericWebHookCause) SwaggerDoc() map[string]string

func (*GenericWebHookCause) Unmarshal

func (m *GenericWebHookCause) Unmarshal(dAtA []byte) error

type GenericWebHookEvent

type GenericWebHookEvent struct {
	// type is the type of source repository
	// +k8s:conversion-gen=false
	Type BuildSourceType `json:"type,omitempty" protobuf:"bytes,1,opt,name=type,casttype=BuildSourceType"`

	// git is the git information if the Type is BuildSourceGit
	Git *GitInfo `json:"git,omitempty" protobuf:"bytes,2,opt,name=git"`

	// env contains additional environment variables you want to pass into a builder container.
	// ValueFrom is not supported.
	Env []kapi.EnvVar `json:"env,omitempty" protobuf:"bytes,3,rep,name=env"`

	// DockerStrategyOptions contains additional docker-strategy specific options for the build
	DockerStrategyOptions *DockerStrategyOptions `json:"dockerStrategyOptions,omitempty" protobuf:"bytes,4,opt,name=dockerStrategyOptions"`
}

GenericWebHookEvent is the payload expected for a generic webhook post

func (*GenericWebHookEvent) Descriptor

func (*GenericWebHookEvent) Descriptor() ([]byte, []int)

func (*GenericWebHookEvent) Marshal

func (m *GenericWebHookEvent) Marshal() (dAtA []byte, err error)

func (*GenericWebHookEvent) MarshalTo

func (m *GenericWebHookEvent) MarshalTo(dAtA []byte) (int, error)

func (*GenericWebHookEvent) ProtoMessage

func (*GenericWebHookEvent) ProtoMessage()

func (*GenericWebHookEvent) Reset

func (m *GenericWebHookEvent) Reset()

func (*GenericWebHookEvent) Size

func (m *GenericWebHookEvent) Size() (n int)

func (*GenericWebHookEvent) String

func (this *GenericWebHookEvent) String() string

func (GenericWebHookEvent) SwaggerDoc

func (GenericWebHookEvent) SwaggerDoc() map[string]string

func (*GenericWebHookEvent) Unmarshal

func (m *GenericWebHookEvent) Unmarshal(dAtA []byte) error

type GitBuildSource

type GitBuildSource struct {
	// uri points to the source that will be built. The structure of the source
	// will depend on the type of build to run
	URI string `json:"uri" protobuf:"bytes,1,opt,name=uri"`

	// ref is the branch/tag/ref to build.
	Ref string `json:"ref,omitempty" protobuf:"bytes,2,opt,name=ref"`

	// proxyConfig defines the proxies to use for the git clone operation
	ProxyConfig `json:",inline" protobuf:"bytes,3,opt,name=proxyConfig"`
}

GitBuildSource defines the parameters of a Git SCM

func (*GitBuildSource) Descriptor

func (*GitBuildSource) Descriptor() ([]byte, []int)

func (*GitBuildSource) Marshal

func (m *GitBuildSource) Marshal() (dAtA []byte, err error)

func (*GitBuildSource) MarshalTo

func (m *GitBuildSource) MarshalTo(dAtA []byte) (int, error)

func (*GitBuildSource) ProtoMessage

func (*GitBuildSource) ProtoMessage()

func (*GitBuildSource) Reset

func (m *GitBuildSource) Reset()

func (*GitBuildSource) Size

func (m *GitBuildSource) Size() (n int)

func (*GitBuildSource) String

func (this *GitBuildSource) String() string

func (GitBuildSource) SwaggerDoc

func (GitBuildSource) SwaggerDoc() map[string]string

func (*GitBuildSource) Unmarshal

func (m *GitBuildSource) Unmarshal(dAtA []byte) error

type GitHubWebHookCause

type GitHubWebHookCause struct {
	// revision is the git revision information of the trigger.
	Revision *SourceRevision `json:"revision,omitempty" protobuf:"bytes,1,opt,name=revision"`

	// secret is the obfuscated webhook secret that triggered a build.
	Secret string `json:"secret,omitempty" protobuf:"bytes,2,opt,name=secret"`
}

GitHubWebHookCause has information about a GitHub webhook that triggered a build.

func (*GitHubWebHookCause) Descriptor

func (*GitHubWebHookCause) Descriptor() ([]byte, []int)

func (*GitHubWebHookCause) Marshal

func (m *GitHubWebHookCause) Marshal() (dAtA []byte, err error)

func (*GitHubWebHookCause) MarshalTo

func (m *GitHubWebHookCause) MarshalTo(dAtA []byte) (int, error)

func (*GitHubWebHookCause) ProtoMessage

func (*GitHubWebHookCause) ProtoMessage()

func (*GitHubWebHookCause) Reset

func (m *GitHubWebHookCause) Reset()

func (*GitHubWebHookCause) Size

func (m *GitHubWebHookCause) Size() (n int)

func (*GitHubWebHookCause) String

func (this *GitHubWebHookCause) String() string

func (GitHubWebHookCause) SwaggerDoc

func (GitHubWebHookCause) SwaggerDoc() map[string]string

func (*GitHubWebHookCause) Unmarshal

func (m *GitHubWebHookCause) Unmarshal(dAtA []byte) error

type GitInfo

type GitInfo struct {
	GitBuildSource    `json:",inline" protobuf:"bytes,1,opt,name=gitBuildSource"`
	GitSourceRevision `json:",inline" protobuf:"bytes,2,opt,name=gitSourceRevision"`
}

GitInfo is the aggregated git information for a generic webhook post

func (*GitInfo) Descriptor

func (*GitInfo) Descriptor() ([]byte, []int)

func (*GitInfo) Marshal

func (m *GitInfo) Marshal() (dAtA []byte, err error)

func (*GitInfo) MarshalTo

func (m *GitInfo) MarshalTo(dAtA []byte) (int, error)

func (*GitInfo) ProtoMessage

func (*GitInfo) ProtoMessage()

func (*GitInfo) Reset

func (m *GitInfo) Reset()

func (*GitInfo) Size

func (m *GitInfo) Size() (n int)

func (*GitInfo) String

func (this *GitInfo) String() string

func (GitInfo) SwaggerDoc

func (GitInfo) SwaggerDoc() map[string]string

func (*GitInfo) Unmarshal

func (m *GitInfo) Unmarshal(dAtA []byte) error

type GitLabWebHookCause

type GitLabWebHookCause struct {
	CommonWebHookCause `json:",inline" protobuf:"bytes,1,opt,name=commonSpec"`
}

GitLabWebHookCause has information about a GitLab webhook that triggered a build.

func (*GitLabWebHookCause) Descriptor

func (*GitLabWebHookCause) Descriptor() ([]byte, []int)

func (*GitLabWebHookCause) Marshal

func (m *GitLabWebHookCause) Marshal() (dAtA []byte, err error)

func (*GitLabWebHookCause) MarshalTo

func (m *GitLabWebHookCause) MarshalTo(dAtA []byte) (int, error)

func (*GitLabWebHookCause) ProtoMessage

func (*GitLabWebHookCause) ProtoMessage()

func (*GitLabWebHookCause) Reset

func (m *GitLabWebHookCause) Reset()

func (*GitLabWebHookCause) Size

func (m *GitLabWebHookCause) Size() (n int)

func (*GitLabWebHookCause) String

func (this *GitLabWebHookCause) String() string

func (GitLabWebHookCause) SwaggerDoc

func (GitLabWebHookCause) SwaggerDoc() map[string]string

func (*GitLabWebHookCause) Unmarshal

func (m *GitLabWebHookCause) Unmarshal(dAtA []byte) error

type GitSourceRevision

type GitSourceRevision struct {
	// commit is the commit hash identifying a specific commit
	Commit string `json:"commit,omitempty" protobuf:"bytes,1,opt,name=commit"`

	// author is the author of a specific commit
	Author SourceControlUser `json:"author,omitempty" protobuf:"bytes,2,opt,name=author"`

	// committer is the committer of a specific commit
	Committer SourceControlUser `json:"committer,omitempty" protobuf:"bytes,3,opt,name=committer"`

	// message is the description of a specific commit
	Message string `json:"message,omitempty" protobuf:"bytes,4,opt,name=message"`
}

GitSourceRevision is the commit information from a git source for a build

func (*GitSourceRevision) Descriptor

func (*GitSourceRevision) Descriptor() ([]byte, []int)

func (*GitSourceRevision) Marshal

func (m *GitSourceRevision) Marshal() (dAtA []byte, err error)

func (*GitSourceRevision) MarshalTo

func (m *GitSourceRevision) MarshalTo(dAtA []byte) (int, error)

func (*GitSourceRevision) ProtoMessage

func (*GitSourceRevision) ProtoMessage()

func (*GitSourceRevision) Reset

func (m *GitSourceRevision) Reset()

func (*GitSourceRevision) Size

func (m *GitSourceRevision) Size() (n int)

func (*GitSourceRevision) String

func (this *GitSourceRevision) String() string

func (GitSourceRevision) SwaggerDoc

func (GitSourceRevision) SwaggerDoc() map[string]string

func (*GitSourceRevision) Unmarshal

func (m *GitSourceRevision) Unmarshal(dAtA []byte) error

type ImageChangeCause

type ImageChangeCause struct {
	// imageID is the ID of the image that triggered a a new build.
	ImageID string `json:"imageID,omitempty" protobuf:"bytes,1,opt,name=imageID"`

	// fromRef contains detailed information about an image that triggered a
	// build.
	FromRef *kapi.ObjectReference `json:"fromRef,omitempty" protobuf:"bytes,2,opt,name=fromRef"`
}

ImageChangeCause contains information about the image that triggered a build

func (*ImageChangeCause) Descriptor

func (*ImageChangeCause) Descriptor() ([]byte, []int)

func (*ImageChangeCause) Marshal

func (m *ImageChangeCause) Marshal() (dAtA []byte, err error)

func (*ImageChangeCause) MarshalTo

func (m *ImageChangeCause) MarshalTo(dAtA []byte) (int, error)

func (*ImageChangeCause) ProtoMessage

func (*ImageChangeCause) ProtoMessage()

func (*ImageChangeCause) Reset

func (m *ImageChangeCause) Reset()

func (*ImageChangeCause) Size

func (m *ImageChangeCause) Size() (n int)

func (*ImageChangeCause) String

func (this *ImageChangeCause) String() string

func (ImageChangeCause) SwaggerDoc

func (ImageChangeCause) SwaggerDoc() map[string]string

func (*ImageChangeCause) Unmarshal

func (m *ImageChangeCause) Unmarshal(dAtA []byte) error

type ImageChangeTrigger

type ImageChangeTrigger struct {
	// lastTriggeredImageID is used internally by the ImageChangeController to save last
	// used image ID for build
	LastTriggeredImageID string `json:"lastTriggeredImageID,omitempty" protobuf:"bytes,1,opt,name=lastTriggeredImageID"`

	// from is a reference to an ImageStreamTag that will trigger a build when updated
	// It is optional. If no From is specified, the From image from the build strategy
	// will be used. Only one ImageChangeTrigger with an empty From reference is allowed in
	// a build configuration.
	From *kapi.ObjectReference `json:"from,omitempty" protobuf:"bytes,2,opt,name=from"`
}

ImageChangeTrigger allows builds to be triggered when an ImageStream changes

func (*ImageChangeTrigger) Descriptor

func (*ImageChangeTrigger) Descriptor() ([]byte, []int)

func (*ImageChangeTrigger) Marshal

func (m *ImageChangeTrigger) Marshal() (dAtA []byte, err error)

func (*ImageChangeTrigger) MarshalTo

func (m *ImageChangeTrigger) MarshalTo(dAtA []byte) (int, error)

func (*ImageChangeTrigger) ProtoMessage

func (*ImageChangeTrigger) ProtoMessage()

func (*ImageChangeTrigger) Reset

func (m *ImageChangeTrigger) Reset()

func (*ImageChangeTrigger) Size

func (m *ImageChangeTrigger) Size() (n int)

func (*ImageChangeTrigger) String

func (this *ImageChangeTrigger) String() string

func (ImageChangeTrigger) SwaggerDoc

func (ImageChangeTrigger) SwaggerDoc() map[string]string

func (*ImageChangeTrigger) Unmarshal

func (m *ImageChangeTrigger) Unmarshal(dAtA []byte) error

type ImageLabel

type ImageLabel struct {
	// name defines the name of the label. It must have non-zero length.
	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`

	// value defines the literal value of the label.
	Value string `json:"value,omitempty" protobuf:"bytes,2,opt,name=value"`
}

ImageLabel represents a label applied to the resulting image.

func (*ImageLabel) Descriptor

func (*ImageLabel) Descriptor() ([]byte, []int)

func (*ImageLabel) Marshal

func (m *ImageLabel) Marshal() (dAtA []byte, err error)

func (*ImageLabel) MarshalTo

func (m *ImageLabel) MarshalTo(dAtA []byte) (int, error)

func (*ImageLabel) ProtoMessage

func (*ImageLabel) ProtoMessage()

func (*ImageLabel) Reset

func (m *ImageLabel) Reset()

func (*ImageLabel) Size

func (m *ImageLabel) Size() (n int)

func (*ImageLabel) String

func (this *ImageLabel) String() string

func (ImageLabel) SwaggerDoc

func (ImageLabel) SwaggerDoc() map[string]string

func (*ImageLabel) Unmarshal

func (m *ImageLabel) Unmarshal(dAtA []byte) error

type ImageOptimizationPolicy

type ImageOptimizationPolicy string

ImageOptimizationPolicy describes what optimizations the builder can perform when building images.

const (
	// ImageOptimizationNone will generate a canonical Docker image as produced by the
	// `docker build` command.
	ImageOptimizationNone ImageOptimizationPolicy = "None"

	// ImageOptimizationSkipLayers is an experimental policy and will avoid creating
	// unique layers for each dockerfile line, resulting in smaller images and saving time
	// during creation. Some Dockerfile syntax is not fully supported - content added to
	// a VOLUME by an earlier layer may have incorrect uid, gid, and filesystem permissions.
	// If an unsupported setting is detected, the build will fail.
	ImageOptimizationSkipLayers ImageOptimizationPolicy = "SkipLayers"

	// ImageOptimizationSkipLayersAndWarn is the same as SkipLayers, but will only
	// warn to the build output instead of failing when unsupported syntax is detected. This
	// policy is experimental.
	ImageOptimizationSkipLayersAndWarn ImageOptimizationPolicy = "SkipLayersAndWarn"
)

type ImageSource

type ImageSource struct {
	// from is a reference to an ImageStreamTag, ImageStreamImage, or DockerImage to
	// copy source from.
	From kapi.ObjectReference `json:"from" protobuf:"bytes,1,opt,name=from"`

	// paths is a list of source and destination paths to copy from the image.
	Paths []ImageSourcePath `json:"paths" protobuf:"bytes,2,rep,name=paths"`

	// pullSecret is a reference to a secret to be used to pull the image from a registry
	// If the image is pulled from the OpenShift registry, this field does not need to be set.
	PullSecret *kapi.LocalObjectReference `json:"pullSecret,omitempty" protobuf:"bytes,3,opt,name=pullSecret"`
}

ImageSource is used to describe build source that will be extracted from an image. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the internal registry. A list of paths to copy from the image and their respective destination within the build directory must be specified in the paths array.

func (*ImageSource) Descriptor

func (*ImageSource) Descriptor() ([]byte, []int)

func (*ImageSource) Marshal

func (m *ImageSource) Marshal() (dAtA []byte, err error)

func (*ImageSource) MarshalTo

func (m *ImageSource) MarshalTo(dAtA []byte) (int, error)

func (*ImageSource) ProtoMessage

func (*ImageSource) ProtoMessage()

func (*ImageSource) Reset

func (m *ImageSource) Reset()

func (*ImageSource) Size

func (m *ImageSource) Size() (n int)

func (*ImageSource) String

func (this *ImageSource) String() string

func (ImageSource) SwaggerDoc

func (ImageSource) SwaggerDoc() map[string]string

func (*ImageSource) Unmarshal

func (m *ImageSource) Unmarshal(dAtA []byte) error

type ImageSourcePath

type ImageSourcePath struct {
	// sourcePath is the absolute path of the file or directory inside the image to
	// copy to the build directory.  If the source path ends in /. then the content of
	// the directory will be copied, but the directory itself will not be created at the
	// destination.
	SourcePath string `json:"sourcePath" protobuf:"bytes,1,opt,name=sourcePath"`

	// destinationDir is the relative directory within the build directory
	// where files copied from the image are placed.
	DestinationDir string `json:"destinationDir" protobuf:"bytes,2,opt,name=destinationDir"`
}

ImageSourcePath describes a path to be copied from a source image and its destination within the build directory.

func (*ImageSourcePath) Descriptor

func (*ImageSourcePath) Descriptor() ([]byte, []int)

func (*ImageSourcePath) Marshal

func (m *ImageSourcePath) Marshal() (dAtA []byte, err error)

func (*ImageSourcePath) MarshalTo

func (m *ImageSourcePath) MarshalTo(dAtA []byte) (int, error)

func (*ImageSourcePath) ProtoMessage

func (*ImageSourcePath) ProtoMessage()

func (*ImageSourcePath) Reset

func (m *ImageSourcePath) Reset()

func (*ImageSourcePath) Size

func (m *ImageSourcePath) Size() (n int)

func (*ImageSourcePath) String

func (this *ImageSourcePath) String() string

func (ImageSourcePath) SwaggerDoc

func (ImageSourcePath) SwaggerDoc() map[string]string

func (*ImageSourcePath) Unmarshal

func (m *ImageSourcePath) Unmarshal(dAtA []byte) error

type JenkinsPipelineBuildStrategy

type JenkinsPipelineBuildStrategy struct {
	// JenkinsfilePath is the optional path of the Jenkinsfile that will be used to configure the pipeline
	// relative to the root of the context (contextDir). If both JenkinsfilePath & Jenkinsfile are
	// both not specified, this defaults to Jenkinsfile in the root of the specified contextDir.
	JenkinsfilePath string `json:"jenkinsfilePath,omitempty" protobuf:"bytes,1,opt,name=jenkinsfilePath"`

	// Jenkinsfile defines the optional raw contents of a Jenkinsfile which defines a Jenkins pipeline build.
	Jenkinsfile string `json:"jenkinsfile,omitempty" protobuf:"bytes,2,opt,name=jenkinsfile"`

	// env contains additional environment variables you want to pass into a build pipeline.
	Env []kapi.EnvVar `json:"env,omitempty" protobuf:"bytes,3,rep,name=env"`
}

JenkinsPipelineBuildStrategy holds parameters specific to a Jenkins Pipeline build.

func (*JenkinsPipelineBuildStrategy) Descriptor

func (*JenkinsPipelineBuildStrategy) Descriptor() ([]byte, []int)

func (*JenkinsPipelineBuildStrategy) Marshal

func (m *JenkinsPipelineBuildStrategy) Marshal() (dAtA []byte, err error)

func (*JenkinsPipelineBuildStrategy) MarshalTo

func (m *JenkinsPipelineBuildStrategy) MarshalTo(dAtA []byte) (int, error)

func (*JenkinsPipelineBuildStrategy) ProtoMessage

func (*JenkinsPipelineBuildStrategy) ProtoMessage()

func (*JenkinsPipelineBuildStrategy) Reset

func (m *JenkinsPipelineBuildStrategy) Reset()

func (*JenkinsPipelineBuildStrategy) Size

func (m *JenkinsPipelineBuildStrategy) Size() (n int)

func (*JenkinsPipelineBuildStrategy) String

func (this *JenkinsPipelineBuildStrategy) String() string

func (JenkinsPipelineBuildStrategy) SwaggerDoc

func (JenkinsPipelineBuildStrategy) SwaggerDoc() map[string]string

func (*JenkinsPipelineBuildStrategy) Unmarshal

func (m *JenkinsPipelineBuildStrategy) Unmarshal(dAtA []byte) error

type OptionalNodeSelector

type OptionalNodeSelector map[string]string

OptionalNodeSelector is a map that may also be left nil to distinguish between set and unset. +protobuf.nullable=true +protobuf.options.(gogoproto.goproto_stringer)=false

func (*OptionalNodeSelector) Descriptor

func (*OptionalNodeSelector) Descriptor() ([]byte, []int)

func (OptionalNodeSelector) Marshal

func (m OptionalNodeSelector) Marshal() (dAtA []byte, err error)

func (OptionalNodeSelector) MarshalTo

func (m OptionalNodeSelector) MarshalTo(dAtA []byte) (int, error)

func (*OptionalNodeSelector) ProtoMessage

func (*OptionalNodeSelector) ProtoMessage()

func (*OptionalNodeSelector) Reset

func (m *OptionalNodeSelector) Reset()

func (OptionalNodeSelector) Size

func (m OptionalNodeSelector) Size() (n int)

func (OptionalNodeSelector) String

func (t OptionalNodeSelector) String() string

func (*OptionalNodeSelector) Unmarshal

func (m *OptionalNodeSelector) Unmarshal(dAtA []byte) error

type ProxyConfig

type ProxyConfig struct {
	// httpProxy is a proxy used to reach the git repository over http
	HTTPProxy *string `json:"httpProxy,omitempty" protobuf:"bytes,3,opt,name=httpProxy"`

	// httpsProxy is a proxy used to reach the git repository over https
	HTTPSProxy *string `json:"httpsProxy,omitempty" protobuf:"bytes,4,opt,name=httpsProxy"`

	// noProxy is the list of domains for which the proxy should not be used
	NoProxy *string `json:"noProxy,omitempty" protobuf:"bytes,5,opt,name=noProxy"`
}

ProxyConfig defines what proxies to use for an operation

func (*ProxyConfig) Descriptor

func (*ProxyConfig) Descriptor() ([]byte, []int)

func (*ProxyConfig) Marshal

func (m *ProxyConfig) Marshal() (dAtA []byte, err error)

func (*ProxyConfig) MarshalTo

func (m *ProxyConfig) MarshalTo(dAtA []byte) (int, error)

func (*ProxyConfig) ProtoMessage

func (*ProxyConfig) ProtoMessage()

func (*ProxyConfig) Reset

func (m *ProxyConfig) Reset()

func (*ProxyConfig) Size

func (m *ProxyConfig) Size() (n int)

func (*ProxyConfig) String

func (this *ProxyConfig) String() string

func (ProxyConfig) SwaggerDoc

func (ProxyConfig) SwaggerDoc() map[string]string

func (*ProxyConfig) Unmarshal

func (m *ProxyConfig) Unmarshal(dAtA []byte) error

type SecretBuildSource

type SecretBuildSource struct {
	// secret is a reference to an existing secret that you want to use in your
	// build.
	Secret kapi.LocalObjectReference `json:"secret" protobuf:"bytes,1,opt,name=secret"`

	// destinationDir is the directory where the files from the secret should be
	// available for the build time.
	// For the Source build strategy, these will be injected into a container
	// where the assemble script runs. Later, when the script finishes, all files
	// injected will be truncated to zero length.
	// For the Docker build strategy, these will be copied into the build
	// directory, where the Dockerfile is located, so users can ADD or COPY them
	// during docker build.
	DestinationDir string `json:"destinationDir,omitempty" protobuf:"bytes,2,opt,name=destinationDir"`
}

SecretBuildSource describes a secret and its destination directory that will be used only at the build time. The content of the secret referenced here will be copied into the destination directory instead of mounting.

func (*SecretBuildSource) Descriptor

func (*SecretBuildSource) Descriptor() ([]byte, []int)

func (*SecretBuildSource) Marshal

func (m *SecretBuildSource) Marshal() (dAtA []byte, err error)

func (*SecretBuildSource) MarshalTo

func (m *SecretBuildSource) MarshalTo(dAtA []byte) (int, error)

func (*SecretBuildSource) ProtoMessage

func (*SecretBuildSource) ProtoMessage()

func (*SecretBuildSource) Reset

func (m *SecretBuildSource) Reset()

func (*SecretBuildSource) Size

func (m *SecretBuildSource) Size() (n int)

func (*SecretBuildSource) String

func (this *SecretBuildSource) String() string

func (SecretBuildSource) SwaggerDoc

func (SecretBuildSource) SwaggerDoc() map[string]string

func (*SecretBuildSource) Unmarshal

func (m *SecretBuildSource) Unmarshal(dAtA []byte) error

type SecretSpec

type SecretSpec struct {
	// secretSource is a reference to the secret
	SecretSource kapi.LocalObjectReference `json:"secretSource" protobuf:"bytes,1,opt,name=secretSource"`

	// mountPath is the path at which to mount the secret
	MountPath string `json:"mountPath" protobuf:"bytes,2,opt,name=mountPath"`
}

SecretSpec specifies a secret to be included in a build pod and its corresponding mount point

func (*SecretSpec) Descriptor

func (*SecretSpec) Descriptor() ([]byte, []int)

func (*SecretSpec) Marshal

func (m *SecretSpec) Marshal() (dAtA []byte, err error)

func (*SecretSpec) MarshalTo

func (m *SecretSpec) MarshalTo(dAtA []byte) (int, error)

func (*SecretSpec) ProtoMessage

func (*SecretSpec) ProtoMessage()

func (*SecretSpec) Reset

func (m *SecretSpec) Reset()

func (*SecretSpec) Size

func (m *SecretSpec) Size() (n int)

func (*SecretSpec) String

func (this *SecretSpec) String() string

func (SecretSpec) SwaggerDoc

func (SecretSpec) SwaggerDoc() map[string]string

func (*SecretSpec) Unmarshal

func (m *SecretSpec) Unmarshal(dAtA []byte) error

type SourceBuildStrategy

type SourceBuildStrategy struct {
	// from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which
	// the docker image should be pulled
	From kapi.ObjectReference `json:"from" protobuf:"bytes,1,opt,name=from"`

	// pullSecret is the name of a Secret that would be used for setting up
	// the authentication for pulling the Docker images from the private Docker
	// registries
	PullSecret *kapi.LocalObjectReference `json:"pullSecret,omitempty" protobuf:"bytes,2,opt,name=pullSecret"`

	// env contains additional environment variables you want to pass into a builder container.
	Env []kapi.EnvVar `json:"env,omitempty" protobuf:"bytes,3,rep,name=env"`

	// scripts is the location of Source scripts
	Scripts string `json:"scripts,omitempty" protobuf:"bytes,4,opt,name=scripts"`

	// incremental flag forces the Source build to do incremental builds if true.
	Incremental *bool `json:"incremental,omitempty" protobuf:"varint,5,opt,name=incremental"`

	// forcePull describes if the builder should pull the images from registry prior to building.
	ForcePull bool `json:"forcePull,omitempty" protobuf:"varint,6,opt,name=forcePull"`
}

SourceBuildStrategy defines input parameters specific to an Source build.

func (*SourceBuildStrategy) Descriptor

func (*SourceBuildStrategy) Descriptor() ([]byte, []int)

func (*SourceBuildStrategy) Marshal

func (m *SourceBuildStrategy) Marshal() (dAtA []byte, err error)

func (*SourceBuildStrategy) MarshalTo

func (m *SourceBuildStrategy) MarshalTo(dAtA []byte) (int, error)

func (*SourceBuildStrategy) ProtoMessage

func (*SourceBuildStrategy) ProtoMessage()

func (*SourceBuildStrategy) Reset

func (m *SourceBuildStrategy) Reset()

func (*SourceBuildStrategy) Size

func (m *SourceBuildStrategy) Size() (n int)

func (*SourceBuildStrategy) String

func (this *SourceBuildStrategy) String() string

func (SourceBuildStrategy) SwaggerDoc

func (SourceBuildStrategy) SwaggerDoc() map[string]string

func (*SourceBuildStrategy) Unmarshal

func (m *SourceBuildStrategy) Unmarshal(dAtA []byte) error

type SourceControlUser

type SourceControlUser struct {
	// name of the source control user
	Name string `json:"name,omitempty" protobuf:"bytes,1,opt,name=name"`

	// email of the source control user
	Email string `json:"email,omitempty" protobuf:"bytes,2,opt,name=email"`
}

SourceControlUser defines the identity of a user of source control

func (*SourceControlUser) Descriptor

func (*SourceControlUser) Descriptor() ([]byte, []int)

func (*SourceControlUser) Marshal

func (m *SourceControlUser) Marshal() (dAtA []byte, err error)

func (*SourceControlUser) MarshalTo

func (m *SourceControlUser) MarshalTo(dAtA []byte) (int, error)

func (*SourceControlUser) ProtoMessage

func (*SourceControlUser) ProtoMessage()

func (*SourceControlUser) Reset

func (m *SourceControlUser) Reset()

func (*SourceControlUser) Size

func (m *SourceControlUser) Size() (n int)

func (*SourceControlUser) String

func (this *SourceControlUser) String() string

func (SourceControlUser) SwaggerDoc

func (SourceControlUser) SwaggerDoc() map[string]string

func (*SourceControlUser) Unmarshal

func (m *SourceControlUser) Unmarshal(dAtA []byte) error

type SourceRevision

type SourceRevision struct {
	// type of the build source, may be one of 'Source', 'Dockerfile', 'Binary', or 'Images'
	// +k8s:conversion-gen=false
	Type BuildSourceType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=BuildSourceType"`

	// Git contains information about git-based build source
	Git *GitSourceRevision `json:"git,omitempty" protobuf:"bytes,2,opt,name=git"`
}

SourceRevision is the revision or commit information from the source for the build

func (*SourceRevision) Descriptor

func (*SourceRevision) Descriptor() ([]byte, []int)

func (*SourceRevision) Marshal

func (m *SourceRevision) Marshal() (dAtA []byte, err error)

func (*SourceRevision) MarshalTo

func (m *SourceRevision) MarshalTo(dAtA []byte) (int, error)

func (*SourceRevision) ProtoMessage

func (*SourceRevision) ProtoMessage()

func (*SourceRevision) Reset

func (m *SourceRevision) Reset()

func (*SourceRevision) Size

func (m *SourceRevision) Size() (n int)

func (*SourceRevision) String

func (this *SourceRevision) String() string

func (SourceRevision) SwaggerDoc

func (SourceRevision) SwaggerDoc() map[string]string

func (*SourceRevision) Unmarshal

func (m *SourceRevision) Unmarshal(dAtA []byte) error

type SourceStrategyOptions added in v3.7.0

type SourceStrategyOptions struct {
	// incremental overrides the source-strategy incremental option in the build config
	Incremental *bool `json:"incremental,omitempty" protobuf:"varint,1,opt,name=incremental"`
}

SourceStrategyOptions contains extra strategy options for Source builds

func (*SourceStrategyOptions) Descriptor added in v3.7.0

func (*SourceStrategyOptions) Descriptor() ([]byte, []int)

func (*SourceStrategyOptions) Marshal added in v3.7.0

func (m *SourceStrategyOptions) Marshal() (dAtA []byte, err error)

func (*SourceStrategyOptions) MarshalTo added in v3.7.0

func (m *SourceStrategyOptions) MarshalTo(dAtA []byte) (int, error)

func (*SourceStrategyOptions) ProtoMessage added in v3.7.0

func (*SourceStrategyOptions) ProtoMessage()

func (*SourceStrategyOptions) Reset added in v3.7.0

func (m *SourceStrategyOptions) Reset()

func (*SourceStrategyOptions) Size added in v3.7.0

func (m *SourceStrategyOptions) Size() (n int)

func (*SourceStrategyOptions) String added in v3.7.0

func (this *SourceStrategyOptions) String() string

func (SourceStrategyOptions) SwaggerDoc added in v3.7.0

func (SourceStrategyOptions) SwaggerDoc() map[string]string

func (*SourceStrategyOptions) Unmarshal added in v3.7.0

func (m *SourceStrategyOptions) Unmarshal(dAtA []byte) error

type StageInfo

type StageInfo struct {
	// name is a unique identifier for each build stage that occurs.
	Name StageName `json:"name,omitempty" protobuf:"bytes,1,opt,name=name"`

	// startTime is a timestamp representing the server time when this Stage started.
	// It is represented in RFC3339 form and is in UTC.
	StartTime metav1.Time `json:"startTime,omitempty" protobuf:"bytes,2,opt,name=startTime"`

	// durationMilliseconds identifies how long the stage took
	// to complete in milliseconds.
	// Note: the duration of a stage can exceed the sum of the duration of the steps within
	// the stage as not all actions are accounted for in explicit build steps.
	DurationMilliseconds int64 `json:"durationMilliseconds,omitempty" protobuf:"varint,3,opt,name=durationMilliseconds"`

	// steps contains details about each step that occurs during a build stage
	// including start time and duration in milliseconds.
	Steps []StepInfo `json:"steps,omitempty" protobuf:"bytes,4,opt,name=steps"`
}

StageInfo contains details about a build stage.

func (*StageInfo) Descriptor

func (*StageInfo) Descriptor() ([]byte, []int)

func (*StageInfo) Marshal

func (m *StageInfo) Marshal() (dAtA []byte, err error)

func (*StageInfo) MarshalTo

func (m *StageInfo) MarshalTo(dAtA []byte) (int, error)

func (*StageInfo) ProtoMessage

func (*StageInfo) ProtoMessage()

func (*StageInfo) Reset

func (m *StageInfo) Reset()

func (*StageInfo) Size

func (m *StageInfo) Size() (n int)

func (*StageInfo) String

func (this *StageInfo) String() string

func (StageInfo) SwaggerDoc

func (StageInfo) SwaggerDoc() map[string]string

func (*StageInfo) Unmarshal

func (m *StageInfo) Unmarshal(dAtA []byte) error

type StageName

type StageName string

StageName is the unique identifier for each build stage.

const (
	// StageFetchInputs fetches any inputs such as source code.
	StageFetchInputs StageName = "FetchInputs"

	// StagePullImages pulls any images that are needed such as
	// base images or input images.
	StagePullImages StageName = "PullImages"

	// StageBuild performs the steps necessary to build the image.
	StageBuild StageName = "Build"

	// StagePostCommit executes any post commit steps.
	StagePostCommit StageName = "PostCommit"

	// StagePushImage pushes the image to the node.
	StagePushImage StageName = "PushImage"
)

Valid values for StageName

type StatusReason

type StatusReason string

StatusReason is a brief CamelCase string that describes a temporary or permanent build error condition, meant for machine parsing and tidy display in the CLI.

type StepInfo

type StepInfo struct {
	// name is a unique identifier for each build step.
	Name StepName `json:"name,omitempty" protobuf:"bytes,1,opt,name=name"`

	// startTime is a timestamp representing the server time when this Step started.
	// it is represented in RFC3339 form and is in UTC.
	StartTime metav1.Time `json:"startTime,omitempty" protobuf:"bytes,2,opt,name=startTime"`

	// durationMilliseconds identifies how long the step took
	// to complete in milliseconds.
	DurationMilliseconds int64 `json:"durationMilliseconds,omitempty" protobuf:"varint,3,opt,name=durationMilliseconds"`
}

StepInfo contains details about a build step.

func (*StepInfo) Descriptor

func (*StepInfo) Descriptor() ([]byte, []int)

func (*StepInfo) Marshal

func (m *StepInfo) Marshal() (dAtA []byte, err error)

func (*StepInfo) MarshalTo

func (m *StepInfo) MarshalTo(dAtA []byte) (int, error)

func (*StepInfo) ProtoMessage

func (*StepInfo) ProtoMessage()

func (*StepInfo) Reset

func (m *StepInfo) Reset()

func (*StepInfo) Size

func (m *StepInfo) Size() (n int)

func (*StepInfo) String

func (this *StepInfo) String() string

func (StepInfo) SwaggerDoc

func (StepInfo) SwaggerDoc() map[string]string

func (*StepInfo) Unmarshal

func (m *StepInfo) Unmarshal(dAtA []byte) error

type StepName

type StepName string

StepName is a unique identifier for each build step.

const (
	// StepExecPostCommitHook executes the buildconfigs post commit hook.
	StepExecPostCommitHook StepName = "RunPostCommitHook"

	// StepFetchGitSource fetches source code for the build.
	StepFetchGitSource StepName = "FetchGitSource"

	// StepPullBaseImage pulls a base image for the build.
	StepPullBaseImage StepName = "PullBaseImage"

	// StepPullInputImage pulls an input image for the build.
	StepPullInputImage StepName = "PullInputImage"

	// StepPushImage pushes an image to the registry.
	StepPushImage StepName = "PushImage"

	// StepPushDockerImage pushes a docker image to the registry.
	StepPushDockerImage StepName = "PushDockerImage"

	//StepDockerBuild performs the docker build
	StepDockerBuild StepName = "DockerBuild"
)

Valid values for StepName

type WebHookTrigger

type WebHookTrigger struct {
	// secret used to validate requests.
	Secret string `json:"secret,omitempty" protobuf:"bytes,1,opt,name=secret"`

	// allowEnv determines whether the webhook can set environment variables; can only
	// be set to true for GenericWebHook.
	AllowEnv bool `json:"allowEnv,omitempty" protobuf:"varint,2,opt,name=allowEnv"`
}

WebHookTrigger is a trigger that gets invoked using a webhook type of post

func (*WebHookTrigger) Descriptor

func (*WebHookTrigger) Descriptor() ([]byte, []int)

func (*WebHookTrigger) Marshal

func (m *WebHookTrigger) Marshal() (dAtA []byte, err error)

func (*WebHookTrigger) MarshalTo

func (m *WebHookTrigger) MarshalTo(dAtA []byte) (int, error)

func (*WebHookTrigger) ProtoMessage

func (*WebHookTrigger) ProtoMessage()

func (*WebHookTrigger) Reset

func (m *WebHookTrigger) Reset()

func (*WebHookTrigger) Size

func (m *WebHookTrigger) Size() (n int)

func (*WebHookTrigger) String

func (this *WebHookTrigger) String() string

func (WebHookTrigger) SwaggerDoc

func (WebHookTrigger) SwaggerDoc() map[string]string

func (*WebHookTrigger) Unmarshal

func (m *WebHookTrigger) Unmarshal(dAtA []byte) error

Jump to

Keyboard shortcuts

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