Open
Description
Feature Description
The Kubeconfig
object currently publishes zero information about its current status. It would be great if we could populate the status a bit, e.g. with a phase that we could then also use in additional printing columns.
Proposed Solution
Implement fields in the KubeconfigStatus
struct, ideally a phase and maybe some other information (e.g. I think the server URL in the generated kubeconfig might be useful).
Alternative Solutions
No response
Want to contribute?
- I would like to work on this issue.
Additional Context
No response