Joe Betz
1406f7adf2
Use same 'minimum resource version' semantics both when watch cache is enabled and disabled
2019-10-01 15:29:31 -07:00
Kubernetes Prow Robot
acd9141e76
Merge pull request #83333 from lavalamp/unbufferedchannel
...
Don't leak a go routine on panic
2019-10-01 13:01:00 -07:00
Patrick Ohly
ecd7ae55bc
e2e log: Ginkgo 1.10.1 fixes stack skip
...
Now Ginkgo properly skips the initial stack entry.
2019-10-01 21:27:29 +02:00
Patrick Ohly
02ce619078
e2e log: fix full stacktrace with Ginkgo 1.10.0
...
Ginkgo 1.10.0 includes the relevant fix for dumping the full stack
(https://github.com/onsi/ginkgo/pull/590 ), so when using that release
we can simplify the logging unit test.
By changing the skipping, we can avoid the rather volatile util.go
entries. However, that gomega is part of the stack trace still needs
to be fixed in Gingko.
2019-10-01 21:25:59 +02:00
Kubernetes Prow Robot
5219ad7be2
Merge pull request #82105 from logicalhan/admission-test
...
Explicitly handle returned error values in admission metrics_test
2019-10-01 11:03:50 -07:00
Kubernetes Prow Robot
7878160a97
Merge pull request #81914 from wojtek-t/cache_serializations_across_watchers
...
Cache serializations across watchers
2019-10-01 11:03:35 -07:00
Daniel Smith
a4ae7b9081
Don't leak a go routine on panic
2019-10-01 09:48:00 -07:00
David Eads
51195dd860
add ability to authenticators for dynamic update of certs
2019-10-01 09:50:20 -04:00
David Eads
f14f4c933e
add ability to pre-configure poststarthooks for apiservers
2019-10-01 09:08:18 -04:00
David Eads
8f78484ced
generated
2019-10-01 08:32:09 -04:00
David Eads
781b5095d5
explain lack of finalizer ordering in godoc
2019-10-01 08:24:56 -04:00
Kubernetes Prow Robot
75321b99ec
Merge pull request #83249 from yutedz/az-disk-nil
...
Add nil checks for Azure CSI translation
2019-09-30 13:09:16 -07:00
Ricardo Maraschini
ad5fafd6ad
Creating function for preflight check.
...
Migrated code that checks for common programmer errors to a separated
function and added test coverage for it. Wrong comment stating that a
typed error is returned was also removed.
2019-09-30 20:40:55 +02:00
yankaiz
bd03c3a096
Change XPN firewall change message, should be required by security admin.
...
Add l7lbSrcRngsFlag to gce_loadbalancer.go so that ingress can have
fewer source ranges for l7 health checks.
2019-09-30 11:19:42 -07:00
shturec
4877b0b7b5
custom retry strategy in GenericWebhook
2019-09-30 17:04:43 +03:00
Wojciech Tyczynski
25a728ae5e
Cache serializations
2019-09-30 10:48:06 +02:00
Wojciech Tyczynski
4cd81549f9
CachingObject
2019-09-30 10:48:06 +02:00
wojtekt
970f103e2c
Implement support for CacheableObject
2019-09-30 08:58:54 +02:00
wojtekt
1dd43724ce
Fix transformObject to work with CacheableObject.
2019-09-30 08:58:54 +02:00
wojtekt
1397b80f77
CacheableObject test
2019-09-30 08:58:54 +02:00
wojtekt
cd4215ad8b
Implement Encoder.Identifier() method
2019-09-30 08:58:54 +02:00
wojtekt
36300c8c9f
Add Identifier method to GroupVersioner interface
2019-09-30 08:58:54 +02:00
wojtekt
248549ba79
Extend interfaces to support CacheableObject
2019-09-30 08:58:54 +02:00
RainbowMango
1395acba4a
Add bazel by hack/update-bazel.sh
2019-09-30 12:09:16 +08:00
RainbowMango
159163247e
Introduce testutil package to support metrics testing.
2019-09-30 11:53:18 +08:00
Kubernetes Prow Robot
14e5adfc85
Merge pull request #82683 from davidz627/fix/translationStruct
...
Refactor CSI Translation Library into a struct that is injected into various components to simplify unit testing
2019-09-29 10:11:37 -07:00
RainbowMango
0bccce8f62
Update bazel and vendor by hack/update-bazel.sh and hack/update-vendor.sh
2019-09-29 11:24:33 +08:00
Kubernetes Prow Robot
77d0ebe39f
Merge pull request #83102 from feiskyer/fix-too-many-calls
...
Fix aggressive VM calls for Azure VMSS
2019-09-28 20:11:38 -07:00
RainbowMango
96a930c9bf
Remove direct reference to Prometheus.
2019-09-29 10:06:59 +08:00
Kubernetes Prow Robot
0a6a465cf9
Merge pull request #83269 from RainbowMango/pr_remove_direct_reference_to_promethues_from_openstack
...
Remove direct reference to prometheus from openstack
2019-09-28 08:35:39 -07:00
RainbowMango
1c2ccc4197
Update bazel by hack/update-bazel.sh
2019-09-28 21:29:56 +08:00
RainbowMango
b8395a50ee
Remove direct reference to Prometheus from openstack
2019-09-28 21:27:56 +08:00
Kubernetes Prow Robot
e89023cff3
Merge pull request #82890 from chewong/orphaned-public-ips
...
Fix #80571 : Update service controller to prevent orphaned public IP addresses
2019-09-28 06:05:38 -07:00
Kubernetes Prow Robot
74d2822662
Merge pull request #72535 from tallclair/content-type
...
Always set content-type & nosniff
2019-09-27 18:43:39 -07:00
Kubernetes Prow Robot
fe29e0f444
Merge pull request #83131 from apelisse/remove-extra-yaml-parsing
...
Apply currently parses the yaml object 3 times, please remove 2
2019-09-27 16:09:40 -07:00
Ted Yu
55583be725
Add nil checks for Azure CSI translation
2019-09-27 13:33:50 -07:00
David Zhu
92cb06a2e7
Refactor CSI Translation Library into a struct that is injected into various components to simplify unit testing in future
2019-09-27 12:59:53 -07:00
Kubernetes Prow Robot
7342823f3e
Merge pull request #83223 from RainbowMango/pr_remove_direct_reference_to_prom_label
...
Remove direct reference to prometheus.Label
2019-09-27 11:21:36 -07:00
Kubernetes Prow Robot
cd95e57c71
Merge pull request #83071 from chendotjs/bytes-equal
...
replace bytes.Compare() with bytes.Equal()
2019-09-27 09:57:36 -07:00
fang duan
13a37abb8b
Fix help text in kubectl top -h
...
close https://github.com/kubernetes/kubernetes/issues/82843
[heapster deprecation timeline](https://github.com/kubernetes-retired/heapster/blob/master/docs/deprecation.md )
2019-09-27 23:05:02 +08:00
Kelly Campbell
0b481e8412
Shorten health check timeout for AWS NLB with externalTrafficPolicy: Local
...
This is a fix for issue #73362
2019-09-27 09:13:49 -04:00
Kubernetes Prow Robot
dd5efc420b
Merge pull request #82511 from abursavich/keyusage
...
Fix typos in KeyUsage constant names
2019-09-27 03:23:35 -07:00
Kubernetes Prow Robot
2b4dc315a3
Merge pull request #80458 from zlabjp/fix-nonnamespaced-informer-gen
...
Fix informer-gen to honor nonNamespaced tag
2019-09-26 23:05:36 -07:00
RainbowMango
b915774a23
Update bazel by hack/update-bazel.sh
2019-09-27 11:13:41 +08:00
RainbowMango
77b3241df8
Remove direct reference to Prometheus.Label for vsphere
2019-09-27 11:11:26 +08:00
chenyaqi01
66be69bb0e
replace bytes.Compare() with bytes.Equal()
2019-09-27 10:08:49 +08:00
Pengfei Ni
197892d2db
Fix aggressive VM calls for Azure VMSS
2019-09-27 00:58:46 +00:00
Kubernetes Prow Robot
478c26c0dc
Merge pull request #82033 from logicalhan/reviewers
...
add logicalhan to reviewers for api-machinery directories
2019-09-26 16:55:37 -07:00
Ernest Wong
590c1bb44b
Address PR comment
2019-09-26 15:05:31 -07:00
Kubernetes Prow Robot
112ed56f1a
Merge pull request #82847 from apelisse/improve-managed-fields
...
Improve fieldmanager tests and benchmarks
2019-09-26 14:40:06 -07:00