Commit Graph

7837 Commits

Author SHA1 Message Date
RainbowMango
ea75ee32c0 Fix staticcheck issues:
Dealing with unused functions/variables/types. (staticcheck U1000)
Dealing with value never used issue. (staticcheck SA4006)
Dealing with concurrency issue. (staticcheck SA2002 SA4010)
Remove packages from staticcheck failure files: apiextensions-apiserver
2019-09-25 09:40:25 +08:00
Kubernetes Prow Robot
9be907d792 Merge pull request #83019 from RainbowMango/pr_wrap_prom_Labels
Wrap promethues.Labels to stability framework.
2019-09-23 21:33:25 -07:00
Kubernetes Prow Robot
e519736dfd Merge pull request #79261 from draveness/feature/bump-prometheus-common
feat: bump prometheus common to v0.1.0
2019-09-23 14:55:25 -07:00
Kubernetes Prow Robot
b7003211d5 Merge pull request #83014 from danielqsj/bump-klog
Bump k8s.io/klog to v1.0.0
2019-09-23 08:03:38 -07:00
Kubernetes Prow Robot
43875059f0 Merge pull request #82984 from wojtek-t/json_fallback_encoder
Minor cleanup of jsonFallbackEncoder
2019-09-23 08:03:26 -07:00
RainbowMango
c92d7001ed Wrap promethues.Labels to stability framework. 2019-09-23 21:00:26 +08:00
danielqsj
c2a4906152 Bump k8s.io/klog to v1.0.0 2019-09-23 16:51:43 +08:00
wojtekt
cd24a0e5fa Minor cleanup of jsonFallbackEncoder 2019-09-22 14:05:54 +02:00
draveness
57da7a3508 feat: bump github.com/prometheus/procfs to v0.0.2 2019-09-22 20:04:15 +08:00
draveness
ac9b2516d4 feat: bump github.com/prometheus/client_model to v0.0.0-20190129233127-fd36f4220a90 2019-09-22 20:04:15 +08:00
draveness
dcd413ae5f feat: bump github.com/beorn7/perks to v1.0.0 2019-09-22 20:04:15 +08:00
draveness
270df13e4f feat: bump github.com/prometheus/client_golang to v0.9.4 2019-09-22 20:04:08 +08:00
draveness
c42393c16d feat: bump github.com/prometheus/common to v0.4.1 2019-09-22 20:04:01 +08:00
Kubernetes Prow Robot
338a09abd2 Merge pull request #82873 from odinuge/volume-fd-leak-openstack
Fix possible fd leak and closing of dirs in doSafeMakeDir
2019-09-22 00:53:23 -07:00
Kubernetes Prow Robot
08ef34a2b0 Merge pull request #82914 from Random-Liu/fix-kubectl-panic
Fix kubectl panic when handling invalid error.
2019-09-20 14:13:37 -07:00
Lantao Liu
12d944b860 Fix kubectl panic when handling invalid error. 2019-09-20 10:29:16 -07:00
Kubernetes Prow Robot
dda0553dd7 Merge pull request #82941 from jfbai/docs-add-comments-for-action-arg
docs: add comments for action.
2019-09-20 08:19:00 -07:00
Jianfei Bai
993fe6f4bd docs: add comments for action. 2019-09-20 21:32:44 +08:00
Kubernetes Prow Robot
259d6bf608 Merge pull request #82189 from deads2k/ns-resources
add conditions for remaining object totals during ns termination
2019-09-20 01:33:00 -07:00
Kubernetes Prow Robot
94987143c6 Merge pull request #82882 from liggitt/cleanup-finalizer-delete
Clean up redundant post-finalizer deletions
2019-09-19 12:50:33 -07:00
Kubernetes Prow Robot
abbba0b516 Merge pull request #81917 from hwdef/fix-typo-staging/src/k8s.io
Fix typo in kubectl docs
2019-09-19 11:05:01 -07:00
Kubernetes Prow Robot
ef69b488bd Merge pull request #82832 from wojtek-t/couple_more_conversions
Add a couple simple conversions
2019-09-19 09:17:14 -07:00
Jordan Liggitt
000fffd3c7 Clean up redundant post-finalizer deletions 2019-09-19 10:35:58 -04:00
wojtekt
f8bc44ac61 Add a couple simple conversions 2019-09-19 15:01:00 +02:00
Odin Ugedal
3463f3c375 Fix closing of dirs in doSafeMakeDir
This fixes the issue where "childFD" from syscall.Openat is assigned to
a local variable inside the for loop, instead of the correct one in the
function scope. This results in that when trying to close the "childFD"
in the function scope, it will be equal to "-1", instead of the correct
value.
2019-09-19 11:35:12 +02:00
Kubernetes Prow Robot
398820e28c Merge pull request #82726 from ZP-AlwaysWin/dev05
fix kubectl run --generator=xxx bug
2019-09-18 20:43:34 -07:00
Kubernetes Prow Robot
29d05ae6a9 Merge pull request #82644 from ZP-AlwaysWin/dev01
replace 200 with http.StatusOK
2019-09-18 20:43:27 -07:00
Jordan Liggitt
1068baa1ba Drop v1.14.0 API test data 2019-09-18 13:00:11 -04:00
Jordan Liggitt
fd8e172e8b Add v1.16.0 API compatibility data 2019-09-18 12:59:16 -04:00
ZP-AlwaysWin
860845b582 fix kubectl run --generator=xxx bug 2019-09-18 13:50:26 +08:00
Kubernetes Prow Robot
e8f26a0445 Merge pull request #82790 from soltysh/fix_test
Fix Errorf arguments in tests
2019-09-17 21:17:28 -07:00
Kubernetes Prow Robot
2350a66b41 Merge pull request #82553 from jennybuckley/apply-fieldmanager-interface
Split field manager with interface
2019-09-17 18:21:29 -07:00
Kubernetes Prow Robot
67d928acdc Merge pull request #82096 from logicalhan/version-deletion
remove pkg/version and some of redundant copies of it
2019-09-17 14:27:16 -07:00
Maciej Szulik
f8a4a5f267 Fix Errorf arguments in tests 2019-09-17 21:08:05 +02:00
Kubernetes Prow Robot
44e35890f6 Merge pull request #78197 from dsymonds/master
Fix description of diff flags
2019-09-17 10:57:50 -07:00
Kubernetes Prow Robot
946350d99e Merge pull request #82780 from wojtek-t/remove_unnecessary_conversions
Remove unnecessary (inefficient) manual conversions
2019-09-17 09:30:33 -07:00
Kubernetes Prow Robot
3a19f1e80b Merge pull request #82472 from draveness/feature/remove-feature-gates-in-1-17
feat: cleanup several GA feature flags which should be removed in 1.17
2019-09-17 06:58:24 -07:00
Kubernetes Prow Robot
24b1e7f27f Merge pull request #82574 from kkmsft/azure_metrics
Azure cloud operation count metrics for azure cloud provider
2019-09-17 05:10:25 -07:00
wojtekt
bb8117f4f8 IntOrString conversions 2019-09-17 10:51:25 +02:00
Kubernetes Prow Robot
41b3e60f0e Merge pull request #82325 from RainbowMango/pr_cleanupup_staticcheck_for_client_cache
Cleanup staticcheck for package cache
2019-09-17 00:50:24 -07:00
Kubernetes Prow Robot
31008f7efd Merge pull request #82597 from aramase/standard-lb-ipv6
Fix ipv6 ip allocation method for standard lb
2019-09-16 23:16:23 -07:00
Kubernetes Prow Robot
c7d84ac77e Merge pull request #82745 from RainbowMango/pr_migrate_prom_bucket_for_stability
Migrate prometheus bucket functionality for metrics stability framework
2019-09-16 20:28:37 -07:00
Han Kang
866ea74326 remove pkg/version and some of redundant copies of it
Change-Id: Ia58367c1b1274bfb49c8a4784051463abaf795de
2019-09-16 16:24:35 -07:00
Kubernetes Prow Robot
3ef3b6a5ba Merge pull request #82707 from liggitt/allow-1.16-review-versions
Allow v1 review versions in 1.17+
2019-09-16 12:40:39 -07:00
Krishnakumar R(KK)
b3ecf288a5 Metrics for ratelimited count 2019-09-16 11:23:17 -07:00
Kubernetes Prow Robot
61affb3326 Merge pull request #82713 from logicalhan/config-health-checks
[v1.16.1] expose and use an AddHealthChecks method directly on config
2019-09-16 08:16:39 -07:00
Kubernetes Prow Robot
84d484bd2c Merge pull request #81944 from carlory/fix-vendor
fix static check failures in staging  pkg
2019-09-16 06:48:39 -07:00
carlory
d3578f465d fix static check failures in staging pkg 2019-09-16 18:05:29 +08:00
RainbowMango
65a57d8634 Update bazel by hack/update-bazel.sh 2019-09-16 16:49:29 +08:00
RainbowMango
7e3498cc8b Migrate prometheus bucket functionality to metrics stability framework. 2019-09-16 14:51:32 +08:00