SYMBOL INDEX (14 symbols across 8 files) FILE: config/loader.go function Load (line 10) | func Load(path string) (*Config, error) { FILE: config/structs.go type CommandConfig (line 3) | type CommandConfig struct type Config (line 8) | type Config struct FILE: kubernetes/structs.go type Metadata (line 8) | type Metadata struct type Resource (line 14) | type Resource struct method ID (line 22) | func (r *Resource) ID() string { method Empty (line 31) | func (r *Resource) Empty() bool { FILE: main.go function main (line 21) | func main() { function getKubernetesResources (line 78) | func getKubernetesResources(cfgs []*config.CommandConfig) ([]*kubernetes... function listUntrackedResources (line 138) | func listUntrackedResources(in []*kubernetes.Resource, out []*kubernetes... FILE: outputs/text.go function Text (line 10) | func Text(resources []*kubernetes.Resource) { FILE: outputs/yaml.go function YAML (line 11) | func YAML(resources []*kubernetes.Resource) { FILE: utils/commands.go function Exec (line 9) | func Exec(cmd string, args ...string) ([]byte, []byte, error) { FILE: utils/strings.go function StringInListCaseInsensitive (line 8) | func StringInListCaseInsensitive(list []string, str string) bool {