Skip to content

Commit 6df48b2

Browse files
committed
todo
1 parent b3229ea commit 6df48b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/init.go

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func initializedModel(m Model) (Model, tea.Cmd, error) {
5252
return m, tea.Batch(cmds...), nil
5353
}
5454

55+
// TODO LEO: make this part of client initialization
5556
func initializeKubeConfig(m Model) (Model, error) {
5657
rawKubeConfig, loadingRules, err := getKubeConfig(m.config.KubeConfigPath)
5758
if err != nil {

0 commit comments

Comments
 (0)