Adjust the directory layout of the bootstraptoken API to standard form #2903
Labels
kind/design
Categorizes issue or PR as related to design.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Milestone
Is this a BUG REPORT or FEATURE REQUEST?
FEATURE REQUEST
Versions
kubeadm version (use
kubeadm version
):Environment:
kubectl version
):uname -a
):What happened?
I found that the directory layout of the bootstraptoken API is very simple:
No internal types were defined.
It does not even contain something about runtime scheme registration, and it's not like a completed API package.
But we've already defined the group name
bootstraptoken.kubeadm.k8s.io
for it.A standard API package layout looks something like this:
So, shall we consider adjusting the bootstraptoken directory layout to a standard form?
Or did we design it that way on purpose?
Waiting for more feedback.
What you expected to happen?
Adjust the directory layout of the bootstraptoken API to standard form.
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
The text was updated successfully, but these errors were encountered: