MCPcopy
hub / github.com/kubernetes/client-go / roleBindingInformer

Struct roleBindingInformer

informers/rbac/v1/rolebinding.go:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type roleBindingInformer struct {
42 factory internalinterfaces.SharedInformerFactory
43 tweakListOptions internalinterfaces.TweakListOptionsFunc
44 namespace string
45}
46
47// NewRoleBindingInformer constructs a new informer for RoleBinding type.
48// Always prefer using an informer factory to get a shared informer instead of getting an independent

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected