run ./hack/udpate-codegen.sh

Kubernetes-commit: f4b14448e917dc384e071329c400b747eba77995
This commit is contained in:
michaelschiff
2026-02-13 11:53:32 -08:00
committed by Kubernetes Publisher
parent 29033d6ac4
commit af46a41d18
@@ -253,7 +253,7 @@ func (f *sharedInformerFactory) InformerFor(obj runtime.Object, newFunc internal
// ctx, cancel := context.WithCancel(context.Background())
// defer cancel()
// factory := NewSharedInformerFactory(client, resyncPeriod)
// defer factory.WaitForStop() // Returns immediately if nothing was started.
// defer factory.Shutdown() // Returns immediately if nothing was started.
// genericInformer := factory.ForResource(resource)
// typedInformer := factory.SomeAPIGroup().V1().SomeType()
// handle, err := typeInformer.Informer().AddEventHandler(...)