pipeline/pkg/client/clientset/versioned/typed/pipeline/v1alpha1/fake
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
..
doc.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
fake_clustertask.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
fake_condition.go Add APIs for Conditionals 2019-07-22 12:59:54 -05:00
fake_pipeline_client.go Add APIs for Conditionals 2019-07-22 12:59:54 -05:00
fake_pipeline.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
fake_pipelineresource.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
fake_pipelinerun.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
fake_task.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00
fake_taskrun.go Generate injected clients and informers 2019-07-10 08:10:50 -05:00