Skip to content

Commit

Permalink
Remove schema of TaskSpec from TaskRun and add comment for user to re…
Browse files Browse the repository at this point in the history
…fer to the schema from Task. Add similar comment for the user to refer to the schema of Pipeline in the PipelineSpec field of PipelineRun.
  • Loading branch information
Lucas Burigo committed Jan 16, 2025
1 parent c7ca6fb commit daba633
Show file tree
Hide file tree
Showing 6 changed files with 8,366 additions and 18,223 deletions.
6 changes: 4 additions & 2 deletions config/300-crds/300-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ spec:
pipelineSpec:
description: |-
Specifying PipelineSpec can be disabled by setting
`disable-inline-spec` feature flag..
`disable-inline-spec` feature flag.
Please, refer to the schema of Pipeline for details.
x-kubernetes-preserve-unknown-fields: true
podTemplate:
description: PodTemplate holds pod specific configuration
Expand Down Expand Up @@ -26565,7 +26566,8 @@ spec:
pipelineSpec:
description: |-
Specifying PipelineSpec can be disabled by setting
`disable-inline-spec` feature flag..
`disable-inline-spec` feature flag.
Please, refer to the schema of Pipeline for details.
x-kubernetes-preserve-unknown-fields: true
status:
description: Used for cancelling a pipelinerun (and maybe more later on)
Expand Down
Loading

0 comments on commit daba633

Please sign in to comment.