Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the pipeline v1alpha1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/tektoncd/pipeline/pkg/apis/pipeline +k8s:defaulter-gen=TypeMeta +groupName=tekton.dev
Index ¶
- Constants
- Variables
- func AllowedStorageType(gotType string) bool
- func CreateDirContainer(name, destinationPath string) corev1.Container
- func GetPvcMount(name string) corev1.VolumeMount
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- func ValidateVolumes(volumes []corev1.Volume) *apis.FieldError
- func WithDefaultConfigurationName(ctx context.Context) context.Context
- type ArtifactBucket
- func (in *ArtifactBucket) DeepCopy() *ArtifactBucket
- func (in *ArtifactBucket) DeepCopyInto(out *ArtifactBucket)
- func (b *ArtifactBucket) GetCopyFromStorageToContainerSpec(name, sourcePath, destinationPath string) []corev1.Container
- func (b *ArtifactBucket) GetCopyToStorageFromContainerSpec(name, sourcePath, destinationPath string) []corev1.Container
- func (b *ArtifactBucket) GetSecretsVolumes() []corev1.Volume
- func (b *ArtifactBucket) GetType() string
- func (b *ArtifactBucket) StorageBasePath(pr *PipelineRun) string
- type ArtifactPVC
- func (in *ArtifactPVC) DeepCopy() *ArtifactPVC
- func (in *ArtifactPVC) DeepCopyInto(out *ArtifactPVC)
- func (p *ArtifactPVC) GetCopyFromStorageToContainerSpec(name, sourcePath, destinationPath string) []corev1.Container
- func (p *ArtifactPVC) GetCopyToStorageFromContainerSpec(name, sourcePath, destinationPath string) []corev1.Container
- func (p *ArtifactPVC) GetSecretsVolumes() []corev1.Volume
- func (p *ArtifactPVC) GetType() string
- func (p *ArtifactPVC) StorageBasePath(pr *PipelineRun) string
- type BuildGCSResource
- func (in *BuildGCSResource) DeepCopy() *BuildGCSResource
- func (in *BuildGCSResource) DeepCopyInto(out *BuildGCSResource)
- func (s *BuildGCSResource) GetDownloadContainerSpec() ([]corev1.Container, error)
- func (s BuildGCSResource) GetName() string
- func (s *BuildGCSResource) GetSecretParams() []SecretParam
- func (s BuildGCSResource) GetType() PipelineResourceType
- func (s *BuildGCSResource) GetUploadContainerSpec() ([]corev1.Container, error)
- func (s *BuildGCSResource) Replacements() map[string]string
- func (s *BuildGCSResource) SetDestinationDirectory(destDir string)
- type ClusterResource
- func (in *ClusterResource) DeepCopy() *ClusterResource
- func (in *ClusterResource) DeepCopyInto(out *ClusterResource)
- func (s *ClusterResource) GetDownloadContainerSpec() ([]corev1.Container, error)
- func (s ClusterResource) GetName() string
- func (s ClusterResource) GetType() PipelineResourceType
- func (s *ClusterResource) GetURL() string
- func (s *ClusterResource) GetUploadContainerSpec() ([]corev1.Container, error)
- func (s *ClusterResource) Replacements() map[string]string
- func (s *ClusterResource) SetDestinationDirectory(path string)
- func (s ClusterResource) String() string
- type ClusterTask
- func (t *ClusterTask) Copy() TaskInterface
- func (in *ClusterTask) DeepCopy() *ClusterTask
- func (in *ClusterTask) DeepCopyInto(out *ClusterTask)
- func (in *ClusterTask) DeepCopyObject() runtime.Object
- func (t *ClusterTask) SetDefaults(ctx context.Context)
- func (t *ClusterTask) TaskMetadata() metav1.ObjectMeta
- func (t *ClusterTask) TaskSpec() TaskSpec
- func (t *ClusterTask) Validate(ctx context.Context) *apis.FieldError
- type ClusterTaskList
- type DAG
- type GCSArtifactType
- type GCSResource
- func (in *GCSResource) DeepCopy() *GCSResource
- func (in *GCSResource) DeepCopyInto(out *GCSResource)
- func (s *GCSResource) GetDownloadContainerSpec() ([]corev1.Container, error)
- func (s GCSResource) GetName() string
- func (s *GCSResource) GetSecretParams() []SecretParam
- func (s GCSResource) GetType() PipelineResourceType
- func (s *GCSResource) GetUploadContainerSpec() ([]corev1.Container, error)
- func (s *GCSResource) Replacements() map[string]string
- func (s *GCSResource) SetDestinationDirectory(destDir string)
- type GitResource
- func (in *GitResource) DeepCopy() *GitResource
- func (in *GitResource) DeepCopyInto(out *GitResource)
- func (s *GitResource) GetDownloadContainerSpec() ([]corev1.Container, error)
- func (s GitResource) GetName() string
- func (s GitResource) GetType() PipelineResourceType
- func (s *GitResource) GetURL() string
- func (s *GitResource) GetUploadContainerSpec() ([]corev1.Container, error)
- func (s *GitResource) Replacements() map[string]string
- func (s *GitResource) SetDestinationDirectory(path string)
- type ImageResource
- func (in *ImageResource) DeepCopy() *ImageResource
- func (in *ImageResource) DeepCopyInto(out *ImageResource)
- func (s *ImageResource) GetDownloadContainerSpec() ([]corev1.Container, error)
- func (s ImageResource) GetName() string
- func (s *ImageResource) GetOutputImageDir() string
- func (s ImageResource) GetType() PipelineResourceType
- func (s *ImageResource) GetUploadContainerSpec() ([]corev1.Container, error)
- func (s *ImageResource) Replacements() map[string]string
- func (s *ImageResource) SetDestinationDirectory(path string)
- func (s ImageResource) String() string
- type Inputs
- type Node
- type Outputs
- type Param
- type ParamSpec
- type Pipeline
- type PipelineDeclaredResource
- type PipelineList
- type PipelineRef
- type PipelineResource
- func (in *PipelineResource) DeepCopy() *PipelineResource
- func (in *PipelineResource) DeepCopyInto(out *PipelineResource)
- func (in *PipelineResource) DeepCopyObject() runtime.Object
- func (t *PipelineResource) SetDefaults(ctx context.Context)
- func (r *PipelineResource) Validate(ctx context.Context) *apis.FieldError
- type PipelineResourceBinding
- type PipelineResourceInterface
- type PipelineResourceList
- type PipelineResourceRef
- type PipelineResourceResult
- type PipelineResourceSpec
- type PipelineResourceStatus
- type PipelineResourceStorageType
- type PipelineResourceType
- type PipelineRun
- func (in *PipelineRun) DeepCopy() *PipelineRun
- func (in *PipelineRun) DeepCopyInto(out *PipelineRun)
- func (in *PipelineRun) DeepCopyObject() runtime.Object
- func (pr *PipelineRun) GetOwnerReference() []metav1.OwnerReference
- func (pr *PipelineRun) GetRunKey() string
- func (pr *PipelineRun) GetTaskRunRef() corev1.ObjectReference
- func (pr *PipelineRun) HasStarted() bool
- func (pr *PipelineRun) IsCancelled() bool
- func (pr *PipelineRun) IsDone() bool
- func (pr *PipelineRun) SetDefaults(ctx context.Context)
- func (pr *PipelineRun) Validate(ctx context.Context) *apis.FieldError
- type PipelineRunList
- type PipelineRunSpec
- type PipelineRunSpecServiceAccount
- type PipelineRunSpecStatus
- type PipelineRunStatus
- func (in *PipelineRunStatus) DeepCopy() *PipelineRunStatus
- func (in *PipelineRunStatus) DeepCopyInto(out *PipelineRunStatus)
- func (pr *PipelineRunStatus) GetCondition(t apis.ConditionType) *apis.Condition
- func (pr *PipelineRunStatus) InitializeConditions()
- func (pr *PipelineRunStatus) SetCondition(newCond *apis.Condition)
- type PipelineRunTaskRunStatus
- type PipelineSpec
- type PipelineStatus
- type PipelineStorageResourceInterface
- type PipelineTask
- type PipelineTaskInputResource
- type PipelineTaskOutputResource
- type PipelineTaskParam
- type PipelineTaskResources
- type PipelineTaskRun
- type PullRequestResource
- func (in *PullRequestResource) DeepCopy() *PullRequestResource
- func (in *PullRequestResource) DeepCopyInto(out *PullRequestResource)
- func (s *PullRequestResource) GetDownloadContainerSpec() ([]corev1.Container, error)
- func (s PullRequestResource) GetName() string
- func (s PullRequestResource) GetType() PipelineResourceType
- func (s *PullRequestResource) GetURL() string
- func (s *PullRequestResource) GetUploadContainerSpec() ([]corev1.Container, error)
- func (s *PullRequestResource) Replacements() map[string]string
- func (s *PullRequestResource) SetDestinationDirectory(dir string)
- type ResultTargetType
- type Results
- type SecretParam
- type StepState
- type Task
- func (t *Task) Copy() TaskInterface
- func (in *Task) DeepCopy() *Task
- func (in *Task) DeepCopyInto(out *Task)
- func (in *Task) DeepCopyObject() runtime.Object
- func (t *Task) SetDefaults(ctx context.Context)
- func (t *Task) TaskMetadata() metav1.ObjectMeta
- func (t *Task) TaskSpec() TaskSpec
- func (t *Task) Validate(ctx context.Context) *apis.FieldError
- type TaskInterface
- type TaskKind
- type TaskList
- type TaskRef
- type TaskResource
- type TaskResourceBinding
- type TaskRun
- func (in *TaskRun) DeepCopy() *TaskRun
- func (in *TaskRun) DeepCopyInto(out *TaskRun)
- func (in *TaskRun) DeepCopyObject() runtime.Object
- func (tr *TaskRun) GetBuildPodRef() corev1.ObjectReference
- func (tr *TaskRun) GetPipelineRunPVCName() string
- func (tr *TaskRun) GetRunKey() string
- func (tr *TaskRun) HasPipelineRunOwnerReference() bool
- func (tr *TaskRun) HasStarted() bool
- func (tr *TaskRun) IsCancelled() bool
- func (tr *TaskRun) IsDone() bool
- func (tr *TaskRun) IsSuccessful() bool
- func (tr *TaskRun) SetDefaults(ctx context.Context)
- func (tr *TaskRun) Validate(ctx context.Context) *apis.FieldError
- type TaskRunInputs
- type TaskRunList
- type TaskRunOutputs
- type TaskRunSpec
- type TaskRunSpecStatus
- type TaskRunStatus
- type TaskSpec
- type TestResult
Constants ¶
const ( // BucketConfigName is the name of the configmap containing all // customizations for the storage bucket. BucketConfigName = "config-artifact-bucket" // BucketLocationKey is the name of the configmap entry that specifies // loction of the bucket. BucketLocationKey = "location" // BucketServiceAccountSecretName is the name of the configmap entry that specifies // the name of the secret that will provide the servie account with bucket access. // This secret must have a key called serviceaccount that will have a value with // the service account with access to the bucket BucketServiceAccountSecretName = "bucket.service.account.secret.name" // BucketServiceAccountSecretKey is the name of the configmap entry that specifies // the secret key that will have a value with the service account json with access // to the bucket BucketServiceAccountSecretKey = "bucket.service.account.secret.key" )
const ( // PipelineResourceTypeGit indicates that this source is a GitHub repo. ArtifactStorageBucketType = "bucket" // PipelineResourceTypeStorage indicates that this source is a storage blob resource. ArtifactStoragePVCType = "pvc" )
const ( // PipelineRunSpecStatusCancelled indicates that the user wants to cancel the task, // if not already cancelled or terminated PipelineRunSpecStatusCancelled = "PipelineRunCancelled" )
const (
// ResultTargetTypeGCS indicates that the URL endpoint is a GCS bucket.
ResultTargetTypeGCS = "gcs"
)
const (
// TaskOutputImageDefaultDir is the default directory for output image resource,
TaskOutputImageDefaultDir = "/builder/home/image-outputs"
)
const ( // TaskRunSpecStatusCancelled indicates that the user wants to cancel the task, // if not already cancelled or terminated TaskRunSpecStatusCancelled = "TaskRunCancelled" )
const WorkspaceDir = "/workspace"
Variables ¶
var (
// AddToScheme adds Build types to the scheme.
AddToScheme = schemeBuilder.AddToScheme
)
var AllResourceTypes = []PipelineResourceType{PipelineResourceTypeGit, PipelineResourceTypeStorage, PipelineResourceTypeImage, PipelineResourceTypeCluster, PipelineResourceTypePullRequest}
AllResourceTypes can be used for validation to check if a provided Resource type is one of the known types.
var AllResultTargetTypes = []ResultTargetType{ResultTargetTypeGCS}
AllResultTargetTypes is a list of all ResultTargetTypes, used for validation
var (
BashNoopImage = flag.String("bash-noop-image", "override-with-bash-noop:latest", "The container image containing bash shell")
)
var SchemeGroupVersion = schema.GroupVersion{Group: pipeline.GroupName, Version: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func AllowedStorageType ¶ added in v0.5.0
func CreateDirContainer ¶
CreateDirContainer returns a container step to create a dir
func GetPvcMount ¶ added in v0.5.0
func GetPvcMount(name string) corev1.VolumeMount
GetPvcMount returns a mounting of the volume with the mount path /pvc
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
func ValidateVolumes ¶ added in v0.2.0
func ValidateVolumes(volumes []corev1.Volume) *apis.FieldError
Types ¶
type ArtifactBucket ¶
type ArtifactBucket struct { Name string Location string Secrets []SecretParam }
ArtifactBucket contains the Storage bucket configuration defined in the Bucket config map.
func (*ArtifactBucket) DeepCopy ¶
func (in *ArtifactBucket) DeepCopy() *ArtifactBucket
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ArtifactBucket.
func (*ArtifactBucket) DeepCopyInto ¶
func (in *ArtifactBucket) DeepCopyInto(out *ArtifactBucket)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ArtifactBucket) GetCopyFromStorageToContainerSpec ¶ added in v0.4.0
func (b *ArtifactBucket) GetCopyFromStorageToContainerSpec(name, sourcePath, destinationPath string) []corev1.Container
GetCopyFromStorageToContainerSpec returns a container used to download artifacts from temporary storage
func (*ArtifactBucket) GetCopyToStorageFromContainerSpec ¶ added in v0.4.0
func (b *ArtifactBucket) GetCopyToStorageFromContainerSpec(name, sourcePath, destinationPath string) []corev1.Container
GetCopyToStorageFromContainerSpec returns a container used to upload artifacts for temporary storage
func (*ArtifactBucket) GetSecretsVolumes ¶
func (b *ArtifactBucket) GetSecretsVolumes() []corev1.Volume
GetSecretsVolumes returns the list of volumes for secrets to be mounted on pod
func (*ArtifactBucket) GetType ¶
func (b *ArtifactBucket) GetType() string
GetType returns the type of the artifact storage
func (*ArtifactBucket) StorageBasePath ¶
func (b *ArtifactBucket) StorageBasePath(pr *PipelineRun) string
StorageBasePath returns the path to be used to store artifacts in a pipelinerun temporary storage
type ArtifactPVC ¶
type ArtifactPVC struct { Name string PersistentVolumeClaim *corev1.PersistentVolumeClaim }
ArtifactPVC represents the pvc created by the pipelinerun for artifacts temporary storage
func (*ArtifactPVC) DeepCopy ¶
func (in *ArtifactPVC) DeepCopy() *ArtifactPVC
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ArtifactPVC.
func (*ArtifactPVC) DeepCopyInto ¶
func (in *ArtifactPVC) DeepCopyInto(out *ArtifactPVC)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ArtifactPVC) GetCopyFromStorageToContainerSpec ¶ added in v0.4.0
func (p *ArtifactPVC) GetCopyFromStorageToContainerSpec(name, sourcePath, destinationPath string) []corev1.Container
GetCopyFromStorageToContainerSpec returns a container used to download artifacts from temporary storage
func (*ArtifactPVC) GetCopyToStorageFromContainerSpec ¶ added in v0.4.0
func (p *ArtifactPVC) GetCopyToStorageFromContainerSpec(name, sourcePath, destinationPath string) []corev1.Container
GetCopyToStorageFromContainerSpec returns a container used to upload artifacts for temporary storage
func (*ArtifactPVC) GetSecretsVolumes ¶
func (p *ArtifactPVC) GetSecretsVolumes() []corev1.Volume
GetSecretsVolumes returns the list of volumes for secrets to be mounted on pod
func (*ArtifactPVC) GetType ¶
func (p *ArtifactPVC) GetType() string
GetType returns the type of the artifact storage
func (*ArtifactPVC) StorageBasePath ¶
func (p *ArtifactPVC) StorageBasePath(pr *PipelineRun) string
StorageBasePath returns the path to be used to store artifacts in a pipelinerun temporary storage
type BuildGCSResource ¶
type BuildGCSResource struct { Name string Type PipelineResourceType Location string DestinationDir string ArtifactType GCSArtifactType }
func NewBuildGCSResource ¶
func NewBuildGCSResource(r *PipelineResource) (*BuildGCSResource, error)
NewBuildGCSResource creates a new BuildGCS resource to pass to a Task
func (*BuildGCSResource) DeepCopy ¶
func (in *BuildGCSResource) DeepCopy() *BuildGCSResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuildGCSResource.
func (*BuildGCSResource) DeepCopyInto ¶
func (in *BuildGCSResource) DeepCopyInto(out *BuildGCSResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BuildGCSResource) GetDownloadContainerSpec ¶
func (s *BuildGCSResource) GetDownloadContainerSpec() ([]corev1.Container, error)
GetDownloadContainerSpec returns an array of container specs to download gcs storage object
func (BuildGCSResource) GetName ¶
func (s BuildGCSResource) GetName() string
GetName returns the name of the resource
func (*BuildGCSResource) GetSecretParams ¶
func (s *BuildGCSResource) GetSecretParams() []SecretParam
GetSecretParams returns the resource secret params
func (BuildGCSResource) GetType ¶
func (s BuildGCSResource) GetType() PipelineResourceType
GetType returns the type of the resource, in this case "storage"
func (*BuildGCSResource) GetUploadContainerSpec ¶
func (s *BuildGCSResource) GetUploadContainerSpec() ([]corev1.Container, error)
GetUploadContainerSpec gets container spec for gcs resource to be uploaded like set environment variable from secret params and set volume mounts for those secrets
func (*BuildGCSResource) Replacements ¶
func (s *BuildGCSResource) Replacements() map[string]string
Replacements is used for template replacement on an GCSResource inside of a Taskrun.
func (*BuildGCSResource) SetDestinationDirectory ¶
func (s *BuildGCSResource) SetDestinationDirectory(destDir string)
SetDestinationDirectory sets the destination directory at runtime like where is the resource going to be copied to
type ClusterResource ¶
type ClusterResource struct { Name string `json:"name"` Type PipelineResourceType `json:"type"` // URL must be a host string URL string `json:"url"` Revision string `json:"revision"` // Server requires Basic authentication Username string `json:"username"` Password string `json:"password"` // Server requires Bearer authentication. This client will not attempt to use // refresh tokens for an OAuth2 flow. // Token overrides userame and password Token string `json:"token"` // Server should be accessed without verifying the TLS certificate. For testing only. Insecure bool // CAData holds PEM-encoded bytes (typically read from a root certificates bundle). // CAData takes precedence over CAFile CAData []byte `json:"cadata"` //Secrets holds a struct to indicate a field name and corresponding secret name to populate it Secrets []SecretParam `json:"secrets"` }
ClusterResource represents a cluster configuration (kubeconfig) that can be accessed by tasks in the pipeline
func NewClusterResource ¶
func NewClusterResource(r *PipelineResource) (*ClusterResource, error)
NewClusterResource create a new k8s cluster resource to pass to a pipeline task
func (*ClusterResource) DeepCopy ¶
func (in *ClusterResource) DeepCopy() *ClusterResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterResource.
func (*ClusterResource) DeepCopyInto ¶
func (in *ClusterResource) DeepCopyInto(out *ClusterResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterResource) GetDownloadContainerSpec ¶
func (s *ClusterResource) GetDownloadContainerSpec() ([]corev1.Container, error)
func (ClusterResource) GetName ¶
func (s ClusterResource) GetName() string
GetName returns the name of the resource
func (ClusterResource) GetType ¶
func (s ClusterResource) GetType() PipelineResourceType
GetType returns the type of the resource, in this case "cluster"
func (*ClusterResource) GetURL ¶
func (s *ClusterResource) GetURL() string
GetURL returns the url to be used with this resource
func (*ClusterResource) GetUploadContainerSpec ¶
func (s *ClusterResource) GetUploadContainerSpec() ([]corev1.Container, error)
func (*ClusterResource) Replacements ¶
func (s *ClusterResource) Replacements() map[string]string
Replacements is used for template replacement on a ClusterResource inside of a Taskrun.
func (*ClusterResource) SetDestinationDirectory ¶
func (s *ClusterResource) SetDestinationDirectory(path string)
func (ClusterResource) String ¶
func (s ClusterResource) String() string
type ClusterTask ¶
type ClusterTask struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` // Spec holds the desired state of the Task from the client // +optional Spec TaskSpec `json:"spec,omitempty"` }
ClusterTask is a Task with a cluster scope. ClusterTasks are used to represent Tasks that should be publicly addressable from any namespace in the cluster.
func (*ClusterTask) Copy ¶
func (t *ClusterTask) Copy() TaskInterface
func (*ClusterTask) DeepCopy ¶
func (in *ClusterTask) DeepCopy() *ClusterTask
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterTask.
func (*ClusterTask) DeepCopyInto ¶
func (in *ClusterTask) DeepCopyInto(out *ClusterTask)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterTask) DeepCopyObject ¶
func (in *ClusterTask) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterTask) SetDefaults ¶
func (t *ClusterTask) SetDefaults(ctx context.Context)
func (*ClusterTask) TaskMetadata ¶
func (t *ClusterTask) TaskMetadata() metav1.ObjectMeta
func (*ClusterTask) TaskSpec ¶
func (t *ClusterTask) TaskSpec() TaskSpec
func (*ClusterTask) Validate ¶
func (t *ClusterTask) Validate(ctx context.Context) *apis.FieldError
type ClusterTaskList ¶
type ClusterTaskList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []ClusterTask `json:"items"` }
ClusterTaskList contains a list of ClusterTask
func (*ClusterTaskList) DeepCopy ¶
func (in *ClusterTaskList) DeepCopy() *ClusterTaskList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterTaskList.
func (*ClusterTaskList) DeepCopyInto ¶
func (in *ClusterTaskList) DeepCopyInto(out *ClusterTaskList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterTaskList) DeepCopyObject ¶
func (in *ClusterTaskList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DAG ¶ added in v0.2.0
type DAG struct { //Nodes represent map of PipelineTask name to Node in Pipeline DAG Nodes map[string]*Node }
DAG represents the Pipeline DAG
func BuildDAG ¶ added in v0.2.0
func BuildDAG(tasks []PipelineTask) (*DAG, error)
BuildDAG returns a valid pipeline DAG. Returns error if the pipeline is invalid
func (*DAG) DeepCopy ¶ added in v0.2.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DAG.
func (*DAG) DeepCopyInto ¶ added in v0.2.0
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GCSArtifactType ¶
type GCSArtifactType string
GCSArtifactType defines a type of GCS resource.
const ( // GCSArchive indicates that resource should be fetched from a typical archive file. GCSArchive GCSArtifactType = "Archive" // GCSManifest indicates that resource should be fetched using a // manifest-based protocol which enables incremental source upload. GCSManifest GCSArtifactType = "Manifest" // EmptyArtifactType indicates, no artifact type is specified. EmptyArtifactType = "" )
type GCSResource ¶
type GCSResource struct { Name string `json:"name"` Type PipelineResourceType `json:"type"` Location string `json:"location"` TypeDir bool `json:"typeDir"` DestinationDir string `json:"destinationDir"` //Secret holds a struct to indicate a field name and corresponding secret name to populate it Secrets []SecretParam `json:"secrets"` }
GCSResource is a GCS endpoint from which to get artifacts which is required by a Build/Task for context (e.g. a archive from which to build an image).
func NewGCSResource ¶
func NewGCSResource(r *PipelineResource) (*GCSResource, error)
NewGCSResource creates a new GCS resource to pass to a Task
func (*GCSResource) DeepCopy ¶
func (in *GCSResource) DeepCopy() *GCSResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCSResource.
func (*GCSResource) DeepCopyInto ¶
func (in *GCSResource) DeepCopyInto(out *GCSResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GCSResource) GetDownloadContainerSpec ¶
func (s *GCSResource) GetDownloadContainerSpec() ([]corev1.Container, error)
GetDownloadContainerSpec returns an array of container specs to download gcs storage object
func (GCSResource) GetName ¶
func (s GCSResource) GetName() string
GetName returns the name of the resource
func (*GCSResource) GetSecretParams ¶
func (s *GCSResource) GetSecretParams() []SecretParam
GetSecretParams returns the resource secret params
func (GCSResource) GetType ¶
func (s GCSResource) GetType() PipelineResourceType
GetType returns the type of the resource, in this case "storage"
func (*GCSResource) GetUploadContainerSpec ¶
func (s *GCSResource) GetUploadContainerSpec() ([]corev1.Container, error)
GetUploadContainerSpec gets container spec for gcs resource to be uploaded like set environment variable from secret params and set volume mounts for those secrets
func (*GCSResource) Replacements ¶
func (s *GCSResource) Replacements() map[string]string
Replacements is used for template replacement on an GCSResource inside of a Taskrun.
func (*GCSResource) SetDestinationDirectory ¶
func (s *GCSResource) SetDestinationDirectory(destDir string)
SetDestinationDirectory sets the destination directory at runtime like where is the resource going to be copied to
type GitResource ¶
type GitResource struct { Name string `json:"name"` Type PipelineResourceType `json:"type"` URL string `json:"url"` // Git revision (branch, tag, commit SHA or ref) to clone. See // https://git-scm.com/docs/gitrevisions#_specifying_revisions for more // information. Revision string `json:"revision"` TargetPath string }
GitResource is an endpoint from which to get data which is required by a Build/Task for context (e.g. a repo from which to build an image).
func NewGitResource ¶
func NewGitResource(r *PipelineResource) (*GitResource, error)
NewGitResource create a new git resource to pass to a Task
func (*GitResource) DeepCopy ¶
func (in *GitResource) DeepCopy() *GitResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitResource.
func (*GitResource) DeepCopyInto ¶
func (in *GitResource) DeepCopyInto(out *GitResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GitResource) GetDownloadContainerSpec ¶
func (s *GitResource) GetDownloadContainerSpec() ([]corev1.Container, error)
func (GitResource) GetName ¶
func (s GitResource) GetName() string
GetName returns the name of the resource
func (GitResource) GetType ¶
func (s GitResource) GetType() PipelineResourceType
GetType returns the type of the resource, in this case "Git"
func (*GitResource) GetURL ¶
func (s *GitResource) GetURL() string
GetURL returns the url to be used with this resource
func (*GitResource) GetUploadContainerSpec ¶
func (s *GitResource) GetUploadContainerSpec() ([]corev1.Container, error)
func (*GitResource) Replacements ¶
func (s *GitResource) Replacements() map[string]string
Replacements is used for template replacement on a GitResource inside of a Taskrun.
func (*GitResource) SetDestinationDirectory ¶
func (s *GitResource) SetDestinationDirectory(path string)
type ImageResource ¶
type ImageResource struct { Name string `json:"name"` Type PipelineResourceType `json:"type"` URL string `json:"url"` Digest string `json:"digest"` OutputImageDir string }
ImageResource defines an endpoint where artifacts can be stored, such as images.
func NewImageResource ¶
func NewImageResource(r *PipelineResource) (*ImageResource, error)
NewImageResource creates a new ImageResource from a PipelineResource.
func (*ImageResource) DeepCopy ¶
func (in *ImageResource) DeepCopy() *ImageResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageResource.
func (*ImageResource) DeepCopyInto ¶
func (in *ImageResource) DeepCopyInto(out *ImageResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ImageResource) GetDownloadContainerSpec ¶
func (s *ImageResource) GetDownloadContainerSpec() ([]corev1.Container, error)
GetDownloadContainerSpec returns the spec for the download container
func (ImageResource) GetName ¶
func (s ImageResource) GetName() string
GetName returns the name of the resource
func (*ImageResource) GetOutputImageDir ¶ added in v0.4.0
func (s *ImageResource) GetOutputImageDir() string
GetOutputImageDir return the path to get the index.json file
func (ImageResource) GetType ¶
func (s ImageResource) GetType() PipelineResourceType
GetType returns the type of the resource, in this case "image"
func (*ImageResource) GetUploadContainerSpec ¶
func (s *ImageResource) GetUploadContainerSpec() ([]corev1.Container, error)
GetUploadContainerSpec returns the spec for the upload container
func (*ImageResource) Replacements ¶
func (s *ImageResource) Replacements() map[string]string
Replacements is used for template replacement on an ImageResource inside of a Taskrun.
func (*ImageResource) SetDestinationDirectory ¶
func (s *ImageResource) SetDestinationDirectory(path string)
SetDestinationDirectory sets the destination for the resource
func (ImageResource) String ¶ added in v0.4.0
func (s ImageResource) String() string
type Inputs ¶
type Inputs struct { // Resources is a list of the input resources required to run the task. // Resources are represented in TaskRuns as bindings to instances of // PipelineResources. // +optional Resources []TaskResource `json:"resources,omitempty"` // Params is a list of input parameters required to run the task. Params // must be supplied as inputs in TaskRuns unless they declare a default // value. // +optional Params []ParamSpec `json:"params,omitempty"` }
Inputs are the requirements that a task needs to run a Build.
func (*Inputs) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Inputs.
func (*Inputs) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Node ¶ added in v0.2.0
type Node struct { // Task represent the PipelineTask in Pipeline Task PipelineTask // Prev represent all the Previous task Nodes for the current Task Prev []*Node // Next represent all the Next task Nodes for the current Task Next []*Node }
Node represents a Task in a pipeline.
func (*Node) DeepCopy ¶ added in v0.2.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Node.
func (*Node) DeepCopyInto ¶ added in v0.2.0
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Outputs ¶
type Outputs struct { // +optional Results []TestResult `json:"results,omitempty"` // +optional Resources []TaskResource `json:"resources,omitempty"` }
Outputs allow a task to declare what data the Build/Task will be producing, i.e. results such as logs and artifacts such as images.
func (*Outputs) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Outputs.
func (*Outputs) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Param ¶
Param declares a value to use for the Param called Name.
func (*Param) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Param.
func (*Param) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ParamSpec ¶ added in v0.5.0
type ParamSpec struct { // Name declares the name by which a parameter is referenced. Name string `json:"name"` // Description is a user-facing description of the parameter that may be // used to populate a UI. // +optional Description string `json:"description,omitempty"` // Default is the value a parameter takes if no input value is supplied. If // default is set, a Task may be executed without a supplied value for the // parameter. // +optional Default string `json:"default,omitempty"` }
ParamSpec defines arbitrary parameters needed beyond typed inputs (such as resources). Parameter values are provided by users as inputs on a TaskRun or PipelineRun.
func (*ParamSpec) DeepCopy ¶ added in v0.5.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ParamSpec.
func (*ParamSpec) DeepCopyInto ¶ added in v0.5.0
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Pipeline ¶
type Pipeline struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` // Spec holds the desired state of the Pipeline from the client // +optional Spec PipelineSpec `json:"spec"` // Status communicates the observed state of the Pipeline from the // controller. // +optional Status PipelineStatus `json:"status"` }
Pipeline describes a list of Tasks to execute. It expresses how outputs of tasks feed into inputs of subsequent tasks. +k8s:openapi-gen=true
func (*Pipeline) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pipeline.
func (*Pipeline) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Pipeline) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Pipeline) SetDefaults ¶
type PipelineDeclaredResource ¶
type PipelineDeclaredResource struct { // Name is the name that will be used by the Pipeline to refer to this resource. // It does not directly correspond to the name of any PipelineResources Task // inputs or outputs, and it does not correspond to the actual names of the // PipelineResources that will be bound in the PipelineRun. Name string `json:"name"` // Type is the type of the PipelineResource. Type PipelineResourceType `json:"type"` }
PipelineDeclaredResource is used by a Pipeline to declare the types of the PipelineResources that it will required to run and names which can be used to refer to these PipelineResources in PipelineTaskResourceBindings.
func (*PipelineDeclaredResource) DeepCopy ¶
func (in *PipelineDeclaredResource) DeepCopy() *PipelineDeclaredResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineDeclaredResource.
func (*PipelineDeclaredResource) DeepCopyInto ¶
func (in *PipelineDeclaredResource) DeepCopyInto(out *PipelineDeclaredResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineList ¶
type PipelineList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []Pipeline `json:"items"` }
PipelineList contains a list of Pipeline
func (*PipelineList) DeepCopy ¶
func (in *PipelineList) DeepCopy() *PipelineList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineList.
func (*PipelineList) DeepCopyInto ¶
func (in *PipelineList) DeepCopyInto(out *PipelineList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PipelineList) DeepCopyObject ¶
func (in *PipelineList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PipelineRef ¶
type PipelineRef struct { // Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names Name string `json:"name,omitempty"` // API version of the referent // +optional APIVersion string `json:"apiVersion,omitempty"` }
PipelineRef can be used to refer to a specific instance of a Pipeline. Copied from CrossVersionObjectReference: https://github.com/kubernetes/kubernetes/blob/169df7434155cbbc22f1532cba8e0a9588e29ad8/pkg/apis/autoscaling/types.go#L64
func (*PipelineRef) DeepCopy ¶
func (in *PipelineRef) DeepCopy() *PipelineRef
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineRef.
func (*PipelineRef) DeepCopyInto ¶
func (in *PipelineRef) DeepCopyInto(out *PipelineRef)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineResource ¶
type PipelineResource struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` // Spec holds the desired state of the PipelineResource from the client // +optional Spec PipelineResourceSpec `json:"spec,omitempty"` // Status communicates the observed state of the PipelineResource from the controller // +optional Status PipelineResourceStatus `json:"status,omitempty"` }
PipelineResource describes a resource that is an input to or output from a Task.
+k8s:openapi-gen=true
func (*PipelineResource) DeepCopy ¶
func (in *PipelineResource) DeepCopy() *PipelineResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineResource.
func (*PipelineResource) DeepCopyInto ¶
func (in *PipelineResource) DeepCopyInto(out *PipelineResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PipelineResource) DeepCopyObject ¶
func (in *PipelineResource) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PipelineResource) SetDefaults ¶
func (t *PipelineResource) SetDefaults(ctx context.Context)
func (*PipelineResource) Validate ¶
func (r *PipelineResource) Validate(ctx context.Context) *apis.FieldError
type PipelineResourceBinding ¶
type PipelineResourceBinding struct { // Name is the name of the PipelineResource in the Pipeline's declaration Name string `json:"name,omitempty"` // ResourceRef is a reference to the instance of the actual PipelineResource // that should be used ResourceRef PipelineResourceRef `json:"resourceRef,omitempty"` }
PipelineResourceBinding connects a reference to an instance of a PipelineResource with a PipelineResource dependency that the Pipeline has declared
func (*PipelineResourceBinding) DeepCopy ¶
func (in *PipelineResourceBinding) DeepCopy() *PipelineResourceBinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineResourceBinding.
func (*PipelineResourceBinding) DeepCopyInto ¶
func (in *PipelineResourceBinding) DeepCopyInto(out *PipelineResourceBinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineResourceInterface ¶
type PipelineResourceInterface interface { GetName() string GetType() PipelineResourceType Replacements() map[string]string GetDownloadContainerSpec() ([]corev1.Container, error) GetUploadContainerSpec() ([]corev1.Container, error) SetDestinationDirectory(string) }
PipelineResourceInterface interface to be implemented by different PipelineResource types
func ResourceFromType ¶
func ResourceFromType(r *PipelineResource) (PipelineResourceInterface, error)
ResourceFromType returns a PipelineResourceInterface from a PipelineResource's type.
type PipelineResourceList ¶
type PipelineResourceList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []PipelineResource `json:"items"` }
PipelineResourceList contains a list of PipelineResources
func (*PipelineResourceList) DeepCopy ¶
func (in *PipelineResourceList) DeepCopy() *PipelineResourceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineResourceList.
func (*PipelineResourceList) DeepCopyInto ¶
func (in *PipelineResourceList) DeepCopyInto(out *PipelineResourceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PipelineResourceList) DeepCopyObject ¶
func (in *PipelineResourceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PipelineResourceRef ¶
type PipelineResourceRef struct { // Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names Name string `json:"name,omitempty"` // API version of the referent // +optional APIVersion string `json:"apiVersion,omitempty"` }
PipelineResourceRef can be used to refer to a specific instance of a Resource
func (*PipelineResourceRef) DeepCopy ¶
func (in *PipelineResourceRef) DeepCopy() *PipelineResourceRef
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineResourceRef.
func (*PipelineResourceRef) DeepCopyInto ¶
func (in *PipelineResourceRef) DeepCopyInto(out *PipelineResourceRef)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineResourceResult ¶ added in v0.4.0
PipelineResourceResult used to export the image name and digest as json
func (*PipelineResourceResult) DeepCopy ¶ added in v0.4.0
func (in *PipelineResourceResult) DeepCopy() *PipelineResourceResult
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineResourceResult.
func (*PipelineResourceResult) DeepCopyInto ¶ added in v0.4.0
func (in *PipelineResourceResult) DeepCopyInto(out *PipelineResourceResult)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineResourceSpec ¶
type PipelineResourceSpec struct { Type PipelineResourceType `json:"type"` Params []Param `json:"params"` // Secrets to fetch to populate some of resource fields // +optional SecretParams []SecretParam `json:"secrets,omitempty"` }
PipelineResourceSpec defines an individual resources used in the pipeline.
func (*PipelineResourceSpec) DeepCopy ¶
func (in *PipelineResourceSpec) DeepCopy() *PipelineResourceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineResourceSpec.
func (*PipelineResourceSpec) DeepCopyInto ¶
func (in *PipelineResourceSpec) DeepCopyInto(out *PipelineResourceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PipelineResourceSpec) SetDefaults ¶
func (ts *PipelineResourceSpec) SetDefaults(ctx context.Context)
func (*PipelineResourceSpec) Validate ¶
func (rs *PipelineResourceSpec) Validate(ctx context.Context) *apis.FieldError
type PipelineResourceStatus ¶
type PipelineResourceStatus struct { }
PipelineResourceStatus does not contain anything because Resources on their own do not have a status, they just hold data which is later used by PipelineRuns and TaskRuns.
func (*PipelineResourceStatus) DeepCopy ¶
func (in *PipelineResourceStatus) DeepCopy() *PipelineResourceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineResourceStatus.
func (*PipelineResourceStatus) DeepCopyInto ¶
func (in *PipelineResourceStatus) DeepCopyInto(out *PipelineResourceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineResourceStorageType ¶
type PipelineResourceStorageType string
type PipelineResourceType ¶
type PipelineResourceType string
PipelineResourceType represents the type of endpoint the pipelineResource is, so that the controller will know this pipelineResource should be fetched and optionally what additional metatdata should be provided for it.
const ( // PipelineResourceTypeGit indicates that this source is a GitHub repo. PipelineResourceTypeGit PipelineResourceType = "git" // PipelineResourceTypeStorage indicates that this source is a storage blob resource. PipelineResourceTypeStorage PipelineResourceType = "storage" // PipelineResourceTypeImage indicates that this source is a docker Image. PipelineResourceTypeImage PipelineResourceType = "image" // PipelineResourceTypeCluster indicates that this source is a k8s cluster Image. PipelineResourceTypeCluster PipelineResourceType = "cluster" // PipelineResourceTypePullRequest indicates that this source is a SCM Pull Request. PipelineResourceTypePullRequest PipelineResourceType = "pullRequest" )
const ( // PipelineResourceTypeGCS indicates that resource source is a GCS blob/directory. PipelineResourceTypeGCS PipelineResourceType = "gcs" PipelineResourceTypeBuildGCS PipelineResourceType = "build-gcs" )
type PipelineRun ¶
type PipelineRun struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` // +optional Spec PipelineRunSpec `json:"spec,omitempty"` // +optional Status PipelineRunStatus `json:"status,omitempty"` }
PipelineRun represents a single execution of a Pipeline. PipelineRuns are how the graph of Tasks declared in a Pipeline are executed; they specify inputs to Pipelines such as parameter values and capture operational aspects of the Tasks execution such as service account and tolerations. Creating a PipelineRun creates TaskRuns for Tasks in the referenced Pipeline.
+k8s:openapi-gen=true
func (*PipelineRun) DeepCopy ¶
func (in *PipelineRun) DeepCopy() *PipelineRun
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineRun.
func (*PipelineRun) DeepCopyInto ¶
func (in *PipelineRun) DeepCopyInto(out *PipelineRun)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PipelineRun) DeepCopyObject ¶
func (in *PipelineRun) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PipelineRun) GetOwnerReference ¶
func (pr *PipelineRun) GetOwnerReference() []metav1.OwnerReference
GetOwnerReference gets the pipeline run as owner reference for any related objects
func (*PipelineRun) GetRunKey ¶ added in v0.2.0
func (pr *PipelineRun) GetRunKey() string
GetRunKey return the pipelinerun key for timeout handler map
func (*PipelineRun) GetTaskRunRef ¶
func (pr *PipelineRun) GetTaskRunRef() corev1.ObjectReference
GetTaskRunRef for pipelinerun
func (*PipelineRun) HasStarted ¶ added in v0.2.0
func (pr *PipelineRun) HasStarted() bool
HasStarted function check whether pipelinerun has valid start time set in its status
func (*PipelineRun) IsCancelled ¶ added in v0.2.0
func (pr *PipelineRun) IsCancelled() bool
IsCancelled returns true if the PipelineRun's spec status is set to Cancelled state
func (*PipelineRun) IsDone ¶ added in v0.2.0
func (pr *PipelineRun) IsDone() bool
IsDone returns true if the PipelineRun's status indicates that it is done.
func (*PipelineRun) SetDefaults ¶
func (pr *PipelineRun) SetDefaults(ctx context.Context)
func (*PipelineRun) Validate ¶
func (pr *PipelineRun) Validate(ctx context.Context) *apis.FieldError
Validate pipelinerun
type PipelineRunList ¶
type PipelineRunList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []PipelineRun `json:"items,omitempty"` }
PipelineRunList contains a list of PipelineRun
func (*PipelineRunList) DeepCopy ¶
func (in *PipelineRunList) DeepCopy() *PipelineRunList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineRunList.
func (*PipelineRunList) DeepCopyInto ¶
func (in *PipelineRunList) DeepCopyInto(out *PipelineRunList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PipelineRunList) DeepCopyObject ¶
func (in *PipelineRunList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PipelineRunSpec ¶
type PipelineRunSpec struct { PipelineRef PipelineRef `json:"pipelineRef"` // Resources is a list of bindings specifying which actual instances of // PipelineResources to use for the resources the Pipeline has declared // it needs. Resources []PipelineResourceBinding `json:"resources,omitempty"` // Params is a list of parameter names and values. Params []Param `json:"params,omitempty"` // +optional ServiceAccount string `json:"serviceAccount"` // +optional ServiceAccounts []PipelineRunSpecServiceAccount `json:"serviceAccounts,omitempty"` // +optional Results *Results `json:"results,omitempty"` // Used for cancelling a pipelinerun (and maybe more later on) // +optional Status PipelineRunSpecStatus `json:"status,omitempty"` // Time after which the Pipeline times out. Defaults to never. // Refer to Go's ParseDuration documentation for expected format: https://golang.org/pkg/time/#ParseDuration // +optional Timeout *metav1.Duration `json:"timeout,omitempty"` // NodeSelector is a selector which must be true for the pod to fit on a node. // Selector which must match a node's labels for the pod to be scheduled on that node. // More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ // +optional NodeSelector map[string]string `json:"nodeSelector,omitempty"` // If specified, the pod's tolerations. // +optional Tolerations []corev1.Toleration `json:"tolerations,omitempty"` // If specified, the pod's scheduling constraints // +optional Affinity *corev1.Affinity `json:"affinity,omitempty"` }
PipelineRunSpec defines the desired state of PipelineRun
func (*PipelineRunSpec) DeepCopy ¶
func (in *PipelineRunSpec) DeepCopy() *PipelineRunSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineRunSpec.
func (*PipelineRunSpec) DeepCopyInto ¶
func (in *PipelineRunSpec) DeepCopyInto(out *PipelineRunSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PipelineRunSpec) SetDefaults ¶ added in v0.5.0
func (prs *PipelineRunSpec) SetDefaults(ctx context.Context)
func (*PipelineRunSpec) Validate ¶
func (ps *PipelineRunSpec) Validate(ctx context.Context) *apis.FieldError
Validate pipelinerun spec
type PipelineRunSpecServiceAccount ¶ added in v0.5.0
type PipelineRunSpecServiceAccount struct { TaskName string `json:"taskName,omitempty"` ServiceAccount string `json:"serviceAccount,omitempty"` }
PipelineRunSpecServiceAccount can be used to configure specific ServiceAccount for a concrete Task
func (*PipelineRunSpecServiceAccount) DeepCopy ¶ added in v0.5.0
func (in *PipelineRunSpecServiceAccount) DeepCopy() *PipelineRunSpecServiceAccount
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineRunSpecServiceAccount.
func (*PipelineRunSpecServiceAccount) DeepCopyInto ¶ added in v0.5.0
func (in *PipelineRunSpecServiceAccount) DeepCopyInto(out *PipelineRunSpecServiceAccount)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineRunSpecStatus ¶
type PipelineRunSpecStatus string
PipelineRunSpecStatus defines the pipelinerun spec status the user can provide
type PipelineRunStatus ¶
type PipelineRunStatus struct { duckv1beta1.Status `json:",inline"` // In #107 should be updated to hold the location logs have been uploaded to // +optional Results *Results `json:"results,omitempty"` // StartTime is the time the PipelineRun is actually started. // +optional StartTime *metav1.Time `json:"startTime,omitempty"` // CompletionTime is the time the PipelineRun completed. // +optional CompletionTime *metav1.Time `json:"completionTime,omitempty"` // map of PipelineRunTaskRunStatus with the taskRun name as the key // +optional TaskRuns map[string]*PipelineRunTaskRunStatus `json:"taskRuns,omitempty"` }
PipelineRunStatus defines the observed state of PipelineRun
func (*PipelineRunStatus) DeepCopy ¶
func (in *PipelineRunStatus) DeepCopy() *PipelineRunStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineRunStatus.
func (*PipelineRunStatus) DeepCopyInto ¶
func (in *PipelineRunStatus) DeepCopyInto(out *PipelineRunStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PipelineRunStatus) GetCondition ¶
func (pr *PipelineRunStatus) GetCondition(t apis.ConditionType) *apis.Condition
GetCondition returns the Condition matching the given type.
func (*PipelineRunStatus) InitializeConditions ¶
func (pr *PipelineRunStatus) InitializeConditions()
InitializeConditions will set all conditions in pipelineRunCondSet to unknown for the PipelineRun and set the started time to the current time
func (*PipelineRunStatus) SetCondition ¶
func (pr *PipelineRunStatus) SetCondition(newCond *apis.Condition)
SetCondition sets the condition, unsetting previous conditions with the same type as necessary.
type PipelineRunTaskRunStatus ¶ added in v0.2.0
type PipelineRunTaskRunStatus struct { // PipelineTaskName is the name of the PipelineTask. PipelineTaskName string `json:"pipelineTaskName,omitempty"` // Status is the TaskRunStatus for the corresponding TaskRun // +optional Status *TaskRunStatus `json:"status,omitempty"` }
PipelineRunTaskRunStatus contains the name of the PipelineTask for this TaskRun and the TaskRun's Status
func (*PipelineRunTaskRunStatus) DeepCopy ¶ added in v0.2.0
func (in *PipelineRunTaskRunStatus) DeepCopy() *PipelineRunTaskRunStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineRunTaskRunStatus.
func (*PipelineRunTaskRunStatus) DeepCopyInto ¶ added in v0.2.0
func (in *PipelineRunTaskRunStatus) DeepCopyInto(out *PipelineRunTaskRunStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineSpec ¶
type PipelineSpec struct { // Resources declares the names and types of the resources given to the // Pipeline's tasks as inputs and outputs. Resources []PipelineDeclaredResource `json:"resources,omitempty"` // Tasks declares the graph of Tasks that execute when this Pipeline is run. Tasks []PipelineTask `json:"tasks,omitempty"` // Params declares a list of input parameters that must be supplied when // this Pipeline is run. Params []ParamSpec `json:"params,omitempty"` }
PipelineSpec defines the desired state of Pipeline.
func (*PipelineSpec) DeepCopy ¶
func (in *PipelineSpec) DeepCopy() *PipelineSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineSpec.
func (*PipelineSpec) DeepCopyInto ¶
func (in *PipelineSpec) DeepCopyInto(out *PipelineSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PipelineSpec) SetDefaults ¶
func (ps *PipelineSpec) SetDefaults(ctx context.Context)
func (*PipelineSpec) Validate ¶
func (ps *PipelineSpec) Validate(ctx context.Context) *apis.FieldError
Validate checks that taskNames in the Pipeline are valid and that the graph of Tasks expressed in the Pipeline makes sense.
type PipelineStatus ¶
type PipelineStatus struct { }
PipelineStatus does not contain anything because Pipelines on their own do not have a status, they just hold data which is later used by a PipelineRun.
func (*PipelineStatus) DeepCopy ¶
func (in *PipelineStatus) DeepCopy() *PipelineStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineStatus.
func (*PipelineStatus) DeepCopyInto ¶
func (in *PipelineStatus) DeepCopyInto(out *PipelineStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineStorageResourceInterface ¶
type PipelineStorageResourceInterface interface { PipelineResourceInterface GetSecretParams() []SecretParam }
PipelineResourceInterface interface to be implemented by different PipelineResource types
func NewStorageResource ¶
func NewStorageResource(r *PipelineResource) (PipelineStorageResourceInterface, error)
type PipelineTask ¶
type PipelineTask struct { // Name is the name of this task within the context of a Pipeline. Name is // used as a coordinate with the `from` and `runAfter` fields to establish // the execution order of tasks relative to one another. Name string `json:"name,omitempty"` // TaskRef is a reference to a task definition. TaskRef TaskRef `json:"taskRef"` // Retries represents how many times this task should be retried in case of task failure: ConditionSucceeded set to False // +optional Retries int `json:"retries,omitempty"` // RunAfter is the list of PipelineTask names that should be executed before // this Task executes. (Used to force a specific ordering in graph execution.) // +optional RunAfter []string `json:"runAfter,omitempty"` // Resources declares the resources given to this task as inputs and // outputs. // +optional Resources *PipelineTaskResources `json:"resources,omitempty"` // Parameters declares parameters passed to this task. // +optional Params []Param `json:"params,omitempty"` }
PipelineTask defines a task in a Pipeline, passing inputs from both Params and from the output of previous tasks.
func (*PipelineTask) DeepCopy ¶
func (in *PipelineTask) DeepCopy() *PipelineTask
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineTask.
func (*PipelineTask) DeepCopyInto ¶
func (in *PipelineTask) DeepCopyInto(out *PipelineTask)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineTaskInputResource ¶
type PipelineTaskInputResource struct { // Name is the name of the PipelineResource as declared by the Task. Name string `json:"name"` // Resource is the name of the DeclaredPipelineResource to use. Resource string `json:"resource"` // From is the list of PipelineTask names that the resource has to come from. // (Implies an ordering in the execution graph.) // +optional From []string `json:"from,omitempty"` }
PipelineTaskInputResource maps the name of a declared PipelineResource input dependency in a Task to the resource in the Pipeline's DeclaredPipelineResources that should be used. This input may come from a previous task.
func (*PipelineTaskInputResource) DeepCopy ¶
func (in *PipelineTaskInputResource) DeepCopy() *PipelineTaskInputResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineTaskInputResource.
func (*PipelineTaskInputResource) DeepCopyInto ¶
func (in *PipelineTaskInputResource) DeepCopyInto(out *PipelineTaskInputResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineTaskOutputResource ¶
type PipelineTaskOutputResource struct { // Name is the name of the PipelineResource as declared by the Task. Name string `json:"name"` // Resource is the name of the DeclaredPipelienResource to use. Resource string `json:"resource"` }
PipelineTaskOutputResource maps the name of a declared PipelineResource output dependency in a Task to the resource in the Pipeline's DeclaredPipelineResources that should be used.
func (*PipelineTaskOutputResource) DeepCopy ¶
func (in *PipelineTaskOutputResource) DeepCopy() *PipelineTaskOutputResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineTaskOutputResource.
func (*PipelineTaskOutputResource) DeepCopyInto ¶
func (in *PipelineTaskOutputResource) DeepCopyInto(out *PipelineTaskOutputResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineTaskParam ¶
PipelineTaskParam is used to provide arbitrary string parameters to a Task.
func (*PipelineTaskParam) DeepCopy ¶
func (in *PipelineTaskParam) DeepCopy() *PipelineTaskParam
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineTaskParam.
func (*PipelineTaskParam) DeepCopyInto ¶
func (in *PipelineTaskParam) DeepCopyInto(out *PipelineTaskParam)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineTaskResources ¶
type PipelineTaskResources struct { // Inputs holds the mapping from the PipelineResources declared in // DeclaredPipelineResources to the input PipelineResources required by the Task. Inputs []PipelineTaskInputResource `json:"inputs,omitempty"` // Outputs holds the mapping from the PipelineResources declared in // DeclaredPipelineResources to the input PipelineResources required by the Task. Outputs []PipelineTaskOutputResource `json:"outputs,omitempty"` }
PipelineTaskResources allows a Pipeline to declare how its DeclaredPipelineResources should be provided to a Task as its inputs and outputs.
func (*PipelineTaskResources) DeepCopy ¶
func (in *PipelineTaskResources) DeepCopy() *PipelineTaskResources
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineTaskResources.
func (*PipelineTaskResources) DeepCopyInto ¶
func (in *PipelineTaskResources) DeepCopyInto(out *PipelineTaskResources)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PipelineTaskRun ¶
type PipelineTaskRun struct {
Name string `json:"name,omitempty"`
}
PipelineTaskRun reports the results of running a step in the Task. Each task has the potential to succeed or fail (based on the exit code) and produces logs.
func (*PipelineTaskRun) DeepCopy ¶
func (in *PipelineTaskRun) DeepCopy() *PipelineTaskRun
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PipelineTaskRun.
func (*PipelineTaskRun) DeepCopyInto ¶
func (in *PipelineTaskRun) DeepCopyInto(out *PipelineTaskRun)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PullRequestResource ¶ added in v0.5.0
type PullRequestResource struct { Name string `json:"name"` Type PipelineResourceType `json:"type"` DestinationDir string `json:"destinationDir"` // GitHub URL pointing to the pull request. // Example: https://github.com/owner/repo/pulls/1 URL string `json:"url"` // Secrets holds a struct to indicate a field name and corresponding secret name to populate it. Secrets []SecretParam `json:"secrets"` }
PullRequestResource is an endpoint from which to get data which is required by a Build/Task for context.
func NewPullRequestResource ¶ added in v0.5.0
func NewPullRequestResource(r *PipelineResource) (*PullRequestResource, error)
NewPullRequestResource create a new git resource to pass to a Task
func (*PullRequestResource) DeepCopy ¶ added in v0.5.0
func (in *PullRequestResource) DeepCopy() *PullRequestResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PullRequestResource.
func (*PullRequestResource) DeepCopyInto ¶ added in v0.5.0
func (in *PullRequestResource) DeepCopyInto(out *PullRequestResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PullRequestResource) GetDownloadContainerSpec ¶ added in v0.5.0
func (s *PullRequestResource) GetDownloadContainerSpec() ([]corev1.Container, error)
func (PullRequestResource) GetName ¶ added in v0.5.0
func (s PullRequestResource) GetName() string
GetName returns the name of the resource
func (PullRequestResource) GetType ¶ added in v0.5.0
func (s PullRequestResource) GetType() PipelineResourceType
GetType returns the type of the resource, in this case "Git"
func (*PullRequestResource) GetURL ¶ added in v0.5.0
func (s *PullRequestResource) GetURL() string
GetURL returns the url to be used with this resource
func (*PullRequestResource) GetUploadContainerSpec ¶ added in v0.5.0
func (s *PullRequestResource) GetUploadContainerSpec() ([]corev1.Container, error)
func (*PullRequestResource) Replacements ¶ added in v0.5.0
func (s *PullRequestResource) Replacements() map[string]string
Replacements is used for template replacement on a PullRequestResource inside of a Taskrun.
func (*PullRequestResource) SetDestinationDirectory ¶ added in v0.5.0
func (s *PullRequestResource) SetDestinationDirectory(dir string)
SetDestinationDirectory sets the destination directory at runtime like where is the resource going to be copied to
type ResultTargetType ¶
type ResultTargetType string
ResultTargetType represents the type of endpoint that this result target is, so that the controller will know how to write results to it.
type Results ¶
type Results struct { Type ResultTargetType `json:"type"` URL string `json:"url"` }
Results is used to identify an endpoint where results can be uploaded. The serviceaccount used for the pipeline must have access to this endpoint.
func (*Results) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Results.
func (*Results) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretParam ¶
type SecretParam struct { FieldName string `json:"fieldName"` SecretKey string `json:"secretKey"` SecretName string `json:"secretName"` }
SecretParam indicates which secret can be used to populate a field of the resource
func (*SecretParam) DeepCopy ¶
func (in *SecretParam) DeepCopy() *SecretParam
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretParam.
func (*SecretParam) DeepCopyInto ¶
func (in *SecretParam) DeepCopyInto(out *SecretParam)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StepState ¶
type StepState struct { corev1.ContainerState Name string `json:"name,omitempty"` }
StepState reports the results of running a step in the Task.
func (*StepState) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StepState.
func (*StepState) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Task ¶
type Task struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata"` // Spec holds the desired state of the Task from the client // +optional Spec TaskSpec `json:"spec"` }
Task represents a collection of sequential steps that are run as part of a Pipeline using a set of inputs and producing a set of outputs. Tasks execute when TaskRuns are created that provide the input parameters and resources and output resources the Task requires.
+k8s:openapi-gen=true
func (*Task) Copy ¶
func (t *Task) Copy() TaskInterface
func (*Task) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Task.
func (*Task) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Task) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Task) SetDefaults ¶
func (*Task) TaskMetadata ¶
func (t *Task) TaskMetadata() metav1.ObjectMeta
type TaskInterface ¶
type TaskInterface interface { TaskMetadata() metav1.ObjectMeta TaskSpec() TaskSpec Copy() TaskInterface }
TaskInterface is implemented by Task and ClusterTask
type TaskList ¶
type TaskList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []Task `json:"items"` }
TaskList contains a list of Task
func (*TaskList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskList.
func (*TaskList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TaskList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TaskRef ¶
type TaskRef struct { // Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names Name string `json:"name,omitempty"` // TaskKind inficates the kind of the task, namespaced or cluster scoped. Kind TaskKind `json:"kind,omitempty"` // API version of the referent // +optional APIVersion string `json:"apiVersion,omitempty"` }
TaskRef can be used to refer to a specific instance of a task. Copied from CrossVersionObjectReference: https://github.com/kubernetes/kubernetes/blob/169df7434155cbbc22f1532cba8e0a9588e29ad8/pkg/apis/autoscaling/types.go#L64
func (*TaskRef) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskRef.
func (*TaskRef) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TaskResource ¶
type TaskResource struct { // Name declares the name by which a resource is referenced in the Task's // definition. Resources may be referenced by name in the definition of a // Task's steps. Name string `json:"name"` // Type is the type of this resource; Type PipelineResourceType `json:"type"` // TargetPath is the path in workspace directory where the task resource // will be copied. // +optional TargetPath string `json:"targetPath"` // Path to the index.json file for output container images. // +optional OutputImageDir string `json:"outputImageDir"` }
TaskResource defines an input or output Resource declared as a requirement by a Task. The Name field will be used to refer to these Resources within the Task definition, and when provided as an Input, the Name will be the path to the volume mounted containing this Resource as an input (e.g. an input Resource named `workspace` will be mounted at `/workspace`).
func (*TaskResource) DeepCopy ¶
func (in *TaskResource) DeepCopy() *TaskResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskResource.
func (*TaskResource) DeepCopyInto ¶
func (in *TaskResource) DeepCopyInto(out *TaskResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TaskResourceBinding ¶
type TaskResourceBinding struct { Name string `json:"name"` // no more than one of the ResourceRef and ResourceSpec may be specified. // +optional ResourceRef PipelineResourceRef `json:"resourceRef,omitempty"` // +optional ResourceSpec *PipelineResourceSpec `json:"resourceSpec,omitempty"` // +optional Paths []string `json:"paths,omitempty"` }
TaskResourceBinding points to the PipelineResource that will be used for the Task input or output called Name. The optional Path field corresponds to a path on disk at which the Resource can be found (used when providing the resource via mounted volume, overriding the default logic to fetch the Resource).
func (*TaskResourceBinding) DeepCopy ¶
func (in *TaskResourceBinding) DeepCopy() *TaskResourceBinding
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskResourceBinding.
func (*TaskResourceBinding) DeepCopyInto ¶
func (in *TaskResourceBinding) DeepCopyInto(out *TaskResourceBinding)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TaskRun ¶
type TaskRun struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ObjectMeta `json:"metadata,omitempty"` // +optional Spec TaskRunSpec `json:"spec,omitempty"` // +optional Status TaskRunStatus `json:"status,omitempty"` }
TaskRun represents a single execution of a Task. TaskRuns are how the steps specified in a Task are executed; they specify the parameters and resources used to run the steps in a Task.
+k8s:openapi-gen=true
func (*TaskRun) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskRun.
func (*TaskRun) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TaskRun) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TaskRun) GetBuildPodRef ¶
func (tr *TaskRun) GetBuildPodRef() corev1.ObjectReference
GetBuildPodRef for task
func (*TaskRun) GetPipelineRunPVCName ¶
GetPipelineRunPVCName for taskrun gets pipelinerun
func (*TaskRun) GetRunKey ¶ added in v0.2.0
GetRunKey return the taskrun key for timeout handler map
func (*TaskRun) HasPipelineRunOwnerReference ¶
HasPipelineRunOwnerReference returns true of TaskRun has owner reference of type PipelineRun
func (*TaskRun) HasStarted ¶ added in v0.3.0
HasStarted function check whether taskrun has valid start time set in its status
func (*TaskRun) IsCancelled ¶ added in v0.2.0
IsCancelled returns true if the TaskRun's spec status is set to Cancelled state
func (*TaskRun) IsDone ¶ added in v0.2.0
IsDone returns true if the TaskRun's status indicates that it is done.
func (*TaskRun) IsSuccessful ¶ added in v0.4.0
IsSuccessful returns true if the TaskRun's status indicates that it is done.
func (*TaskRun) SetDefaults ¶
type TaskRunInputs ¶
type TaskRunInputs struct { // +optional Resources []TaskResourceBinding `json:"resources,omitempty"` // +optional Params []Param `json:"params,omitempty"` }
TaskRunInputs holds the input values that this task was invoked with.
func (*TaskRunInputs) DeepCopy ¶
func (in *TaskRunInputs) DeepCopy() *TaskRunInputs
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskRunInputs.
func (*TaskRunInputs) DeepCopyInto ¶
func (in *TaskRunInputs) DeepCopyInto(out *TaskRunInputs)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (TaskRunInputs) Validate ¶
func (i TaskRunInputs) Validate(ctx context.Context, path string) *apis.FieldError
type TaskRunList ¶
type TaskRunList struct { metav1.TypeMeta `json:",inline"` // +optional metav1.ListMeta `json:"metadata,omitempty"` Items []TaskRun `json:"items"` }
TaskRunList contains a list of TaskRun
func (*TaskRunList) DeepCopy ¶
func (in *TaskRunList) DeepCopy() *TaskRunList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskRunList.
func (*TaskRunList) DeepCopyInto ¶
func (in *TaskRunList) DeepCopyInto(out *TaskRunList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TaskRunList) DeepCopyObject ¶
func (in *TaskRunList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TaskRunOutputs ¶
type TaskRunOutputs struct { // +optional Resources []TaskResourceBinding `json:"resources,omitempty"` }
TaskRunOutputs holds the output values that this task was invoked with.
func (*TaskRunOutputs) DeepCopy ¶
func (in *TaskRunOutputs) DeepCopy() *TaskRunOutputs
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskRunOutputs.
func (*TaskRunOutputs) DeepCopyInto ¶
func (in *TaskRunOutputs) DeepCopyInto(out *TaskRunOutputs)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (TaskRunOutputs) Validate ¶
func (o TaskRunOutputs) Validate(ctx context.Context, path string) *apis.FieldError
type TaskRunSpec ¶
type TaskRunSpec struct { // +optional Inputs TaskRunInputs `json:"inputs,omitempty"` // +optional Outputs TaskRunOutputs `json:"outputs,omitempty"` // +optional Results *Results `json:"results,omitempty"` // +optional ServiceAccount string `json:"serviceAccount,omitempty"` // no more than one of the TaskRef and TaskSpec may be specified. // +optional TaskRef *TaskRef `json:"taskRef,omitempty"` // +optional TaskSpec *TaskSpec `json:"taskSpec,omitempty"` // Used for cancelling a taskrun (and maybe more later on) // +optional Status TaskRunSpecStatus `json:"status,omitempty"` // Time after which the build times out. Defaults to 10 minutes. // Specified build timeout should be less than 24h. // Refer Go's ParseDuration documentation for expected format: https://golang.org/pkg/time/#ParseDuration // +optional Timeout *metav1.Duration `json:"timeout,omitempty"` // NodeSelector is a selector which must be true for the pod to fit on a node. // Selector which must match a node's labels for the pod to be scheduled on that node. // More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ // +optional NodeSelector map[string]string `json:"nodeSelector,omitempty"` // If specified, the pod's tolerations. // +optional Tolerations []corev1.Toleration `json:"tolerations,omitempty"` // If specified, the pod's scheduling constraints // +optional Affinity *corev1.Affinity `json:"affinity,omitempty"` }
TaskRunSpec defines the desired state of TaskRun
func (*TaskRunSpec) DeepCopy ¶
func (in *TaskRunSpec) DeepCopy() *TaskRunSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskRunSpec.
func (*TaskRunSpec) DeepCopyInto ¶
func (in *TaskRunSpec) DeepCopyInto(out *TaskRunSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TaskRunSpec) SetDefaults ¶
func (trs *TaskRunSpec) SetDefaults(ctx context.Context)
func (*TaskRunSpec) Validate ¶
func (ts *TaskRunSpec) Validate(ctx context.Context) *apis.FieldError
Validate taskrun spec
type TaskRunSpecStatus ¶
type TaskRunSpecStatus string
TaskRunSpecStatus defines the taskrun spec status the user can provide
type TaskRunStatus ¶
type TaskRunStatus struct { duckv1beta1.Status `json:",inline"` // In #107 should be updated to hold the location logs have been uploaded to // +optional Results *Results `json:"results,omitempty"` // PodName is the name of the pod responsible for executing this task's steps. PodName string `json:"podName"` // StartTime is the time the build is actually started. // +optional StartTime *metav1.Time `json:"startTime,omitempty"` // CompletionTime is the time the build completed. // +optional CompletionTime *metav1.Time `json:"completionTime,omitempty"` // Steps describes the state of each build step container. // +optional Steps []StepState `json:"steps,omitempty"` // RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. // All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant. // +optional RetriesStatus []TaskRunStatus `json:"retriesStatus,omitempty"` // Results from Resources built during the taskRun. currently includes // the digest of build container images // optional ResourcesResult []PipelineResourceResult `json:"resourcesResult,omitempty"` }
TaskRunStatus defines the observed state of TaskRun
func (*TaskRunStatus) DeepCopy ¶
func (in *TaskRunStatus) DeepCopy() *TaskRunStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskRunStatus.
func (*TaskRunStatus) DeepCopyInto ¶
func (in *TaskRunStatus) DeepCopyInto(out *TaskRunStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TaskRunStatus) GetCondition ¶
func (tr *TaskRunStatus) GetCondition(t apis.ConditionType) *apis.Condition
GetCondition returns the Condition matching the given type.
func (*TaskRunStatus) InitializeConditions ¶
func (tr *TaskRunStatus) InitializeConditions()
InitializeConditions will set all conditions in taskRunCondSet to unknown for the TaskRun and set the started time to the current time
func (*TaskRunStatus) SetCondition ¶
func (tr *TaskRunStatus) SetCondition(newCond *apis.Condition)
SetCondition sets the condition, unsetting previous conditions with the same type as necessary.
type TaskSpec ¶
type TaskSpec struct { // Inputs is an optional set of parameters and resources which must be // supplied by the user when a Task is executed by a TaskRun. // +optional Inputs *Inputs `json:"inputs,omitempty"` // Outputs is an optional set of resources and results produced when this // Task is run. // +optional Outputs *Outputs `json:"outputs,omitempty"` // Steps are the steps of the build; each step is run sequentially with the // source mounted into /workspace. Steps []corev1.Container `json:"steps,omitempty"` // Volumes is a collection of volumes that are available to mount into the // steps of the build. Volumes []corev1.Volume `json:"volumes,omitempty"` // StepTemplate can be used as the basis for all step containers within the // Task, so that the steps inherit settings on the base container. StepTemplate *corev1.Container `json:"stepTemplate,omitempty"` // ContainerTemplate is the deprecated previous name of the StepTemplate // field (#977). ContainerTemplate *corev1.Container `json:"containerTemplate,omitempty"` }
TaskSpec defines the desired state of Task.
func (*TaskSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TaskSpec.
func (*TaskSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TaskSpec) SetDefaults ¶
SetDefaults set any defaults for the task spec
type TestResult ¶
type TestResult struct { // Name declares the name by which a result is referenced in the Task's // definition. Results may be referenced by name in the definition of a // Task's steps. Name string `json:"name"` // TODO: maybe this is an enum with types like "go test", "junit", etc. Format string `json:"format"` Path string `json:"path"` }
TestResult allows a task to specify the location where test logs can be found and what format they will be in.
func (*TestResult) DeepCopy ¶
func (in *TestResult) DeepCopy() *TestResult
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TestResult.
func (*TestResult) DeepCopyInto ¶
func (in *TestResult) DeepCopyInto(out *TestResult)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files ¶
- artifact_bucket.go
- artifact_pvc.go
- build_gcs_resource.go
- cluster_resource.go
- cluster_task_types.go
- cluster_task_validation.go
- contexts.go
- dag.go
- doc.go
- gcs_resource.go
- git_resource.go
- image_resource.go
- metadata_validation.go
- param_types.go
- pipeline_defaults.go
- pipeline_types.go
- pipeline_validation.go
- pipelineresource_validation.go
- pipelinerun_defaults.go
- pipelinerun_types.go
- pipelinerun_validation.go
- pull_request_resource.go
- register.go
- resource_defaults.go
- resource_types.go
- result_types.go
- secret_volume_mount.go
- storage_resource.go
- task_defaults.go
- task_interface.go
- task_types.go
- task_validation.go
- taskrun_defaults.go
- taskrun_types.go
- taskrun_validation.go
- zz_generated.deepcopy.go