Documentation ¶
Overview ¶
Package genericclioptions is a generated GoMock package.
Index ¶
- type MockRESTClientGetter
- func (m *MockRESTClientGetter) EXPECT() *MockRESTClientGetterMockRecorder
- func (m *MockRESTClientGetter) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
- func (m *MockRESTClientGetter) ToRESTConfig() (*rest.Config, error)
- func (m *MockRESTClientGetter) ToRESTMapper() (meta.RESTMapper, error)
- func (m *MockRESTClientGetter) ToRawKubeConfigLoader() clientcmd.ClientConfig
- type MockRESTClientGetterMockRecorder
- func (mr *MockRESTClientGetterMockRecorder) ToDiscoveryClient() *gomock.Call
- func (mr *MockRESTClientGetterMockRecorder) ToRESTConfig() *gomock.Call
- func (mr *MockRESTClientGetterMockRecorder) ToRESTMapper() *gomock.Call
- func (mr *MockRESTClientGetterMockRecorder) ToRawKubeConfigLoader() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRESTClientGetter ¶
type MockRESTClientGetter struct {
// contains filtered or unexported fields
}
MockRESTClientGetter is a mock of RESTClientGetter interface.
func NewMockRESTClientGetter ¶
func NewMockRESTClientGetter(ctrl *gomock.Controller) *MockRESTClientGetter
NewMockRESTClientGetter creates a new mock instance.
func (*MockRESTClientGetter) EXPECT ¶
func (m *MockRESTClientGetter) EXPECT() *MockRESTClientGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRESTClientGetter) ToDiscoveryClient ¶
func (m *MockRESTClientGetter) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
ToDiscoveryClient mocks base method.
func (*MockRESTClientGetter) ToRESTConfig ¶
func (m *MockRESTClientGetter) ToRESTConfig() (*rest.Config, error)
ToRESTConfig mocks base method.
func (*MockRESTClientGetter) ToRESTMapper ¶
func (m *MockRESTClientGetter) ToRESTMapper() (meta.RESTMapper, error)
ToRESTMapper mocks base method.
func (*MockRESTClientGetter) ToRawKubeConfigLoader ¶
func (m *MockRESTClientGetter) ToRawKubeConfigLoader() clientcmd.ClientConfig
ToRawKubeConfigLoader mocks base method.
type MockRESTClientGetterMockRecorder ¶
type MockRESTClientGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockRESTClientGetterMockRecorder is the mock recorder for MockRESTClientGetter.
func (*MockRESTClientGetterMockRecorder) ToDiscoveryClient ¶
func (mr *MockRESTClientGetterMockRecorder) ToDiscoveryClient() *gomock.Call
ToDiscoveryClient indicates an expected call of ToDiscoveryClient.
func (*MockRESTClientGetterMockRecorder) ToRESTConfig ¶
func (mr *MockRESTClientGetterMockRecorder) ToRESTConfig() *gomock.Call
ToRESTConfig indicates an expected call of ToRESTConfig.
func (*MockRESTClientGetterMockRecorder) ToRESTMapper ¶
func (mr *MockRESTClientGetterMockRecorder) ToRESTMapper() *gomock.Call
ToRESTMapper indicates an expected call of ToRESTMapper.
func (*MockRESTClientGetterMockRecorder) ToRawKubeConfigLoader ¶
func (mr *MockRESTClientGetterMockRecorder) ToRawKubeConfigLoader() *gomock.Call
ToRawKubeConfigLoader indicates an expected call of ToRawKubeConfigLoader.