My-pleasure / oam-crd-migration

A tool to help you migrate OAM CRDs from v1alpha1 to v1alpha2
0 stars 0 forks source link

oam-crd-migration

A tool to help you migrate OAM CRDs from v1alpha1 to v1alpha2.

This migration tool is primarily a conversion webhook like admission webhook. This webhook handles the ConversionReview requests sent by the API servers, and sends back conversion results wrapped in ConversionResponse . The specific conversion logic can be customized by the user.

More details see this.

What does it include?

For developers

converter/framework.go:

converter/plugin.go:

User guide for appconfig examples

Pre-requisites