Deprecate ResourcesResult
with the removal of PipelineResources
#6325
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
taskrun.status.resourcesresult
was introduced for writing PipelineResourcesResults from images digest since created. Now thatPipelineResources
are removed, we should deprecate the field.Also reasons why it should be removed in details:
ResourceResult
, according its description, was 'Results from Resources built during the TaskRun. currently includes the digest of build container images', now since image resources are removed, it was left meaningless.ResourceResult
highly relies on PipelineResourcesResult type, where previously PipelineResourceResult is being written to it, now that PipelineResources is being removed, there is no usage for resourcesResultResourceResult
has not been moved to v1, when we swap the storage versions, there will not be a suitable place to write toPipelineResourceResult
any more/kind cleanup
The text was updated successfully, but these errors were encountered: