Skip to content

CRD Reference

All resources belong to the API group concourse-ci.org/v1alpha1.

The full reference is auto-generated from Go source via crd-ref-docs. Run make docs-generate to refresh it after changing types.

Resources

Kind Purpose Parent ref
Instance Connection to a Concourse server — (root)
Team Concourse team + RBAC roles instanceRef
Pipeline Pipeline configuration teamRef
Job Job pause state + build trigger pipelineRef
Build Build tracking and abort jobRef
Resource Resource pin + check interval pipelineRef
Worker Worker lifecycle management instanceRef

Common field types

Type Description
LocalObjectReference References a resource in the same namespace
SecretKeySelector Points at a key inside a Kubernetes Secret

kubectl quick reference

# List all operator resources
kubectl get instance,team,pipeline,job,build,resource,worker

# Describe a resource (shows events and conditions)
kubectl describe pipeline my-pipeline

# Watch build status
kubectl get build --watch