SYMBOL INDEX (35 symbols across 9 files) FILE: cmd/auth.go function auth (line 10) | func auth() *kubernetes.Clientset { FILE: cmd/collect.go function collect (line 11) | func collect(clientset *kubernetes.Clientset, namespace []string, labels... function trackNamespaces (line 46) | func trackNamespaces(namespace string, count int32) { function trackNodes (line 50) | func trackNodes(node string, count int32) { function trackPods (line 54) | func trackPods(pod, namespace string, count int32) { function trackContainers (line 58) | func trackContainers(pod, namespace, container string, count int32) { function initializeContainerMap (line 62) | func initializeContainerMap(pod, namespace string) { function trackLabels (line 68) | func trackLabels(tlabels []string, plabels map[string]string, count int3... FILE: cmd/collect_test.go function TestTrackNamespaces (line 7) | func TestTrackNamespaces(t *testing.T) { function TestTrackNodes (line 16) | func TestTrackNodes(t *testing.T) { function TestTrackPods (line 26) | func TestTrackPods(t *testing.T) { function TestTrackContainers (line 35) | func TestTrackContainers(t *testing.T) { function TestTrackLabels (line 43) | func TestTrackLabels(t *testing.T) { FILE: cmd/commands.go function init (line 80) | func init() { FILE: cmd/printer.go type StructuredOutput (line 14) | type StructuredOutput struct function showResults (line 21) | func showResults() { type Container (line 104) | type Container struct type Containers (line 109) | type Containers method Len (line 111) | func (p Containers) Len() int { return len(p) } method Less (line 112) | func (p Containers) Less(i, j int) bool { return p[i].Count < p[j].Cou... method Swap (line 113) | func (p Containers) Swap(i, j int) { p[i], p[j] = p[j], p[i] } type Item (line 115) | type Item struct type ItemList (line 122) | type ItemList method Len (line 124) | func (p ItemList) Len() int { return len(p) } method Less (line 125) | func (p ItemList) Less(i, j int) bool { return p[i].Count < p[j].Count } method Swap (line 126) | func (p ItemList) Swap(i, j int) { p[i], p[j] = p[j], p[i] } function returnSortedLimit (line 128) | func returnSortedLimit(data map[string]int32, limit int, parseNS bool, c... function createContainerSlice (line 150) | func createContainerSlice(containers map[string]int32) []Container { FILE: cmd/printer_test.go function Test_returnSortedLimit (line 8) | func Test_returnSortedLimit(t *testing.T) { FILE: cmd/root.go function init (line 26) | func init() { function Execute (line 44) | func Execute() { FILE: internal/version/version.go type Build (line 15) | type Build struct function initBuild (line 22) | func initBuild() { function Version (line 31) | func Version() string { FILE: main.go function main (line 7) | func main() {