Commit Graph

10808 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
Patrick Ohly
f7742fd31a storage: generated files for CSIDriver.Spec.VolumeLifecycleModes 2019-08-13 23:11:42 +02:00
Patrick Ohly
029fd47757 storage: introduce CSIDriver.Spec.VolumeLifecycleModes
Using a "normal" CSI driver for an inline ephemeral volume may have
unexpected and potentially harmful effects when the driver gets a
NodePublishVolume call that it isn't expecting. To prevent that mistake,
driver deployments for a driver that supports such volumes must:
- deploy a CSIDriver object for the driver
- list "ephemeral" as one of the supported modes

The default is "persistent", so existing deployments continue to work
and are automatically protected against incorrect usage.

This commit contains the API change. Generated code and manual code
which uses the new API follow.
2019-08-13 23:11:36 +02:00
Han Kang
2e23788fda rename healthz methodNames to be more consistent w/ present day usages 2019-08-13 12:52:30 -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
Ted Yu
010d838264 Hide bearer token in logs 2019-08-13 09:36:15 -07:00
Tariq Ibrahim
8056403823 Address review comments 2019-08-13 09:07:39 -07:00
zuoxiu.jm
077889d7f5 remove runtime.VersionedObject from universal apimachinery 2019-08-13 23:08:46 +08:00
carlory
dc9bf6a955 run ./hack/update-vendor.sh 2019-08-13 20:20:38 +08: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
carlory
9618bfcada add missing import required by build scripts 2019-08-13 14:33:37 +08:00
tariqibrahim
06e1b38768 [k8s.io/client-go]fix typo in eventseries_test.go method 2019-08-12 21:16:23 -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
Jianfei Bai
2a6e6c9776 Replace self defined const StatusTooManyRequests with http.StatusTooManyRequests. 2019-08-13 10:30:17 +08: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
Han Kang
499645ec35 remove alias until we can get the proper alias in place 2019-08-12 14:58:03 -07:00
Tim Hockin
e1f8cdd9ad Update docs for service/endpoints port names 2019-08-12 14:52:16 -07:00
Han Kang
67ce2b9621 add logicalhan as approver on component-base/metrics 2019-08-12 12:32:34 -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
Jordan Liggitt
37c19ef857 Return 503 for custom resource requests during server start 2019-08-12 15:08:11 -04:00
Jianfei Bai
07077a8aa5 Replace self defined const StatusTooManyRequests with http.StatusTooManyRequests. 2019-08-12 20:52:12 +08:00
Nikhita Raghunath
4cff618ec2 publishing: remove rules for release-1.12 branch 2019-08-12 16:56:48 +05:30
Nikhita Raghunath
a243b9338e publishing: add rules for release-1.16 branch 2019-08-12 16:52:54 +05:30
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
Jianfei Bai
e01886b100 Add missed status code description in comment. 2019-08-11 20:20:49 +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