Skip to content

Commit

Permalink
Simplify clientID generation for analytics (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Dec 18, 2017
1 parent dfbd669 commit b1a6b19
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
6 changes: 3 additions & 3 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions hack/deploy/with-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ rules:
resources:
- events
verbs: ["create"]
- apiGroups: [""]
resources:
- nodes
verbs: ["list"]
- apiGroups: [""]
resources:
- pods
Expand Down
23 changes: 19 additions & 4 deletions vendor/github.com/appscode/kutil/tools/analytics/analytics.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions vendor/github.com/golang/glog/glog.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1a6b19

Please sign in to comment.