Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add singular to Tekton CRDs. #4875

Merged
merged 2 commits into from
May 16, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
singular: 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
mattmoor marked this conversation as resolved.
Show resolved Hide resolved
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