Skip to content

Commit

Permalink
Merge pull request #1 from ghodss/kube-state-metrics
Browse files Browse the repository at this point in the history
kube-state-metrics initial code
  • Loading branch information
Sam Ghods committed May 10, 2016
2 parents 9a97e41 + 8f5b735 commit 1d14b1c
Show file tree
Hide file tree
Showing 1,006 changed files with 476,056 additions and 2 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
kube-state-metrics

# Created by https://www.gitignore.io/api/go

### Go ###
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof

*.iml
.idea/
Loading

0 comments on commit 1d14b1c

Please sign in to comment.