Skip to content

Instantly share code, notes, and snippets.

@jenting
Created March 29, 2022 02:20
Show Gist options
  • Save jenting/1295f33b80f4e55d83ce3399e8acbb17 to your computer and use it in GitHub Desktop.
Save jenting/1295f33b80f4e55d83ce3399e8acbb17 to your computer and use it in GitHub Desktop.
CRD resources
https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#webhook-conversion
https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#upgrade-existing-objects-to-a-new-stored-version
https://github.com/kubernetes-sigs/kubebuilder/blob/72f7c2ef3fd42d21756bc04029ecc499daee2533/designs/crd_version_conversion.md
https://github.com/droot/crd-conversion-example
https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/webhook/conversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment