This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch
dependabot/go_modules/sigs.k8s.io/controller-runtime-0.16.1
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to
refs/heads/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.16.1 by this
push:
new 48c6c4cb chore: update code-gen
48c6c4cb is described below
commit 48c6c4cb25ef9ed549bcadf68e2ed9e8849c41ea
Author: Jintao Zhang <[email protected]>
AuthorDate: Fri Sep 1 15:13:09 2023 +0800
chore: update code-gen
Signed-off-by: Jintao Zhang <[email protected]>
---
pkg/kube/apisix/client/informers/externalversions/factory.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/kube/apisix/client/informers/externalversions/factory.go
b/pkg/kube/apisix/client/informers/externalversions/factory.go
index bb0c2ae1..38a6816d 100644
--- a/pkg/kube/apisix/client/informers/externalversions/factory.go
+++ b/pkg/kube/apisix/client/informers/externalversions/factory.go
@@ -165,7 +165,7 @@ func (f *sharedInformerFactory) WaitForCacheSync(stopCh
<-chan struct{}) map[ref
return res
}
-// InternalInformerFor returns the SharedIndexInformer for obj using an
internal
+// InformerFor returns the SharedIndexInformer for obj using an internal
// client.
func (f *sharedInformerFactory) InformerFor(obj runtime.Object, newFunc
internalinterfaces.NewInformerFunc) cache.SharedIndexInformer {
f.lock.Lock()
@@ -238,7 +238,7 @@ type SharedInformerFactory interface {
// ForResource gives generic access to a shared informer of the
matching type.
ForResource(resource schema.GroupVersionResource) (GenericInformer,
error)
- // InternalInformerFor returns the SharedIndexInformer for obj using an
internal
+ // InformerFor returns the SharedIndexInformer for obj using an internal
// client.
InformerFor(obj runtime.Object, newFunc
internalinterfaces.NewInformerFunc) cache.SharedIndexInformer