Investigate use of an admission webhook to ease move to beta #1379
Labels
area/api
Indicates an issue or PR that deals with the API.
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
When we go beta we're going to end up with a ton of pre-existing Tekton resources that use
apiVersion: tekton.dev/v1alpha1
where-as our stored versions will now be usingapiVersion: tekton.dev/v1beta1
or similar.One practice to help ease migration is to use a MutatingAdmissionWebhook. We should investigate adding one along with a battery of unit tests to validate the handling of
apiVersion
changes and other simple mutations we want to support.The text was updated successfully, but these errors were encountered: