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
8 v1alpha1 "github.com/open-ness/EMCO/src/monitor/pkg/generated/clientset/versioned/typed/k8splugin/v1alpha1"
\r
10 rest "k8s.io/client-go/rest"
\r
11 testing "k8s.io/client-go/testing"
\r
14 type FakeK8spluginV1alpha1 struct {
\r
18 func (c *FakeK8spluginV1alpha1) ResourceBundleStates(namespace string) v1alpha1.ResourceBundleStateInterface {
\r
19 return &FakeResourceBundleStates{c, namespace}
\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