forked from kubernetes/kube-state-metrics
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/release-1.6' into release-1.6
* upstream/release-1.6: (90 commits) update documentation to reflect the latest release of kube-state-metrics *: Cut v1.6.0 *: Cut v1.6.0-rc.2 *: Cut v1.6.0-rc.1 bump versions of prometheus,kubernetes, and addon-resizer use appsv1 apigroup for StatefulSets and DaemonSets use xenial dist in travis ci use a more idiomatic way of handling error messages fix: change the expectedType of the kube-client reflector to match the listWatch Add list/watch access to ClusterRole for CSR collector docs: minor improvements in kube-state-metrics README *: Cut v1.6.0 README.md: Update compatibility matrix for kube-state-metrics v1.6 pkg/metrics_store: Cache byte slices instead of strings internal/collector: Preallocate metric slice length when known upfront change unit test change unit test fmt unit test Add unit test Add “priority_class” in document Add label for priority class in kube_pod_info kubernetes#712 ...
- Loading branch information
Showing
1,478 changed files
with
137,027 additions
and
73,022 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
run: | ||
deadline: 2m | ||
|
||
linters: | ||
disable-all: true | ||
enable: | ||
- gofmt | ||
- goimports | ||
- golint | ||
- gosimple | ||
- gocyclo | ||
- ineffassign | ||
- misspell | ||
- govet | ||
|
||
linters-settings: | ||
goimports: | ||
local-prefixes: k8s.io/kube-state-metrics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.