Skip to content

Commit

Permalink
Add singular to Tekton CRDs.
Browse files Browse the repository at this point in the history
I noticed `singular:` was missing from most of the Tekton CRDs, so this populates them.

Fixes: #4874
  • Loading branch information
mattmoor committed May 15, 2022
1 parent 2cff700 commit e9b7342
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/300-clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
names:
kind: ClusterTask
plural: clustertasks
singular: clustertask
categories:
- tekton
- tekton-pipelines
Expand Down
1 change: 1 addition & 0 deletions config/300-condition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
names:
kind: Condition
plural: conditions
singular: condition
categories:
- tekton
- tekton-pipelines
Expand Down
1 change: 1 addition & 0 deletions config/300-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
names:
kind: Pipeline
plural: pipelines
plural: pipeline
categories:
- tekton
- tekton-pipelines
Expand Down
1 change: 1 addition & 0 deletions config/300-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spec:
names:
kind: PipelineRun
plural: pipelineruns
singular: pipelineruns
categories:
- tekton
- tekton-pipelines
Expand Down
1 change: 1 addition & 0 deletions config/300-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
names:
kind: PipelineResource
plural: pipelineresources
singular: pipelineresource
categories:
- tekton
- tekton-pipelines
Expand Down
1 change: 1 addition & 0 deletions config/300-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
names:
kind: Run
plural: runs
singular: run
categories:
- tekton
- tekton-pipelines
Expand Down
1 change: 1 addition & 0 deletions config/300-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
names:
kind: Task
plural: tasks
singular: task
categories:
- tekton
- tekton-pipelines
Expand Down
1 change: 1 addition & 0 deletions config/300-taskrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spec:
names:
kind: TaskRun
plural: taskruns
singular: taskrun
categories:
- tekton
- tekton-pipelines
Expand Down

0 comments on commit e9b7342

Please sign in to comment.