Run codegen

Signed-off-by: Stephen Kitt <skitt@redhat.com>

Kubernetes-commit: af5317bb8842ba758b92bd169056eb9a666198b8
This commit is contained in:
Stephen Kitt
2026-01-21 14:06:32 +01:00
committed by Kubernetes Publisher
parent 100af76fc5
commit 80c1d965be

View File

@@ -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