-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cluster resolver to fetch v1 tasks and pipelines
The cluster resolver used the v1beta1 pipeline client to fetch tasks and pipelines. This meant that it always fetched the v1beta1 versions of the resources. Since we are moving to using the reconcilers to use v1 versions of the API, we should update the resolvers to return the v1 representations of the tasks and pipelines from the cluster. Note that the resolution framework itself relies on the pipeline v1beta1 API for certain fields (Params, ConfigSource,RefSource). Migrating those is out of scope of this commit. Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
- Loading branch information
Showing
2 changed files
with
24 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters