Imagine you want to get kind/struct called KubeadmControlPlane
from the kubernetes API server.
This means you need to import the related struct into your code.
A matching import statement for KubeadmControlPlane
would be:
kubeadm "sigs.k8s.io/cluster-api/controlplane/kubeadm/api/v1beta1"
Up to now I need to much time to find a matching import statement.
I use vscode.
How do you get from the CRD kind to an import statement?