kubernetes/pkg/controller
Antonio Ojea b7d8045b81 endpoinslices must mirror services labels
Implement, in the endpoint slice controller, the same logic
used for labels in the legacy endpoints controller.

The labels in the endpoint and in the parent must be equivalent.
Headless services add the well-known IsHeadlessService label.
Slices must have two well known labels: LabelServiceName and
LabelManagedBy.
2020-09-21 19:50:15 +02:00
..
apis/config Enabling the EndpointSliceMirroring controller, adding related config 2020-07-06 12:43:34 -07:00
bootstrap Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
certificates Merge pull request #92983 from iotty/csr.clean 2020-08-27 19:08:23 -07:00
clusterroleaggregation Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
cronjob Replace StartLogging(klog.Infof) with StartStructuredLogging(0) 2020-06-15 17:48:35 +09:00
daemon Deflake TestExpectationsOnRecreate 2020-07-31 18:12:01 -04:00
deployment fix pkg/controller/deployment staticcheck 2020-06-23 19:32:20 +08:00
disruption Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
endpoint Requeue service after endpoint deletion 2020-08-05 11:50:23 -07:00
endpointslice endpoinslices must mirror services labels 2020-09-21 19:50:15 +02:00
endpointslicemirroring test(endpointslice): deflake TestSyncEndpoints 2020-08-25 15:40:29 +08:00
garbagecollector Revert "Merge pull request #93156 from logicalhan/triage-api-machinery" 2020-07-24 13:01:02 +05:30
history automated refactor 2020-03-05 14:59:46 -08:00
job Merge pull request #91712 from KobayashiD27/structured-logging-in-event 2020-06-22 23:53:40 -07:00
namespace Fix namespace controller cleanup orphaning 2020-08-07 13:26:28 -04:00
nodeipam Add providerless tags 2020-07-30 13:48:40 -04:00
nodelifecycle Do not evict pods which tolerate all NoExecute taints 2020-08-05 12:50:43 -04:00
podautoscaler Replace StartLogging(klog.Infof) with StartStructuredLogging(0) 2020-06-15 17:48:35 +09:00
podgc code clean for podgc 2020-07-04 23:01:16 +08:00
replicaset Replace StartLogging(klog.Infof) with StartStructuredLogging(0) 2020-06-15 17:48:35 +09:00
replication Run update-bazel.sh 2020-06-22 10:49:15 +09:00
resourcequota Refactored pkg/controllers/resourcequota 2020-08-20 14:37:27 +02:00
service/config move pkg/controller/service to k8s.io/cloud-provider/controllers/service for easier external consumption 2020-06-08 17:34:01 -04:00
serviceaccount Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
statefulset do not create StatefulSet pods when PVC is being deleted 2020-08-17 22:50:42 +00:00
testutil Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
ttl Migrate to log calls to klog.InfoS and klog.ErroS for pkg/controller 2020-06-05 13:23:01 +08:00
ttlafterfinished Replace StartLogging(klog.Infof) with StartStructuredLogging(0) 2020-06-15 17:48:35 +09:00
util Improve EndpointController's handling of headless services under dual-stack 2020-07-17 15:26:21 -04:00
volume Merge pull request #93710 from Jiawei0227/attachable2non 2020-08-31 17:39:50 -07:00
BUILD Merge pull request #92784 from pohly/generic-ephemeral-inline-volumes 2020-07-10 15:41:46 -07:00
client_builder_dynamic.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
client_builder.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
controller_ref_manager_test.go remove unused code of (pkg/controller) 2018-10-09 08:15:30 +08:00
controller_ref_manager.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
controller_utils_test.go Do not swallow NotFound error for DeletePod in dsc.manage 2020-06-04 16:41:38 +08:00
controller_utils.go Migrate to log calls to klog.InfoS and klog.ErroS for pkg/controller 2020-06-05 13:23:01 +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 Adding cheftako to pkg/controller/OWNERS 2020-07-09 16:10:59 -07:00