type Interface … type version … // New returns a new Interface. func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface { … } // ControllerRevisions returns a ControllerRevisionInformer. func (v *version) ControllerRevisions() ControllerRevisionInformer { … } // Deployments returns a DeploymentInformer. func (v *version) Deployments() DeploymentInformer { … } // StatefulSets returns a StatefulSetInformer. func (v *version) StatefulSets() StatefulSetInformer { … }