Closed
Description
Problem statement
Reading through the documentation about the conversion webhooks, I stumbled across the // +kubebuilder:conversion:hub
which I couldn't get much more information on.
It seems that this is used in couple of places in tests in kubebuilder: https://github.com/search?q=repo%3Akubernetes-sigs%2Fkubebuilder%20%2Bkubebuilder%3Aconversion%3Ahub&type=code but not much more than that.
What is the meaning of this code marker? Should it produce any changes in the generated code when applied?