# Functions
NewFileInformer returns a new FileInformer.
NewFileInformerFactory creates a new Factory.
NewFileSharedIndexInformer creates a new informer watching the file Note that currently all event handlers share the default resync period.
# Variables
FileGroupVersion is a sythetic GroupVersion that the informers use.
# Structs
Factory implements dynamicinformer.DynamicSharedInformerFactory, but for starting and managing FileInformers.
FileInformer is an informer that watches files instead of the kube api.
No description provided by the author