Skip to content

Commit 1d14b1c

Browse files
author
Sam Ghods
committed
Merge pull request #1 from ghodss/kube-state-metrics
kube-state-metrics initial code
2 parents 9a97e41 + 8f5b735 commit 1d14b1c

1,006 files changed

Lines changed: 476056 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
kube-state-metrics
2+
3+
# Created by https://www.gitignore.io/api/go
4+
5+
### Go ###
6+
# Compiled Object files, Static and Dynamic libs (Shared Objects)
7+
*.o
8+
*.a
9+
*.so
10+
11+
# Folders
12+
_obj
13+
_test
14+
15+
# Architecture specific extensions/prefixes
16+
*.[568vq]
17+
[568vq].out
18+
19+
*.cgo1.go
20+
*.cgo2.c
21+
_cgo_defun.c
22+
_cgo_gotypes.go
23+
_cgo_export.*
24+
25+
_testmain.go
26+
27+
*.exe
28+
*.test
29+
*.prof
30+
31+
*.iml
32+
.idea/

0 commit comments

Comments
 (0)