Closed charleszheng44 closed 3 years ago
/assign
Fixes #19
We're going to need to regenerate this unfortunately and maybe to make this a little easier we should start with this PR only adding in the one type first, maybe NCP as a blank resource then we can add the rest of the types in individual PRs.
Specifically cause these we're generated with the wrong proper boilerplate so the license headers are messed up - https://github.com/kubernetes-sigs/cluster-api-provider-nested/blob/master/hack/boilerplate.go.txt and also the wrong domain and groups. https://github.com/kubernetes-sigs/cluster-api-provider-nested/blob/master/PROJECT#L2 should have been cluster.x-k8s.io
and the groups for NCP, NKAS, NCM, NEtcd should all be under the group controlplane
https://github.com/kubernetes-sigs/cluster-api-provider-nested/pull/24/files#diff-d1fb402f1269ba7396dca9cbd03b44ac055874669bce1d0f239fa2f54ea3584bR6.
We also should have these kinds under the v1alpha4
api instead of v1alpha1
.
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: charleszheng44, christopherhein
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This PR adds the scaffolding generated by
kubebuilder
v3.