Documentation
¶
Index ¶
- func NewAcceleratorFunctionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAcceleratorFunctionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredFpgaRegionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFpgaRegionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AcceleratorFunctionInformer
- type FpgaRegionInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAcceleratorFunctionInformer ¶
func NewAcceleratorFunctionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAcceleratorFunctionInformer constructs a new informer for AcceleratorFunction type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredAcceleratorFunctionInformer ¶
func NewFilteredAcceleratorFunctionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAcceleratorFunctionInformer constructs a new informer for AcceleratorFunction type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredFpgaRegionInformer ¶
func NewFilteredFpgaRegionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredFpgaRegionInformer constructs a new informer for FpgaRegion type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFpgaRegionInformer ¶
func NewFpgaRegionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewFpgaRegionInformer constructs a new informer for FpgaRegion type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type AcceleratorFunctionInformer ¶
type AcceleratorFunctionInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.AcceleratorFunctionLister
}
AcceleratorFunctionInformer provides access to a shared informer and lister for AcceleratorFunctions.
type FpgaRegionInformer ¶
type FpgaRegionInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.FpgaRegionLister
}
FpgaRegionInformer provides access to a shared informer and lister for FpgaRegions.
type Interface ¶
type Interface interface {
// AcceleratorFunctions returns a AcceleratorFunctionInformer.
AcceleratorFunctions() AcceleratorFunctionInformer
// FpgaRegions returns a FpgaRegionInformer.
FpgaRegions() FpgaRegionInformer
}
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.