31eb4b937f66207ff89183067168adab35d541e8
[icn/sdwan.git] /
1 // SPDX-License-Identifier: Apache-2.0\r
2 // Copyright (c) 2020 Intel Corporation\r
3 // Code generated by client-gen. DO NOT EDIT.\r
4 \r
5 package fake\r
6 \r
7 import (\r
8         v1alpha1 "github.com/open-ness/EMCO/src/monitor/pkg/generated/clientset/versioned/typed/k8splugin/v1alpha1"\r
9 \r
10         rest "k8s.io/client-go/rest"\r
11         testing "k8s.io/client-go/testing"\r
12 )\r
13 \r
14 type FakeK8spluginV1alpha1 struct {\r
15         *testing.Fake\r
16 }\r
17 \r
18 func (c *FakeK8spluginV1alpha1) ResourceBundleStates(namespace string) v1alpha1.ResourceBundleStateInterface {\r
19         return &FakeResourceBundleStates{c, namespace}\r
20 }\r
21 \r
22 // RESTClient returns a RESTClient that is used to communicate\r
23 // with API server by this client implementation.\r
24 func (c *FakeK8spluginV1alpha1) RESTClient() rest.Interface {\r
25         var ret *rest.RESTClient\r
26         return ret\r
27 }\r