Documentation ¶
Overview ¶
Package mock_clientcmd is a generated GoMock package.
Index ¶
- type MockClientConfig
- func (m *MockClientConfig) ClientConfig() (*rest.Config, error)
- func (m *MockClientConfig) ConfigAccess() clientcmd.ConfigAccess
- func (m *MockClientConfig) EXPECT() *MockClientConfigMockRecorder
- func (m *MockClientConfig) Namespace() (string, bool, error)
- func (m *MockClientConfig) RawConfig() (api.Config, error)
- type MockClientConfigMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientConfig ¶
type MockClientConfig struct {
// contains filtered or unexported fields
}
MockClientConfig is a mock of ClientConfig interface
func NewMockClientConfig ¶
func NewMockClientConfig(ctrl *gomock.Controller) *MockClientConfig
NewMockClientConfig creates a new mock instance
func (*MockClientConfig) ClientConfig ¶
func (m *MockClientConfig) ClientConfig() (*rest.Config, error)
ClientConfig mocks base method
func (*MockClientConfig) ConfigAccess ¶
func (m *MockClientConfig) ConfigAccess() clientcmd.ConfigAccess
ConfigAccess mocks base method
func (*MockClientConfig) EXPECT ¶
func (m *MockClientConfig) EXPECT() *MockClientConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockClientConfigMockRecorder ¶
type MockClientConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockClientConfigMockRecorder is the mock recorder for MockClientConfig
func (*MockClientConfigMockRecorder) ClientConfig ¶
func (mr *MockClientConfigMockRecorder) ClientConfig() *gomock.Call
ClientConfig indicates an expected call of ClientConfig
func (*MockClientConfigMockRecorder) ConfigAccess ¶
func (mr *MockClientConfigMockRecorder) ConfigAccess() *gomock.Call
ConfigAccess indicates an expected call of ConfigAccess
func (*MockClientConfigMockRecorder) Namespace ¶
func (mr *MockClientConfigMockRecorder) Namespace() *gomock.Call
Namespace indicates an expected call of Namespace
func (*MockClientConfigMockRecorder) RawConfig ¶
func (mr *MockClientConfigMockRecorder) RawConfig() *gomock.Call
RawConfig indicates an expected call of RawConfig
Click to show internal directories.
Click to hide internal directories.