From 5b1a7e52d654a8f47962d49ea7405aba2db66762 Mon Sep 17 00:00:00 2001 From: Miles Bryant Date: Wed, 19 Jun 2019 16:14:14 +0100 Subject: [PATCH] Update internal/store/builder.go Co-Authored-By: Tariq Ibrahim --- internal/store/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/store/builder.go b/internal/store/builder.go index 9ecc595b87..133f91b28f 100644 --- a/internal/store/builder.go +++ b/internal/store/builder.go @@ -94,7 +94,7 @@ func (b *Builder) WithKubeClient(c clientset.Interface) { b.kubeClient = c } -// WithVPAClient sets the vpaClient property of a Builder so that the verticalpodautoscaler collector can query VPA objects +// WithVPAClient sets the vpaClient property of a Builder so that the verticalpodautoscaler collector can query VPA objects. func (b *Builder) WithVPAClient(c vpaclientset.Interface) { b.vpaClient = c }