From 1da259587ff68ce1bef3155c8f8a01b9df996b7d Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Mon, 9 May 2022 11:05:16 +0200 Subject: [PATCH] Fix comment on ListOptions --- pkg/client/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/options.go b/pkg/client/options.go index aa2299eac0..7990f56ab0 100644 --- a/pkg/client/options.go +++ b/pkg/client/options.go @@ -318,7 +318,7 @@ func (p PropagationPolicy) ApplyToDeleteAllOf(opts *DeleteAllOfOptions) { // pre-parsed selectors (since generally, selectors will be executed // against the cache). type ListOptions struct { - // LabelSelector filters results by label. Use SetLabelSelector to + // LabelSelector filters results by label. Use labels.Parse() to // set from raw string form. LabelSelector labels.Selector // FieldSelector filters results by a particular field. In order