Doc into FAQ: Further explanation about domain and apis #5979
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Milestone
Feature Request
Describe the problem you need a feature to resolve.
How and where is the domain informed used?
Currently, the tool does not support work with multi-domains to create the APIs by default. For more info check the issue kubebuilder/issues/2394 raised to add this support Therefore, you will check below that when you use the subCommand
create api
you will not need to inform the domain anymore. You will only inform the group, the Kind and the Version to create the APIs(s) and/or Controllers with the purpose to reconcile them and then, all will be scaffolded using this domain which is stored in the PROJECT file.Be aware that you can work with external and core types which would have another domain, but the tool is not fully helping out with. For further info see the issue kubebuilder/issues/1999.
Describe the solution you'd like.
The text was updated successfully, but these errors were encountered: