From 80c1d965bef203213cae406a7635408390d2d576 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Wed, 21 Jan 2026 14:06:32 +0100 Subject: [PATCH] Run codegen Signed-off-by: Stephen Kitt Kubernetes-commit: af5317bb8842ba758b92bd169056eb9a666198b8 --- kubernetes/fake/clientset_generated.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/fake/clientset_generated.go b/kubernetes/fake/clientset_generated.go index f748ccc6a..5a1242a41 100644 --- a/kubernetes/fake/clientset_generated.go +++ b/kubernetes/fake/clientset_generated.go @@ -184,7 +184,7 @@ func (c *Clientset) Tracker() testing.ObjectTracker { return c.tracker } -// IsWatchListSemanticsSupported informs the reflector that this client +// IsWatchListSemanticsUnSupported informs the reflector that this client // doesn't support WatchList semantics. // // This is a synthetic method whose sole purpose is to satisfy the optional