tektoncd-pipeline

module
v0.0.0-...-5a3499f Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2018 License: Apache-2.0

README

pipe Pipeline CRD

Go Report Card

The Pipeline CRD provides k8s-style resources for declaring CI/CD-style pipelines.

Pipelines are Cloud Native:

  • Run on kubernetes
  • Have kubernetes clusters as a first class type
  • Use containers as their building blocks

Pipelines are Decoupled:

  • One Pipeline can be used to deploy to any k8s cluster
  • The Tasks which make up a Pipeline can easily be run in isolation
  • Resources such as git repos can easily be swapped between runs

Pipelines are Typed:

  • The concept of typed resources means that for a resource such as an Image, implementations can easily be swapped out (e.g. building with kaniko v.s. buildkit)

Want to start using the Pipeline CRD?

Want to contribute?

We are so excited to have you!

Directories

Path Synopsis
cmd
pkg
apis/pipeline/v1alpha1
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/knative/build-pipeline/pkg/apis/pipeline +k8s:defaulter-gen=TypeMeta +groupName=pipeline.knative.dev
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/knative/build-pipeline/pkg/apis/pipeline +k8s:defaulter-gen=TypeMeta +groupName=pipeline.knative.dev
reconciler
Package reconciler defines implementations of the Reconciler interface defined at github.com/knative/pkg/controller.Reconciler.
Package reconciler defines implementations of the Reconciler interface defined at github.com/knative/pkg/controller.Reconciler.

Jump to

Keyboard shortcuts

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