Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ Informer
Method
Informer
informers/generic.go:63–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
// sharedInformers based on type
62
type
GenericInformer
interface
{
63
Informer() cache.SharedIndexInformer
64
Lister() cache.GenericLister
65
}
66
Callers
5
TestFakeClient
Function · 0.65
TestDynamicSharedInformerFactory
Function · 0.65
Start
Method · 0.65
WaitForCacheSync
Method · 0.65
ForResource
Method · 0.65
Implementers
15
dynamicInformer
dynamic/dynamicinformer/informer.go
genericInformer
informers/generic.go
podSecurityPolicyInformer
informers/policy/v1beta1/podsecuritypo
podDisruptionBudgetInformer
informers/policy/v1beta1/poddisruption
roleBindingInformer
informers/rbac/v1beta1/rolebinding.go
clusterRoleInformer
informers/rbac/v1beta1/clusterrole.go
roleInformer
informers/rbac/v1beta1/role.go
clusterRoleBindingInformer
informers/rbac/v1beta1/clusterrolebind
roleBindingInformer
informers/rbac/v1/rolebinding.go
clusterRoleInformer
informers/rbac/v1/clusterrole.go
roleInformer
informers/rbac/v1/role.go
clusterRoleBindingInformer
informers/rbac/v1/clusterrolebinding.g
Calls
no outgoing calls
Tested by
2
TestFakeClient
Function · 0.52
TestDynamicSharedInformerFactory
Function · 0.52