From 0e35ac8f1ed22ff95bc0fd3e596c408b06da5b7c Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor Date: Thu, 25 Jul 2019 10:09:42 -0400 Subject: [PATCH] Update TODO Signed-off-by: Aldo Culquicondor --- pkg/scheduler/factory/factory.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/scheduler/factory/factory.go b/pkg/scheduler/factory/factory.go index 445dac730ab..b745f0f881f 100644 --- a/pkg/scheduler/factory/factory.go +++ b/pkg/scheduler/factory/factory.go @@ -152,7 +152,7 @@ type Configurator interface { // Exposed for testing GetClient() clientset.Interface - // TODO(#80216): Remove these methods from the interface. + // TODO(#80216): Remove GetScheduledPodLister from the interface. // Exposed for testing GetScheduledPodLister() corelisters.PodLister @@ -163,7 +163,7 @@ type Configurator interface { } // configFactory is the default implementation of the scheduler.Configurator interface. -// TODO(#80216): Remove pod and node listers. +// TODO(#80216): Remove pod lister. type configFactory struct { client clientset.Interface // a means to list all known scheduled pods.