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

Use tekton instead of all as categories 🎿 #1884

Merged
merged 1 commit into from
Jan 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/300-clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
kind: ClusterTask
plural: clustertasks
categories:
- all
- tekton
- tekton-pipelines
scope: Cluster
# Opt into the status subresource so metadata.generation
Expand Down
4 changes: 2 additions & 2 deletions config/300-condition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ spec:
kind: Condition
plural: conditions
categories:
- all
- tekton
- tekton-pipelines
scope: Namespaced
# Opt into the status subresource so metadata.generation
# starts to increment
subresources:
status: {}
version: v1alpha1
version: v1alpha1
2 changes: 1 addition & 1 deletion config/300-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
kind: Pipeline
plural: pipelines
categories:
- all
- tekton
- tekton-pipelines
scope: Namespaced
# Opt into the status subresource so metadata.generation
Expand Down
2 changes: 1 addition & 1 deletion config/300-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
kind: PipelineRun
plural: pipelineruns
categories:
- all
- tekton
- tekton-pipelines
shortNames:
- pr
Expand Down
2 changes: 1 addition & 1 deletion config/300-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
kind: PipelineResource
plural: pipelineresources
categories:
- all
- tekton
- tekton-pipelines
scope: Namespaced
# Opt into the status subresource so metadata.generation
Expand Down
2 changes: 1 addition & 1 deletion config/300-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
kind: Task
plural: tasks
categories:
- all
- tekton
- tekton-pipelines
scope: Namespaced
# Opt into the status subresource so metadata.generation
Expand Down
2 changes: 1 addition & 1 deletion config/300-taskrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
kind: TaskRun
plural: taskruns
categories:
- all
- tekton
- tekton-pipelines
shortNames:
- tr
Expand Down