Commit Graph

6679 Commits

Author SHA1 Message Date
Joe Betz
e51320f69d Flake fix: poll for webhook registration to complete in reinvocation integration tests 2019-06-04 15:52:55 -07:00
Jordan Liggitt
fcea91c165 Update expected AdmissionReview
--- FAIL: TestCompatibility/admission.k8s.io.v1beta1.AdmissionReview/v1.14.0 (0.02s)
            compatibility.go:460: json differs
            compatibility.go:461:   strings.Join({
                  	... // 31 identical lines
                  	`    "object": {"apiVersion":"example.com/v1","kind":"CustomType","spec":{"replicas":1},"status":{"available":1}},`,
                  	`    "oldObject": {"apiVersion":"example.com/v1","kind":"CustomType","spec":{"replicas":1},"status":{"available":1}},`,
                - 	`    "dryRun": true`,
                + 	`    "dryRun": true,`,
                + 	`    "options": null`,
                  	"  },",
                  	`  "response": {`,
                  	... // 33 identical lines
                  }, "\n")

            compatibility.go:466: yaml differs
            compatibility.go:467:   strings.Join({
                  	... // 23 identical lines
                  	"      available: 1",
                  	"  operation: 祈¡ıŵDz廔ȇ{sŊƏp饏姥呄鐊",
                + 	"  options: null",
                  	"  resource:",
                  	`    group: "5"`,
                  	... // 38 identical lines
                  }, "\n")

            compatibility.go:472: proto differs
            compatibility.go:474:   strings.Join({
                  	... // 37 identical lines
                  	"    }",
                  	"    11: 1",
                + 	`    12: ""`,
                + 	`    15: ""`,
                  	"  }",
                  	"  2 {",
                  	... // 36 identical lines
                  }, "\n")

Null `options` in json and additional proto tag 12 caused by https://github.com/kubernetes/kubernetes/pull/77563#discussion_r282803268

Proto tag 15 caused by https://github.com/kubernetes/kubernetes/pull/78135/files#diff-3bc4acaf71b6b50648da046287017c54R82
2019-06-02 00:18:58 -04:00
Jordan Liggitt
fa43686543 Update expected ListOptions
--- FAIL: TestCompatibility/core.v1.ListOptions/v1.14.0 (0.02s)
            compatibility.go:472: proto differs
            compatibility.go:474:   strings.Join({
                  	... // 10 identical lines
                  	"  7: 6780787122834727873",
                  	`  8: "5"`,
                + 	"  9: 0",
                  	"}",
                  	`3: ""`,
                  	... // 2 identical lines
                  }, "\n")

Caused by https://github.com/kubernetes/kubernetes/pull/74074/files#diff-eca3b8d856fa2e661f6da91b61de5e76R364
2019-06-02 00:18:58 -04:00
Jordan Liggitt
942005493d Generate bazel 2019-06-02 00:18:57 -04:00
Jordan Liggitt
64f4b0e4af Compatibility data: v1.14.0 2019-06-02 00:18:57 -04:00
Jordan Liggitt
3a817632d4 Compatibility data: master 2019-06-02 00:18:57 -04:00
Jordan Liggitt
66b2a5e82a Add compatibility tests for json/proto/yaml 2019-06-02 00:13:22 -04:00
Jordan Liggitt
b16bfdeaa9 Don't fuzz deprecated initializers field 2019-06-02 00:13:22 -04:00
Jordan Liggitt
8f26874577 Set GVK when decoding protobuf 2019-06-02 00:13:22 -04:00
Jordan Liggitt
0c0caefd86 Run roundtrip tests as subtests 2019-06-02 00:13:22 -04:00
Jordan Liggitt
cc10bec674 Remove broken round trip test 2019-06-02 00:13:22 -04:00
Kubernetes Prow Robot
6e23ef6cdc Merge pull request #78598 from yastij/revert-75744-runtimeclass-scheduling-api
Revert "Introduce topology into the runtimeClass API"
2019-06-01 20:14:16 -07:00
Ricardo Pchevuzinske Katz
82c42bb6ee Remove deprecated flag --conntrack-max from kube-proxy 2019-06-01 18:10:28 -03:00
Kubernetes Prow Robot
3e5a527a49 Merge pull request #78557 from justinsb/remove_unnnecessary_commentt
Remove unnecessary comment
2019-06-01 12:12:54 -07:00
Kubernetes Prow Robot
e97514e205 Merge pull request #78536 from sttts/sttts-crd-conversion-error-message
apiextensions: unify webhook conversion error messages
2019-06-01 09:50:54 -07:00
Kubernetes Prow Robot
2cf6678c50 Merge pull request #78526 from liggitt/deflake-change-crd
Deflake TestChangeCRD
2019-06-01 09:50:29 -07:00
Kubernetes Prow Robot
072b7345e6 Merge pull request #78523 from liggitt/crd-defaulting
Fix CRD defaulting of crd conversion webhook port
2019-06-01 08:01:09 -07:00
Kubernetes Prow Robot
b874a0ce9c Merge pull request #78521 from sttts/sttts-crd-structural-array-items
apiextensions: fix array-without-items structural error
2019-06-01 08:00:57 -07:00
Kubernetes Prow Robot
766737ed86 Merge pull request #78520 from yastij/event-set-source
set deprecatedEventSource to be backward compatible
2019-06-01 08:00:44 -07:00
Kubernetes Prow Robot
bada1c6b1e Merge pull request #78505 from caesarxuchao/dynamic-object-selector
Adding ObjectSelector to admission webhooks
2019-06-01 04:45:09 -07:00
Kubernetes Prow Robot
25657feb24 Merge pull request #78501 from sttts/sttts-crd-conversion-beta-no-ratcheting
apiextensions: remove ratcheting logic to allow conversion with preserveUnknownField
2019-06-01 04:44:42 -07:00
Kubernetes Prow Robot
d00aed8a65 Merge pull request #78498 from M00nF1sh/ec2_filter_nil
fix bug that awsSDKGO expect nil instead empty slice for ec2.Describe…
2019-06-01 04:44:30 -07:00
Kubernetes Prow Robot
a7a28979b1 Merge pull request #78497 from M00nF1sh/access_nlb
add accessLogs support for aws nlb
2019-06-01 04:44:18 -07:00
Kubernetes Prow Robot
15a01d5fa5 Merge pull request #78453 from sttts/sttts-crd-invalid-regex-test
apiextensions: add invalid validation schema regex test
2019-05-31 23:23:12 -07:00
Kubernetes Prow Robot
d817a7e9a0 Merge pull request #78325 from caesarxuchao/storageVersionHash-beta
Graduate storageVersionHash field in the discovery doc to beta
2019-05-31 23:22:33 -07:00
Kubernetes Prow Robot
bc32307314 Merge pull request #78262 from MrHohn/svc-finalizer-cleanup2
Add Service Load Balancer finalizer support
2019-05-31 22:02:59 -07:00
Kubernetes Prow Robot
bb7898ba19 Merge pull request #78242 from feiskyer/configurable-provider
Allow setting Azure cloud provider from Kubernetes secrets instread of local configure file
2019-05-31 22:02:47 -07:00
Kubernetes Prow Robot
408735e9da Merge pull request #77975 from logicalhan/process-metrics
add process start time metric to metric probes since they use counters
2019-05-31 20:45:01 -07:00
Kubernetes Prow Robot
227f34b33a Merge pull request #77817 from smarterclayton/apicrd
CRDs should support watch of protobuf PartialObjectMetadata
2019-05-31 20:44:35 -07:00
Kubernetes Prow Robot
603bb74771 Merge pull request #77762 from seans3/kubectl-staging-dir
Adds staging directory for kubectl code
2019-05-31 20:44:22 -07:00
Yassine TIJANI
480d5e47b6 Revert "Introduce topology into the runtimeClass API" 2019-05-31 20:49:40 +00:00
Kubernetes Prow Robot
b7fa33ec15 Merge pull request #77703 from ddebroy/inline-mig-1
API changes to support migration of inline in-tree volumes to CSI
2019-05-31 12:23:19 -07:00
Kubernetes Prow Robot
7929c15ec7 Merge pull request #76551 from JieJhih/proxy/transport
support deflate encoding reader
2019-05-31 07:13:25 -07:00
Kubernetes Prow Robot
6273a7af1c Merge pull request #75744 from yastij/runtimeclass-scheduling-api
Introduce topology into the runtimeClass API
2019-05-31 07:12:57 -07:00
wangqingcan
52f3380ef3 change preempting to PreemptionPolicy 2019-05-31 12:42:05 +08:00
wangqingcan
5c9438c691 non-preempting-priorityclass
Co-authored-by: Vallery Lancey <vallery@zeitgeistlabs.io>
Co-authored-by: Tan shanshan <tan.shanshan@zte.com.cn>
2019-05-31 12:37:07 +08:00
Zihong Zheng
64198a43e7 Auto-generated BUILD files 2019-05-30 21:09:04 -07:00
Zihong Zheng
2ab3681648 Fix-up and add unit test for Load Balancer finalizer 2019-05-30 21:09:04 -07:00
Zihong Zheng
aa3f81d657 Add Load Balancer finalizer support
- Always try to remove finalizer upon load balancer cleanup
- Add finalizer prior to load balancer creation (feature gated)
- Cache logic fix-ups
- Event type/message fix-ups
- Use runtime.HandleError() on eaten errors

Co-authored-by: Josh Horwitz <horwitzja@gmail.com>
2019-05-30 21:09:04 -07:00
Pengfei Ni
0febb20d8e Cleanup kubelet checking and cloudConfigScope option 2019-05-30 20:10:14 -07:00
Justin SB
a2abed442f Remove unnecessary comment
Copy-pasted accidentally in #76749
2019-05-30 21:48:41 -04:00
Chao Xu
7738c7ee8f minor changes, propagating interface changes 2019-05-30 17:23:35 -07:00
Chao Xu
6cf499db6c object matcher 2019-05-30 17:23:35 -07:00
Chao Xu
4f5c47fb99 generated 2019-05-30 16:46:00 -07:00
Chao Xu
70f1b052e3 api 2019-05-30 16:46:00 -07:00
Joe Betz
95fa928ecb Add mutating admission webhook reinvocation 2019-05-30 14:31:09 -07:00
Joe Betz
939a04f0ed codegen: Add mutating admission webhook reinvocation 2019-05-30 14:31:09 -07:00
Joe Betz
55ecc45455 split admissionregistration.v1beta1/Webhook into MutatingWebhook and ValidatingWebhook 2019-05-30 14:31:09 -07:00
Joe Betz
9356561c86 codegen: split admissionregistration.v1beta1/Webhook into MutatingWebhook and ValidatingWebhook 2019-05-30 14:31:09 -07:00
Kubernetes Prow Robot
9577cbfb9f Merge pull request #73447 from MikeSpreitzer/sample-apiserver-doc-build
Document how to build and deploy the sample-apiserver
2019-05-30 11:00:44 -07:00