Commit Graph

10808 Commits

Author SHA1 Message Date
Rong Gao
e19530728f fix some mistakes in changelog 2019-05-28 15:25:53 +08:00
Dr. Stefan Schimanski
3ccb26c3bb apiextensions: fix metrics double registration during tests 2019-05-27 19:32:55 +02:00
Dr. Stefan Schimanski
33e95bc185 apiextensions: add conversion pruning tests 2019-05-27 19:32:55 +02:00
Dr. Stefan Schimanski
26366255fc apiextensions: run conversion tests also with preserveUnknownFields=false 2019-05-27 19:32:55 +02:00
Dr. Stefan Schimanski
d87de1a903 apiextensions: prune all GVKs in serializer 2019-05-27 19:32:55 +02:00
Aldo Culquicondor
95b153456a Add linux container resources to fake runtime service
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2019-05-27 10:55:46 -04:00
andyzhangx
e65fba6499 Add support for Azure Disk to csi-translation-lib
rename to azure_disk

add more translation fields

fix typo
2019-05-26 02:50:29 +00:00
Dr. Stefan Schimanski
ee4f1847f5 Update generated files 2019-05-26 00:28:07 +02:00
Dr. Stefan Schimanski
faa24b2b38 apiextensions: move conversion tests into own package 2019-05-26 00:28:07 +02:00
Dr. Stefan Schimanski
b83be57435 apiextensions: port conversion e2e tests to integration 2019-05-26 00:24:47 +02:00
Dr. Stefan Schimanski
8a6d14afc8 apiextensions: fix non-trivial conversion integration test
This adds a third version v1alpha1 which has the same schema as v1beta1. Moreover, v1beta1 becomes the storage version. Hence, we can do noop webhook conversion from v1alpha1 to v1beta1 and back.
2019-05-26 00:24:44 +02:00
Dr. Stefan Schimanski
743f0e6cc2 apiextensions: always fix storage version after tests 2019-05-26 00:24:13 +02:00
Dr. Stefan Schimanski
5b5fea0502 apiextensions: make conversion webhook test server more compositional 2019-05-26 00:24:09 +02:00
Dr. Stefan Schimanski
0cafec6608 apiextensions: make integration test server flags available to test code 2019-05-25 17:57:04 +02:00
Dr. Stefan Schimanski
74e62b9a77 apiextensions: fix npe in subresource test 2019-05-25 17:57:04 +02:00
Kubernetes Prow Robot
9ddc9ccc57 Merge pull request #78233 from SataQiu/clean-up-20190523
cleanup: move the comment to its place
2019-05-24 20:49:27 -07:00
Chao Xu
369314959c generated 2019-05-24 18:14:53 -07:00
Chao Xu
e28a1072d9 Make ListMeta.RemainingItemCount a pointer (*int64) to make sure it's omitted
when serialized to proto.

The SetRemainingItemCount() and GetRemainingItemCount() still takes and
returns an int64 to make developers life easier.
2019-05-24 18:12:55 -07:00
Pengfei Ni
be3eeb296f Expose InitializeCloudFromSecret() 2019-05-24 21:49:01 +08:00
andyzhangx
8a45ba1981 fix azure retry issue when return 2XX with error
fix comments
2019-05-24 13:12:30 +00:00
Pengfei Ni
d127ef5a44 Report error when illegal values are provided for configType and overrideType 2019-05-24 20:49:18 +08:00
Pengfei Ni
9516ade5c4 Add unit tests for getConfigFromSecret 2019-05-24 20:49:17 +08:00
Pengfei Ni
8f0e05fb6f Allow setting Azure cloud provider from Kubernetes secrets instread of local configure files 2019-05-24 20:49:14 +08:00
Kubernetes Prow Robot
a07b027261 Merge pull request #77825 from roycaihw/crd-openapi-beta
Promote Publish CRD OpenAPI to beta
2019-05-23 22:24:31 -07:00
Mikhail Mazurskiy
ca38fba0af Add missing TestMain() functions 2019-05-24 09:30:08 +10:00
Mikhail Mazurskiy
4ce1fb7d40 Cleanup math/rand package usage 2019-05-24 09:25:04 +10:00
Haowei Cai
979368ac7d apiextensions: don't run openapi controller if genericapiserver disables
openapi
2019-05-23 12:24:50 -07:00
SataQiu
64193630a7 cleanup: move the comment to its place 2019-05-23 12:29:12 +08:00
Kubernetes Prow Robot
5666982b27 Merge pull request #77793 from SataQiu/fix-golint-client-go-20190513
Fix golint failures of client-go/tools/auth client-go/tools/portforward
2019-05-22 18:44:24 -07:00
Michael Taufen
ee7bcc53a2 Update klog to v0.3.1
Includes recent fixes, notably https://github.com/kubernetes/klog/pull/66
2019-05-22 10:55:37 -07:00
Tim Allclair
2e384858f0 regenerate 2019-05-22 08:48:57 -07:00
Tim Allclair
10c514725b Update types from api review 2019-05-22 08:48:57 -07:00
Kubernetes Prow Robot
a27d3aef30 Merge pull request #78200 from zhan849/revert-76976
Manually revert #76976
2019-05-22 05:24:32 -07:00
Kubernetes Prow Robot
0b67b95c8f Merge pull request #78049 from tariq1890/corev1_pod
extract PodReasonUnschedulable out of the PodConditionType const group
2019-05-22 04:00:38 -07:00
Kubernetes Prow Robot
932d8031ab Merge pull request #77756 from jpbetz/crd-conversion-tests
Add webhook converter integration test suite
2019-05-22 02:40:12 -07:00
Harry Zhang
47b8db47cf Manually revert #76976 2019-05-21 23:13:48 -07:00
Joe Betz
e23769f018 Add webhook converter integration test suite 2019-05-21 13:07:44 -07:00
Kubernetes Prow Robot
ae2a1628f6 Merge pull request #75459 from wk8/wk8/gmsa_beta
Kubelet & API changes for Windows GMSA support
2019-05-21 11:40:08 -07:00
Doug MacEachern
f1f50a3fc4 godeps: update vmware/govmomi to v0.20.1
Includes fix for SAML token auth with vSphere and zones API

Issue #77360

See also: #75742
2019-05-20 20:45:15 -07:00
Kubernetes Prow Robot
15d88d19d3 Merge pull request #78019 from mrkm4ntr/use-constant
Change to use a constant
2019-05-20 18:38:52 -07:00
Kubernetes Prow Robot
938041694c Merge pull request #77554 from sttts/sttts-structural-publishing
apiextensions: publish (only) structural OpenAPI schemas
2019-05-20 18:38:39 -07:00
Kubernetes Prow Robot
69c90d8cca Merge pull request #77991 from mikedanese/ledoc
cleanup some leader election client doc
2019-05-20 17:12:39 -07:00
Kubernetes Prow Robot
fa110d754e Merge pull request #78133 from sttts/sttts-apiextensions-avoid-nonstructural-message-fight
apiextensions: avoid two HA API servers to fight for NonStructural condition message
2019-05-20 14:54:13 -07:00
Dr. Stefan Schimanski
2cfc3c69dc apiextensions: avoid two HA API server to fight for NonStructural condition message 2019-05-20 22:26:19 +02:00
Mike Spreitzer
ba5d896118 sample-apiserver/README: documented authentication plugins, wget
Also fixed indenting in instructions for running locally.
2019-05-20 15:58:30 -04:00
Bin Lu
b121545b70 data attribute was missing for apiserver integration test cases
Signed-off-by: Bin Lu <bin.lu@arm.com>
2019-05-19 20:04:35 +08:00
Kubernetes Prow Robot
667c3ed94c Merge pull request #78063 from tedyu/evt-lock
Change lock type to write lock in eventBroadcasterImpl
2019-05-18 05:01:12 -07:00
Kubernetes Prow Robot
df4f033a4f Merge pull request #77501 from JieJhih/scheduling/plugin
add scheduling framework configuration
2019-05-18 03:39:12 -07:00
Dr. Stefan Schimanski
d01e942d37 Update generated files 2019-05-18 11:12:48 +02:00
Dr. Stefan Schimanski
bc86aeba05 apiextensions: switch OpenAPI pubilshing to structural schema 2019-05-18 11:12:48 +02:00