Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNamespaceUtil ¶
type MockNamespaceUtil struct {
// contains filtered or unexported fields
}
MockNamespaceUtil is a mock of NamespaceUtil interface.
func NewMockNamespaceUtil ¶
func NewMockNamespaceUtil(ctrl *gomock.Controller) *MockNamespaceUtil
NewMockNamespaceUtil creates a new mock instance.
func (*MockNamespaceUtil) Create ¶
func (m *MockNamespaceUtil) Create(arg0 string, arg1 map[string]string) error
Create mocks base method.
func (*MockNamespaceUtil) Delete ¶
func (m *MockNamespaceUtil) Delete(arg0 string) error
Delete mocks base method.
func (*MockNamespaceUtil) EXPECT ¶
func (m *MockNamespaceUtil) EXPECT() *MockNamespaceUtilMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNamespaceUtil) Exists ¶
func (m *MockNamespaceUtil) Exists(arg0 string) error
Exists mocks base method.
type MockNamespaceUtilMockRecorder ¶
type MockNamespaceUtilMockRecorder struct {
// contains filtered or unexported fields
}
MockNamespaceUtilMockRecorder is the mock recorder for MockNamespaceUtil.
func (*MockNamespaceUtilMockRecorder) Create ¶
func (mr *MockNamespaceUtilMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockNamespaceUtilMockRecorder) Delete ¶
func (mr *MockNamespaceUtilMockRecorder) Delete(arg0 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockNamespaceUtilMockRecorder) Exists ¶
func (mr *MockNamespaceUtilMockRecorder) Exists(arg0 interface{}) *gomock.Call
Exists indicates an expected call of Exists.
Click to show internal directories.
Click to hide internal directories.