5261774cdaee3a5263369b076d7b8ecbe0254f2e
[icn/sdwan.git] /
1 // SPDX-License-Identifier: Apache-2.0
2 // Copyright (c) 2020 Intel Corporation
3 // Code generated by informer-gen. DO NOT EDIT.
4
5 package v1alpha1
6
7 import (
8         internalinterfaces "github.com/open-ness/EMCO/src/monitor/pkg/generated/informers/externalversions/internalinterfaces"
9 )
10
11 // Interface provides access to all the informers in this group version.
12 type Interface interface {
13         // ResourceBundleStates returns a ResourceBundleStateInformer.
14         ResourceBundleStates() ResourceBundleStateInformer
15 }
16
17 type version struct {
18         factory          internalinterfaces.SharedInformerFactory
19         namespace        string
20         tweakListOptions internalinterfaces.TweakListOptionsFunc
21 }
22
23 // New returns a new Interface.
24 func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface {
25         return &version{factory: f, namespace: namespace, tweakListOptions: tweakListOptions}
26 }
27
28 // ResourceBundleStates returns a ResourceBundleStateInformer.
29 func (v *version) ResourceBundleStates() ResourceBundleStateInformer {
30         return &resourceBundleStateInformer{factory: v.factory, namespace: v.namespace, tweakListOptions: v.tweakListOptions}
31 }