pipeline/pkg/status
Scott 14425d1746 Add sidecars to Tasks
This commit adds user-defined sidecars to the TaskSpec. A sidecar is a
container intended to provide some auxiliary support to a pod's primary
containers. An example usecase is a mock API server for your app to hit
during testing.

This commit doesn't introduce any extra lifecycle management beyond that
added in #936 - sidecars will be stopped without any warning or cleanup
time. At the moment I'm thinking of leaving this as-is until the sidecars
KEP reaches general availability in Kubernetes.
2019-08-29 12:21:03 -05:00
..
stepstatesorter_test.go Change the type of TaskSpec.Steps to a Step type that embeds Container 2019-08-13 18:44:56 -05:00
stepstatesorter.go Change the type of TaskSpec.Steps to a Step type that embeds Container 2019-08-13 18:44:56 -05:00
taskrunpod_test.go Add sidecars to Tasks 2019-08-29 12:21:03 -05:00
taskrunpod.go Add sidecars to Tasks 2019-08-29 12:21:03 -05:00
taskrunreasons.go Remove "Building" status reason 2019-08-21 08:56:00 -05:00