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

Struct roleInformer

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

Source from the content-addressed store, hash-verified

39}
40
41type roleInformer struct {
42 factory internalinterfaces.SharedInformerFactory
43 tweakListOptions internalinterfaces.TweakListOptionsFunc
44 namespace string
45}
46
47// NewRoleInformer constructs a new informer for Role 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