gitextract_7ejnjs7d/ ├── .gitignore ├── .travis.yml ├── CHANGELOG.md ├── LICENSE ├── README.md ├── config/ │ ├── loader.go │ └── structs.go ├── example/ │ └── manifests/ │ ├── resources_in.yaml │ └── resources_out.yaml ├── go.mod ├── go.sum ├── kubernetes/ │ ├── non_namespaced.go │ └── structs.go ├── main.go ├── outputs/ │ ├── text.go │ └── yaml.go ├── untrak.yaml └── utils/ ├── commands.go └── strings.go