Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockDynamicCertPrivate
- func (m *MockDynamicCertPrivate) AddListener(arg0 dynamiccertificates.Listener)
- func (m *MockDynamicCertPrivate) CurrentCertKeyContent() ([]byte, []byte)
- func (m *MockDynamicCertPrivate) EXPECT() *MockDynamicCertPrivateMockRecorder
- func (m *MockDynamicCertPrivate) Name() string
- func (m *MockDynamicCertPrivate) Run(arg0 context.Context, arg1 int)
- func (m *MockDynamicCertPrivate) RunOnce(arg0 context.Context) error
- func (m *MockDynamicCertPrivate) SetCertKeyContent(arg0, arg1 []byte) error
- func (m *MockDynamicCertPrivate) UnsetCertKeyContent()
- type MockDynamicCertPrivateMockRecorder
- func (mr *MockDynamicCertPrivateMockRecorder) AddListener(arg0 interface{}) *gomock.Call
- func (mr *MockDynamicCertPrivateMockRecorder) CurrentCertKeyContent() *gomock.Call
- func (mr *MockDynamicCertPrivateMockRecorder) Name() *gomock.Call
- func (mr *MockDynamicCertPrivateMockRecorder) Run(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamicCertPrivateMockRecorder) RunOnce(arg0 interface{}) *gomock.Call
- func (mr *MockDynamicCertPrivateMockRecorder) SetCertKeyContent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamicCertPrivateMockRecorder) UnsetCertKeyContent() *gomock.Call
- type MockPodCommandExecutor
- type MockPodCommandExecutorMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDynamicCertPrivate ¶
type MockDynamicCertPrivate struct {
// contains filtered or unexported fields
}
MockDynamicCertPrivate is a mock of Private interface.
func NewMockDynamicCertPrivate ¶
func NewMockDynamicCertPrivate(ctrl *gomock.Controller) *MockDynamicCertPrivate
NewMockDynamicCertPrivate creates a new mock instance.
func (*MockDynamicCertPrivate) AddListener ¶
func (m *MockDynamicCertPrivate) AddListener(arg0 dynamiccertificates.Listener)
AddListener mocks base method.
func (*MockDynamicCertPrivate) CurrentCertKeyContent ¶
func (m *MockDynamicCertPrivate) CurrentCertKeyContent() ([]byte, []byte)
CurrentCertKeyContent mocks base method.
func (*MockDynamicCertPrivate) EXPECT ¶
func (m *MockDynamicCertPrivate) EXPECT() *MockDynamicCertPrivateMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDynamicCertPrivate) Name ¶
func (m *MockDynamicCertPrivate) Name() string
Name mocks base method.
func (*MockDynamicCertPrivate) Run ¶
func (m *MockDynamicCertPrivate) Run(arg0 context.Context, arg1 int)
Run mocks base method.
func (*MockDynamicCertPrivate) RunOnce ¶
func (m *MockDynamicCertPrivate) RunOnce(arg0 context.Context) error
RunOnce mocks base method.
func (*MockDynamicCertPrivate) SetCertKeyContent ¶
func (m *MockDynamicCertPrivate) SetCertKeyContent(arg0, arg1 []byte) error
SetCertKeyContent mocks base method.
func (*MockDynamicCertPrivate) UnsetCertKeyContent ¶
func (m *MockDynamicCertPrivate) UnsetCertKeyContent()
UnsetCertKeyContent mocks base method.
type MockDynamicCertPrivateMockRecorder ¶
type MockDynamicCertPrivateMockRecorder struct {
// contains filtered or unexported fields
}
MockDynamicCertPrivateMockRecorder is the mock recorder for MockDynamicCertPrivate.
func (*MockDynamicCertPrivateMockRecorder) AddListener ¶
func (mr *MockDynamicCertPrivateMockRecorder) AddListener(arg0 interface{}) *gomock.Call
AddListener indicates an expected call of AddListener.
func (*MockDynamicCertPrivateMockRecorder) CurrentCertKeyContent ¶
func (mr *MockDynamicCertPrivateMockRecorder) CurrentCertKeyContent() *gomock.Call
CurrentCertKeyContent indicates an expected call of CurrentCertKeyContent.
func (*MockDynamicCertPrivateMockRecorder) Name ¶
func (mr *MockDynamicCertPrivateMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockDynamicCertPrivateMockRecorder) Run ¶
func (mr *MockDynamicCertPrivateMockRecorder) Run(arg0, arg1 interface{}) *gomock.Call
Run indicates an expected call of Run.
func (*MockDynamicCertPrivateMockRecorder) RunOnce ¶
func (mr *MockDynamicCertPrivateMockRecorder) RunOnce(arg0 interface{}) *gomock.Call
RunOnce indicates an expected call of RunOnce.
func (*MockDynamicCertPrivateMockRecorder) SetCertKeyContent ¶
func (mr *MockDynamicCertPrivateMockRecorder) SetCertKeyContent(arg0, arg1 interface{}) *gomock.Call
SetCertKeyContent indicates an expected call of SetCertKeyContent.
func (*MockDynamicCertPrivateMockRecorder) UnsetCertKeyContent ¶
func (mr *MockDynamicCertPrivateMockRecorder) UnsetCertKeyContent() *gomock.Call
UnsetCertKeyContent indicates an expected call of UnsetCertKeyContent.
type MockPodCommandExecutor ¶
type MockPodCommandExecutor struct {
// contains filtered or unexported fields
}
MockPodCommandExecutor is a mock of PodCommandExecutor interface.
func NewMockPodCommandExecutor ¶
func NewMockPodCommandExecutor(ctrl *gomock.Controller) *MockPodCommandExecutor
NewMockPodCommandExecutor creates a new mock instance.
func (*MockPodCommandExecutor) EXPECT ¶
func (m *MockPodCommandExecutor) EXPECT() *MockPodCommandExecutorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPodCommandExecutorMockRecorder ¶
type MockPodCommandExecutorMockRecorder struct {
// contains filtered or unexported fields
}
MockPodCommandExecutorMockRecorder is the mock recorder for MockPodCommandExecutor.
func (*MockPodCommandExecutorMockRecorder) Exec ¶
func (mr *MockPodCommandExecutorMockRecorder) Exec(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Exec indicates an expected call of Exec.