pipeline/pkg/client/listers/pipeline/v1alpha1
Dibyo Mukherjee b91640d7db Add APIs for Conditionals
This commit adds the basic APIs for conditionals in Tekton:
1. Condition CRD defines a condition how a condition is evaluated i.e.
   the container spec and any input parameters.
2. The `Conditions` field in `PipelineTask` references `Condition`
   resources that have to pass before the task is executed.
3. The `ConditionChecks` field in `PipelineRun.Status.TaskRuns` surfaces
   the status of conditions that were evaluated for that particular task.
2019-07-22 12:59:54 -05:00
..
clustertask.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
condition.go Add APIs for Conditionals 2019-07-22 12:59:54 -05:00
expansion_generated.go Add APIs for Conditionals 2019-07-22 12:59:54 -05:00
pipeline.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
pipelineresource.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
pipelinerun.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
task.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
taskrun.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00