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