type Interface … type group … // New returns a new Interface. func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface { … } // V1 returns a new v1.Interface. func (g *group) V1() v1.Interface { … } // V1beta1 returns a new v1beta1.Interface. func (g *group) V1beta1() v1beta1.Interface { … }