We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3229ea commit 6df48b2Copy full SHA for 6df48b2
internal/init.go
@@ -52,6 +52,7 @@ func initializedModel(m Model) (Model, tea.Cmd, error) {
52
return m, tea.Batch(cmds...), nil
53
}
54
55
+// TODO LEO: make this part of client initialization
56
func initializeKubeConfig(m Model) (Model, error) {
57
rawKubeConfig, loadingRules, err := getKubeConfig(m.config.KubeConfigPath)
58
if err != nil {
0 commit comments