kubernetes/pkg/controller
Rob Scott 6b8b2ff975
Adding new label to indicate what is managing an EndpointSlice
This adds a new Label to EndpointSlices that will ensure that multiple
controllers or entities can manage subsets of EndpointSlices. This
label provides a way to indicate the controller or entity responsible
for managing an EndpointSlice.

To provide a seamless upgrade from the alpha release of EndpointSlices
that did not support this label, a temporary annotation has been added
on Services to indicate that this label has been initially set on
EndpointSlices. That annotation will be set automatically by the
EndpointSlice controller with this commit once appropriate Labels have
been added on the corresponding EndpointSlices.
2019-11-08 15:34:44 -08:00
..
apis/config Migrate components to EndpointsLeases leader election lock 2019-10-28 09:09:03 +01:00
bootstrap move util/metrics to component-base 2019-10-08 14:42:31 +02:00
certificates Correct spelling mistakes 2019-11-06 20:25:19 +08:00
cloud cloud node controller: apply stable instance-type label with backfill to existing nodes 2019-11-08 10:50:52 -05:00
clusterroleaggregation move WaitForCacheSync to the sharedInformer package 2019-08-22 16:13:41 +01:00
cronjob Eliminate some default conversions 2019-11-06 14:08:15 +01:00
daemon Merge pull request #84836 from yuxiaobo96/k8s-checks 2019-11-06 12:21:11 -08:00
deployment Merge pull request #84763 from hwdef/fix-staticcheck6 2019-11-07 09:05:17 -08:00
disruption pkg/controller: fix staticcheck warning 2019-11-07 16:46:47 +08:00
endpoint Setting Hostname from Pods on EndpointSlice to match Endpoints behavior. 2019-11-07 13:22:54 -08:00
endpointslice Adding new label to indicate what is managing an EndpointSlice 2019-11-08 15:34:44 -08:00
garbagecollector pkg/controller: fix staticcheck warning 2019-11-07 16:46:47 +08:00
history fix unsafe JSON construction 2019-10-10 09:44:54 +08:00
job Merge pull request #84123 from smarterclayton/terminating_cause 2019-11-04 07:55:41 -08:00
namespace pkg/controller: fix staticcheck warning 2019-11-07 16:46:47 +08:00
nodeipam Merge pull request #84836 from yuxiaobo96/k8s-checks 2019-11-06 12:21:11 -08:00
nodelifecycle Merge pull request #84933 from krzysied/node_controller_v_level 2019-11-08 09:00:40 -08:00
podautoscaler Correct spelling mistakes 2019-11-06 20:25:19 +08:00
podgc Merge pull request #84288 from wojtek-t/cleanup_conversions_registrations 2019-10-25 22:53:22 -07:00
replicaset Correct spelling mistakes 2019-11-06 20:25:19 +08:00
replication Autogenerated code 2019-10-24 20:21:00 +02:00
resourcequota Autogenerated code 2019-10-24 20:21:00 +02:00
route move util/metrics to component-base 2019-10-08 14:42:31 +02:00
service Correct spelling mistakes 2019-11-06 20:25:19 +08:00
serviceaccount Merge pull request #84123 from smarterclayton/terminating_cause 2019-11-04 07:55:41 -08:00
statefulset Correct spelling mistakes 2019-11-06 20:25:19 +08:00
testutil cleanup: fix some log and error capitalizations 2019-07-20 18:26:16 -04:00
ttl move WaitForCacheSync to the sharedInformer package 2019-08-22 16:13:41 +01:00
ttlafterfinished Autogenerated code 2019-10-24 20:21:00 +02:00
util Setting Hostname from Pods on EndpointSlice to match Endpoints behavior. 2019-11-07 13:22:54 -08:00
volume Merge pull request #84896 from RainbowMango/pr_migrate_custom_collector_scheduler 2019-11-08 01:04:14 -08:00
.import-restrictions don't use cfssl in signer 2019-11-04 10:56:06 -08:00
BUILD Adding EndpointSlice controller 2019-08-28 21:13:27 -07:00
client_builder_dynamic.go Migrate the controller to use TokenRequest and rotate token periodically 2019-03-25 14:54:22 +08:00
client_builder.go Migrate the controller to use TokenRequest and rotate token periodically 2019-03-25 14:54:22 +08:00
controller_ref_manager_test.go remove unused code of (pkg/controller) 2018-10-09 08:15:30 +08:00
controller_ref_manager.go fix unsafe JSON construction 2019-10-10 09:44:54 +08:00
controller_utils_test.go Prefer to delete doubled-up pods of a ReplicaSet 2019-10-17 11:52:32 -04:00
controller_utils.go Merge pull request #84123 from smarterclayton/terminating_cause 2019-11-04 07:55:41 -08:00
doc.go
informer_factory.go Use metadata informers instead of dynamic informers in controller manager 2019-07-11 12:18:52 -04:00
lookup_cache.go
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00