update-codegen

Kubernetes-commit: 30f4fc9ca3852d8dcaa2a1c85a09b10ede3be96e
This commit is contained in:
Benjamin Elder 2025-08-15 10:42:51 -07:00 committed by Kubernetes Publisher
parent 6294eedf76
commit 5f4046518f

View File

@ -144,7 +144,7 @@ import (
// without applying any field management, validations and/or defaults. It shouldn't be considered a replacement
// for a real clientset and is mostly useful in simple unit tests.
//
// DEPRECATED: NewClientset replaces this with support for field management, which significantly improves
// Deprecated: NewClientset replaces this with support for field management, which significantly improves
// server side apply testing. NewClientset is only available when apply configurations are generated (e.g.
// via --with-applyconfig).
func NewSimpleClientset(objects ...runtime.Object) *Clientset {