kubernetes/pkg
Quan Tian db6bbf2375 Fix EndpointSliceController service deletion processing
syncService shouldn't return error if the service doesn't exist which
means it's triggered by service deletion, otherwise the service would be
enqueued repeatedly even its cleanup has been executed successfully.

This patch makes syncService return nil if the error is NotFound when
getting the service, like the other controllers do.
2019-09-22 10:01:29 -07:00
..
api Merge pull request #78688 from nikhita/yaml-benchmark 2019-09-20 18:43:25 -07:00
apis Merge pull request #82780 from wojtek-t/remove_unnecessary_conversions 2019-09-17 09:30:33 -07:00
auth Enact golint recommendations per issue 68026. 2019-03-29 12:50:31 +00:00
capabilities Same as defaulting allow-privileged to true 2019-05-21 08:51:16 -04:00
client Merge pull request #81432 from logicalhan/clean-shared-metrics 2019-09-10 14:30:32 -07:00
cloudprovider Merge pull request #82047 from roberthbailey/owners 2019-09-04 04:35:00 -07:00
controller Fix EndpointSliceController service deletion processing 2019-09-22 10:01:29 -07:00
credentialprovider delete unused var 2019-09-19 18:04:13 +08:00
features feat: remove EnableAggregatedDiscoveryTimeout feature gate 2019-09-09 09:55:54 +08:00
fieldpath Fix return value for ExtractFieldPathAsString 2019-06-04 11:52:26 +08:00
generated Merge pull request #80125 from sttts/sttts-bazel-openapi-fix 2019-07-19 14:25:50 -07:00
kubeapiserver WithAuthentication should wrap WithMaxInFlightLimit 2019-09-19 13:39:49 -07:00
kubectl remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
kubelet Merge pull request #78110 from praseodym/fix-golint-pkg/kubelet/qos 2019-09-20 09:41:46 -07:00
kubemark Register all volume plugins in kubemark 2019-09-03 09:24:28 +02:00
master remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
printers Merge pull request #82054 from seans3/table-printer-tests 2019-09-11 08:43:24 -07:00
probe remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
proxy delete unused var 2019-09-19 18:04:13 +08:00
quota Delete duplicate resource.Quantity.Copy() 2019-08-19 17:23:14 -07:00
registry Match label and fields selectors in ComponentStatus List API 2019-09-07 21:56:58 +12:00
routes
scheduler Merge pull request #82896 from ahg-g/ahg-config 2019-09-20 16:17:46 -07:00
security delete unused var 2019-09-19 18:04:13 +08:00
securitycontext Windows: Sets the effective SecurityContext's RunAsUserName 2019-07-17 15:03:11 +00:00
serviceaccount serviceaccounts: Add JWT KeyIDs to tokens 2019-08-28 14:18:23 -07:00
ssh add some documentation around the metrics stability migration changes for clarity 2019-08-27 12:45:01 -07:00
util Add iptables.Monitor, use it from kubelet and kube-proxy 2019-09-17 10:19:26 -04:00
volume Merge pull request #82363 from yuxiaobo96/k8s-update3 2019-09-20 00:08:59 -07:00
watch/json Add API for watch bookmarks 2019-04-15 09:45:04 +02:00
windows/service
.import-restrictions
BUILD remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
OWNERS