You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Required fields v.s. optional fields in PipelineRun status should be consistent across documentations.
Actual Behavior
docs/pipelinerun.md documents that startTime and completionTime are required fields in PipelineRun status, but the docs/pipeline-api.md says those fields are optional.
Steps to Reproduce the Problem
N/A
The text was updated successfully, but these errors were encountered:
Fixestektoncd#5818.
Prior, `startTime` and `completionTime` are marked as optional fields in Run
status, and `provenance` field was not marked as optional in Run status.
Now, we remove `+optional` tag for `startTime` and `completionTime` in Run
status, and add `+optional` tag for the `provenance` field.
Signed-off-by: Chuang Wang <[email protected]>
Fixes#5818.
Prior, `startTime` and `completionTime` are marked as optional fields in Run
status, and `provenance` field was not marked as optional in Run status.
Now, we remove `+optional` tag for `startTime` and `completionTime` in Run
status, and add `+optional` tag for the `provenance` field.
Signed-off-by: Chuang Wang <[email protected]>
Expected Behavior
Required fields v.s. optional fields in PipelineRun status should be consistent across documentations.
Actual Behavior
docs/pipelinerun.md documents that
startTime
andcompletionTime
are required fields in PipelineRun status, but the docs/pipeline-api.md says those fields are optional.Steps to Reproduce the Problem
N/A
The text was updated successfully, but these errors were encountered: