Interface provides access to each of this group's versions.
type Interface interface { // V1 provides access to shared informers for resources in V1. V1() v1.Interface }
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.