(CommandList
  children: [
    (C {(kubectl)} {(config)} {(set-cluster)} {(hollow-cluster)} 
      {(--server) (Lit_Other '=') (http) (Lit_Other ':') (//localhost) (Lit_Other ':') (8080)} {(--insecure-skip-tls-verify) (Lit_Other '=') (true)}
    )
    (C {(kubectl)} {(config)} {(set-credentials)} 
      {
        (CommandSubPart
          command_list: (CommandList children:[(C {(whoami)})])
          left_token: <Left_CommandSub '$('>
          spids: [73 75]
        )
      }
    )
    (C {(kubectl)} {(config)} {(set-context)} {(hollow-context)} 
      {(--cluster) (Lit_Other '=') (hollow-cluster)} 
      {(--user) (Lit_Other '=') 
        (CommandSubPart
          command_list: (CommandList children:[(C {(whoami)})])
          left_token: <Left_CommandSub '$('>
          spids: [91 93]
        )
      }
    )
  ]
)