Commit Graph

7323 Commits

Author SHA1 Message Date
Alvaro Aleman
08d380e3b9 Re-Generate k8s.io/apimachinery/pkg/util/sets 2019-08-13 23:55:47 +02:00
Alvaro Aleman
c4fd0d4f99 Update k8s.io/gengo to 955ffa8fcfc983717cd9de5d2a1e9f5c465f4376 2019-08-13 23:55:47 +02:00
Kubernetes Prow Robot
e2e5a9e9b7 Merge pull request #80664 from thockin/document-port-names
Update docs for service/endpoints port names
2019-08-13 14:16:06 -07:00
Kubernetes Prow Robot
aa3b150e58 Merge pull request #80285 from d-kuro/feature/fix-code-block
Fix code block for kubectl book.
2019-08-13 14:15:52 -07:00
Kubernetes Prow Robot
9dad928e6b Merge pull request #76463 from j-griffith/add_datasource_to_pvc_describe
Add DataSource to PVC describe
2019-08-13 14:15:38 -07:00
Kubernetes Prow Robot
703108860e Merge pull request #75253 from yamt/update-a-comment
apiserver: Update a comment
2019-08-13 14:15:26 -07:00
Kubernetes Prow Robot
f22b67dd8f Merge pull request #81305 from tedyu/evt-patch-err
Error code incorrectly hidden in recordEvent
2019-08-13 12:30:35 -07:00
Kubernetes Prow Robot
54b28ab60c Merge pull request #81279 from feiskyer/fix-precondition-cancel
Fix Azure client requests stuck issues on http.StatusTooManyRequests
2019-08-13 12:30:21 -07:00
Kubernetes Prow Robot
461b2d8b9a Merge pull request #81164 from dims/update-to-latest-klog-0.4.0
Update to latest klog 0.4.0
2019-08-13 12:30:08 -07:00
Kubernetes Prow Robot
a12b648029 Merge pull request #81213 from nilo19/t-qini-add_annotation_to_lookup_pip_through_resource_name
Add service annotation for specifying load balancer's pip with name.
2019-08-13 04:50:07 -07:00
Kubernetes Prow Robot
ea59354d55 Merge pull request #79999 from tedyu/avail-ctrl-cache
Introduce cache for speeding up APIServices lookup
2019-08-13 04:49:41 -07:00
Ted Yu
7db2c859bc Introduce cache for APIServices 2019-08-12 20:25:42 -07:00
Kubernetes Prow Robot
c2286aa9bd Merge pull request #79263 from draveness/feature/remove-types-in-serializer
feat: remove several types in runtime serializer
2019-08-12 20:11:38 -07:00
Kubernetes Prow Robot
2f91fcc3fd Merge pull request #80825 from tallclair/runtimeclass-scheduling-api
Runtimeclass scheduling api
2019-08-12 18:21:39 -07:00
Kubernetes Prow Robot
9050d7fd02 Merge pull request #81190 from logicalhan/raw-registration
expose ability to register native prometheus collectors
2019-08-12 14:59:37 -07:00
Tim Hockin
e1f8cdd9ad Update docs for service/endpoints port names 2019-08-12 14:52:16 -07:00
Ted Yu
31f374f42a Error code incorrectly hidden in recordEvent 2019-08-12 12:11:41 -07:00
Kubernetes Prow Robot
1f3dcb3745 Merge pull request #80565 from MikeSpreitzer/77636bis
Added info requested in review of #77636
2019-08-12 12:11:16 -07:00
t-qini
3facb631d4 Modify the logic to discover corresponding errors. 2019-08-12 17:24:29 +08:00
Pengfei Ni
f69294434e Fix conflicted cache when the requests are canceled by other Azure operations 2019-08-12 16:52:52 +08:00
Pengfei Ni
e53c57a307 Fix Azure client requests stuck issues on http.StatusTooManyRequests 2019-08-12 16:42:14 +08:00
t-qini
034f96c909 Add service annotation for specifying load balancer's pip with name. 2019-08-12 13:10:45 +08:00
j-griffith
5cc2ea777e Add DataSource to PVC describe 2019-08-10 08:36:02 -06:00
Kubernetes Prow Robot
2c455e0ac0 Merge pull request #81212 from liggitt/crd-validation
Return CR validation errors as field errors
2019-08-09 23:57:12 -07:00
Kubernetes Prow Robot
31bade3822 Merge pull request #81046 from liggitt/admission-side-effects
Limit v1 webhooks to None and NoneOnDryRun side effects classes
2019-08-09 13:55:27 -07:00
Kubernetes Prow Robot
182ae7b9a4 Merge pull request #80699 from knight42/feat/patch-scale
feat: add Patch method to ScaleInterface
2019-08-09 13:55:13 -07:00
Jordan Liggitt
4bf7e3f2b1 Return CR validation errors as field errors 2019-08-09 15:23:49 -04:00
Tim Allclair
d54879862b Update generated files 2019-08-09 11:13:07 -07:00
Yassine TIJANI
009658d643 Introduce topology into the runtimeClass API
Co-authored-by: Tim Allclair <tallclair@google.com>
2019-08-09 11:13:07 -07:00
Kubernetes Prow Robot
a4c5a57800 Merge pull request #81208 from andyzhangx/vm-update
fix: switch to VM Update call in attach/detach disk operation
2019-08-09 03:01:36 -07:00
Kubernetes Prow Robot
8527c74e40 Merge pull request #81054 from nilo19/t-qini-cross_rg_lb
Support cross resource group load balancer.
2019-08-09 00:55:25 -07:00
t-qini
659e857a1d Add load balancer cross resource group settings to config. 2019-08-09 14:14:48 +08:00
andyzhangx
18342a7db8 fix: use Create for attach/detach disk
fix: revert typo
2019-08-09 03:14:27 +00:00
Kubernetes Prow Robot
e73bc5613a Merge pull request #78715 from liggitt/cleanup-crd-proto
Remove unnecessary serializer override for CRD status, test proto requests on CRD status
2019-08-08 19:35:38 -07:00
Kubernetes Prow Robot
9a5b262532 Merge pull request #70384 from grayluck/hccheck-cleanup
Remove return value of mergeHealthChecks. Simplified HC equivalence check
2019-08-08 19:35:25 -07:00
knight42
f020c91598 feat(scale): add Patch method to ScaleInterface
Signed-off-by: knight42 <anonymousknight96@gmail.com>
2019-08-09 09:59:49 +08:00
Kubernetes Prow Robot
d0f060793c Merge pull request #80734 from eclipseo/fix_tls13
Use bigger keys for RSA-PSS, default for TLS 1.3 (Golang 1.13 requirement)
2019-08-08 16:11:52 -07:00
Han Kang
12a4ee235f expose ability to register native prometheus collectors 2019-08-08 13:39:29 -07:00
Kubernetes Prow Robot
f4e39afea0 Merge pull request #81152 from tedyu/const-pass-cmp
Constant time password comparison
2019-08-08 12:35:59 -07:00
Kubernetes Prow Robot
35cacd44e6 Merge pull request #81105 from liggitt/crd-validation-refactor
CRD validation refactor
2019-08-08 12:35:46 -07:00
Kubernetes Prow Robot
96dc74a437 Merge pull request #80074 from yue9944882/bugfix/publish-path-parameter
Fixes missing path parameter to CRD restful container
2019-08-08 10:03:45 -07:00
Josiah Bjorgaard
e861a8bf34 Changed comment on ScaledValue (#79738)
* Changed comment on ScaledValue and added additional test

* Added example to comment
2019-08-08 10:03:32 -07:00
Jordan Liggitt
0feb99f9bd Remove unnecessary serializer override for CRD status, test proto requests on CRD status 2019-08-08 12:49:08 -04:00
Kubernetes Prow Robot
3030a9d927 Merge pull request #81096 from roycaihw/update-vendor-json-iterator
Update github.com/json-iterator/go dependency to fix emtpy byte marshaling
2019-08-08 08:00:13 -07:00
Davanum Srinivas
f3061a9abc Adjust test case for a new command line parameter 2019-08-08 10:29:08 -04:00
Davanum Srinivas
9a2de95601 Update to latest klog 0.4.0
47ffc4e Add test case for detecting data race
959d342 Prevent data race in SetOutput* methods
34123a4 Test with golang 1.12.x
bf4884f Fix the log duplication issue for --log-file
dc5546c Backfill integration tests for selecting log destinations
baef93d fix broken links
07b218b Add go modules files
b33ae69 Add flag to include file's dir in logs
7c58910 correct documentation
a4033db Code Hygene - glog to klog
941d47b Revert "Fix the log duplication issue for --log-file."
314f6c4 Update godoc for the default value of logtostderr
7eb35e2 Fix the log duplication issue for --log-file.
2019-08-08 10:12:23 -04:00
yue9944882
18c27b77dc publish path parameter
refactor: make route param inserting less fragile
2019-08-08 18:57:18 +08:00
Kubernetes Prow Robot
ef8869466c Merge pull request #80978 from wojtek-t/selflink_deprecation
Deprecate SelfLink and introduce feature gate to disable its propagation
2019-08-08 03:47:20 -07:00
Ted Yu
3d2bc6f6ae Constant time password comparison 2019-08-07 22:07:57 -07:00
Mike Spreitzer
848301e11a Added info requested in review of #77636, and more
Added definition of "collection states" and noted that informer cache
queries are answered against these.

Also added an explicit note that the concept of object identity used
in the contract here does _not_ include ObjectMeta.UID.

Also updated the description of the notifications received by a
client, to account for the fact that a client can be added after the
informer starts running.

Added references to `MetaNamespaceKeyFunc` and
`SplitMetaNamespaceKey`.

Noted that a client must process each notification promptly and added
a referral to workqueue.

Made a couple other minor clarifications and corrections.
2019-08-07 21:19:26 -04:00