...

Package resource

import "k8s.io/client-go/informers/resource"
Overview
Index
Subdirectories

Overview ▾

type Interface

Interface provides access to each of this group's versions.

type Interface interface {
    // V1alpha2 provides access to shared informers for resources in V1alpha2.
    V1alpha2() v1alpha2.Interface
}

func New

func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface

New returns a new Interface.

Subdirectories

Name Synopsis
..
v1alpha2