Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use SchemeGroupVersion for tekton objects in cluster resolver
Prior, the cluster resolver sets the APIVersion of the retrieved tekton object to be a fixed string "tekton.dev/v1beta1". Now, we changed this to `v1beta1.SchemeGroupVersion.String()` for easier transition to v1 once v1 is released. Signed-off-by: Chuang Wang <[email protected]>
- Loading branch information