Commit Graph

10808 Commits

Author SHA1 Message Date
Haowei Cai
6960bf9f4f remove test cases disabling the gates
please review with whitespace change ignored (-w)
2019-08-26 17:24:04 -07:00
Haowei Cai
7997058d73 bump the CRD feature gates to GA and lock the defaults 2019-08-26 17:24:04 -07:00
Kubernetes Prow Robot
1afcd7d0c8 Merge pull request #81902 from MikeSpreitzer/fix81888
Updated comments in wait.go
2019-08-26 16:43:35 -07:00
Kubernetes Prow Robot
9a5dc8f082 Merge pull request #81889 from tedyu/ctrl-rm-refl-mutex
Utilize reflectorMutex in LastSyncResourceVersion
2019-08-26 16:43:20 -07:00
Kubernetes Prow Robot
45b0b78446 Merge pull request #81872 from sttts/sttts-crd-defaulting-beta
apiextension: promote CRD defaulting to beta
2019-08-26 16:43:06 -07:00
Andy Bursavich
cc255816eb Add types to StatefulSetUpdateStrategyType constants 2019-08-26 16:29:15 -07:00
Rob Scott
f80cee9280 Adding discovery/v1alpha1 API for EndpointSlices 2019-08-26 14:50:00 -07:00
Kubernetes Prow Robot
0d350d6e3e Merge pull request #81359 from beautytiger/patch-9
v1beta1: bugfix in Event struct definition
2019-08-26 11:54:07 -07:00
Kubernetes Prow Robot
f81ab5a9fc Merge pull request #81342 from knight42/fix/kubectl-patch-scale
Refactor `kubectl scale` to patch scale subresource
2019-08-26 11:53:54 -07:00
Kubernetes Prow Robot
087aafc18d Merge pull request #80568 from pohly/ephemeral-mode-check
ephemeral mode check
2019-08-26 11:53:40 -07:00
Antoine Pelisse
a890331115 Improve error message on server-side apply conflicts 2019-08-26 11:22:12 -07:00
David Eads
f589c1213c add cache-control headers to kube-apiserver 2019-08-26 13:00:31 -04:00
Dr. Stefan Schimanski
927a93d38a apiextension: fixup defaulting tests 2019-08-26 17:07:38 +02:00
Kubernetes Prow Robot
038e5fad75 Merge pull request #81870 from sttts/sttts-crd-ratcheting-pruned-defaults
apiextension: ratcheting validation of unpruned defaults
2019-08-26 08:02:22 -07:00
Ted Yu
4f54538ae8 Utilize reflectorMutex in LastSyncResourceVersion 2019-08-26 07:46:29 -07:00
Dr. Stefan Schimanski
78f3ab2ef0 apiextension: promote defaulting to beta 2019-08-26 16:35:21 +02:00
RainbowMango
a36704b444 Clean up staticcheck issues. 2019-08-26 15:35:32 +08:00
hwdef
e8e367cd70 Fix typo in kubectl describe docs 2019-08-26 15:18:03 +08:00
Dr. Stefan Schimanski
91bab45a0b apiextension: ratcheting validation of unpruned defaults 2019-08-26 09:01:07 +02:00
Nikhita Raghunath
5c4737d027 publishing: add missing deps for 1.16 branch 2019-08-26 12:18:48 +05:30
Guangming Wang
c6791aa82b v1beta1: bugfix in Event struct definition
rebase master, handle staticcheck error
2019-08-26 11:06:16 +08:00
Mike Spreitzer
529a168be9 Updated comments in wait.go
The comments on the fields of Backoff did not match the behavior of
the Step() method.

The comment on the Step method did not make it clear whether the
returned amount of time to sleep is based on the original or the
revised duration.

The comments on the ExponentialBackoff function did not exactly and
clearly correspond to the actual behavior.
2019-08-25 00:32:29 -04:00
Jordan Liggitt
078cb91791 generated
Change-Id: I6389f8d1eb169ab89b2f73b7c9f2b3d880a9a6bb
2019-08-24 22:20:35 -04:00
Jordan Liggitt
78277afe1b Mark v1beta1 admissionwebhook and crd types as deprecated 2019-08-24 22:20:34 -04:00
Jordan Liggitt
8c10d929ca Use cached selectors/client for webhooks 2019-08-24 20:00:46 -04:00
Jordan Liggitt
27f535e26a Add admission benchmarks
go test ./vendor/k8s.io/apiserver/pkg/admission/plugin/webhook/validating -bench . -benchmem -run DoNotRun
go test ./vendor/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating -bench . -benchmem -run DoNotRun
2019-08-24 20:00:45 -04:00
Jordan Liggitt
14154c2345 Let webhook accessors construct client/selectors once 2019-08-24 17:10:09 -04:00
Kubernetes Prow Robot
a76d7fdf64 Merge pull request #81884 from sttts/sttts-fix-openapi-spec-generation
Remove preliminarily committed OpenAPI packages
2019-08-24 06:10:24 -07:00
Kubernetes Prow Robot
8f6b89f0b9 Merge pull request #81860 from deads2k/allow-http1-only
allow an apiserver to only serve http1
2019-08-24 03:24:24 -07:00
Dr. Stefan Schimanski
566d207165 apiextensions: remove preliminary committed openapi packages 2019-08-24 12:11:45 +02:00
Dr. Stefan Schimanski
10b80fcf8b kube-aggregator: remove preliminary committed openapi packages 2019-08-24 12:11:29 +02:00
Kubernetes Prow Robot
ec344a1c77 Merge pull request #81771 from RainbowMango/pr_fix_static_error_for_gce
Cleanup gce static analysis issues
2019-08-24 00:04:25 -07:00
Kubernetes Prow Robot
e2f57be0c0 Merge pull request #77824 from roycaihw/webhook-trace
mutating webhook: audit log mutation existence and patch
2019-08-23 22:26:24 -07:00
Kubernetes Prow Robot
448049927b Merge pull request #81752 from dims/hack-pick-up-test-go-files-in-verify-import-boss
Pick up *_test.go in verify-import-boss
2019-08-23 20:56:38 -07:00
RainbowMango
4b6ac364f8 Clean up staticcheck issues for gce.
Dealing with deprecated issues. (staticcheck SA1019)
Dealing with error discard issue. (staticcheck SA4006)
Dealing with context overwritten issue. (staticcheck SA4009)
Dealing with unused functions. (staticcheck U1000)
Remove gce from staticcheck failure list
2019-08-24 10:14:39 +08:00
Elana Hashman
a71178ef62 Fix typo in EnableInf*l*ightQuotaHandler flag 2019-08-23 15:25:39 -07:00
Dr. Stefan Schimanski
4fd200c148 apiextension: prune default values in storage 2019-08-23 22:20:54 +02:00
Dr. Stefan Schimanski
135902b0f4 apiextension: complete validation of meta data defaults 2019-08-23 22:20:54 +02:00
Dr. Stefan Schimanski
90fed073c7 apiextension: reject x-kubernetes-embedded-resource with empty properties 2019-08-23 22:20:54 +02:00
Dr. Stefan Schimanski
f140ceb1e5 apiextension: fix go-openapi validation error path at the root 2019-08-23 22:20:54 +02:00
Dr. Stefan Schimanski
b91640816d apiextension: fix structural additionalProperties in ToOpenAPI() 2019-08-23 22:20:54 +02:00
David Eads
6eb62506e0 allow an apiserver to only serve http1 2019-08-23 15:48:11 -04:00
jennybuckley
3279c73945 Add tests 2019-08-23 12:45:36 -07:00
jennybuckley
9a12e37a6d Only update managedFields on update if it already exists 2019-08-23 12:38:08 -07:00
Haowei Cai
98ad20cc8f generated 2019-08-23 11:08:54 -07:00
Haowei Cai
d35757c653 tests 2019-08-23 11:08:54 -07:00
Haowei Cai
7784353a69 mutating webhook: audit log mutation existence and actual patch 2019-08-23 11:08:54 -07:00
Kubernetes Prow Robot
a118e59912 Merge pull request #81507 from eloyekunle/fix/scale-client
update scale client to support non-namespaced resources
2019-08-23 10:57:17 -07:00
Davanum Srinivas
af739fd0bd Add --include-test-files flag to verify-import-boss 2019-08-23 13:12:21 -04:00
Davanum Srinivas
96998c6197 hack/pin-dependency.sh k8s.io/gengo 26a664648505d962332bda642b27306bc10d1082 2019-08-23 12:11:18 -04:00