kubernetes/pkg
Rob Scott c75787bb77
Fixing Potential Race Condition in EndpointSlice Controller.
This adds a new EndpointSlice tracker to keep track of the expected resource versions of EndpointSlices associated with each Service managed by the EndpointSlice controller. This should prevent a potential race where a syncService call could happen with an incomplete view of EndpointSlices if additions or deletions hadn't fully propagated to the cache yet. Additionally, this ensures that external changes to EndpointSlices will be handled by the EndpointSlice controller.
2019-12-26 12:15:38 -08:00
..
api Promoting EndpointSlices to beta 2019-11-13 14:20:19 -08:00
apis service topology: remove redundant API validation for local external traffic policy 2019-11-15 08:57:17 -05:00
auth Propagate context to Authorize() calls 2019-09-24 11:14:54 -04:00
capabilities
client pkg/client: fix staticcheck warning 2019-11-14 10:08:16 +08:00
cloudprovider Remove pkg/util/mount (moved out of tree) 2019-11-15 08:29:12 -07:00
controller Fixing Potential Race Condition in EndpointSlice Controller. 2019-12-26 12:15:38 -08:00
credentialprovider generalize solution 2019-11-21 19:14:47 -08:00
features Merge pull request #85237 from leakingtapan/ebs-migration-flag 2019-11-18 12:33:42 -08:00
fieldpath
generated
kubeapiserver Plumb authorization webhook version from CLI to config 2019-11-18 23:58:05 -08:00
kubectl Always negotiate a decoder using ClientNegotiator 2019-11-10 21:30:36 -05:00
kubelet Merge pull request #84401 from xiaoanyunfei/bugfix/inspect-docker-image 2019-11-25 19:11:10 -08:00
kubemark Migrate Kubemark to distroless 2019-11-16 17:49:26 +08:00
master Promoting EndpointSlices to beta 2019-11-13 14:20:19 -08:00
printers Merge pull request #84752 from seans3/json_yaml_printers 2019-11-14 13:31:04 -08:00
probe remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
proxy Merge pull request #85611 from ksubrmnn/routing_mesh 2019-11-25 16:43:19 -08:00
quota Prune inactive owners from pkg/* misc api-machinery related OWNERS files. 2019-10-13 08:46:12 -04:00
registry Merge pull request #85339 from mm4tt/endpointslice_cache 2019-11-15 10:10:50 -08:00
routes
scheduler Merge pull request #85188 from charleszheng44/scheduler-ut 2019-11-22 17:29:43 -08:00
security fix golint failures of pkg/security/apparmor 2019-11-05 18:56:15 +08:00
securitycontext
serviceaccount replace bytes.Compare() with bytes.Equal() 2019-09-27 10:08:49 +08:00
ssh add some documentation around the metrics stability migration changes for clarity 2019-08-27 12:45:01 -07:00
util chore(gofmt): go format fix 2019-11-19 08:30:16 -08:00
volume Merge pull request #85493 from cofyc/local-owner 2019-11-22 17:31:41 -08:00
watch/json
windows/service fix typo in pkg 2019-08-26 09:25:39 +08:00
.import-restrictions
BUILD feat: graduate ResourceQuotaScopeSelectors to GA 2019-11-13 14:07:22 +08:00
OWNERS