1 // SPDX-License-Identifier: Apache-2.0
2 // Copyright (c) 2020 Intel Corporation
3 // Code generated by client-gen. DO NOT EDIT.
8 v1alpha1 "github.com/open-ness/EMCO/src/monitor/pkg/generated/clientset/versioned/typed/k8splugin/v1alpha1"
10 rest "k8s.io/client-go/rest"
11 testing "k8s.io/client-go/testing"
14 type FakeK8spluginV1alpha1 struct {
18 func (c *FakeK8spluginV1alpha1) ResourceBundleStates(namespace string) v1alpha1.ResourceBundleStateInterface {
19 return &FakeResourceBundleStates{c, namespace}
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