Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) Deploy(arg0 context.Context) error
- func (m *MockInterface) Destroy(arg0 context.Context) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) SetExposureClassHandlerName(arg0 string)
- func (m *MockInterface) SetSNIConfig(arg0 *config.SNI)
- func (m *MockInterface) SetSecrets(arg0 vpnseedserver.Secrets)
- func (m *MockInterface) SetSeedNamespaceObjectUID(arg0 types.UID)
- func (m *MockInterface) Wait(arg0 context.Context) error
- func (m *MockInterface) WaitCleanup(arg0 context.Context) error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) Deploy(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Destroy(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetExposureClassHandlerName(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetSNIConfig(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetSecrets(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetSeedNamespaceObjectUID(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Wait(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶ added in v1.24.0
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶ added in v1.24.0
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) Deploy ¶ added in v1.24.0
func (m *MockInterface) Deploy(arg0 context.Context) error
Deploy mocks base method.
func (*MockInterface) Destroy ¶ added in v1.24.0
func (m *MockInterface) Destroy(arg0 context.Context) error
Destroy mocks base method.
func (*MockInterface) EXPECT ¶ added in v1.24.0
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) SetExposureClassHandlerName ¶ added in v1.27.0
func (m *MockInterface) SetExposureClassHandlerName(arg0 string)
SetExposureClassHandlerName mocks base method.
func (*MockInterface) SetSNIConfig ¶ added in v1.27.0
func (m *MockInterface) SetSNIConfig(arg0 *config.SNI)
SetSNIConfig mocks base method.
func (*MockInterface) SetSecrets ¶ added in v1.24.0
func (m *MockInterface) SetSecrets(arg0 vpnseedserver.Secrets)
SetSecrets mocks base method.
func (*MockInterface) SetSeedNamespaceObjectUID ¶ added in v1.25.1
func (m *MockInterface) SetSeedNamespaceObjectUID(arg0 types.UID)
SetSeedNamespaceObjectUID mocks base method.
func (*MockInterface) Wait ¶ added in v1.24.0
func (m *MockInterface) Wait(arg0 context.Context) error
Wait mocks base method.
func (*MockInterface) WaitCleanup ¶ added in v1.24.0
func (m *MockInterface) WaitCleanup(arg0 context.Context) error
WaitCleanup mocks base method.
type MockInterfaceMockRecorder ¶ added in v1.24.0
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Deploy ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) Deploy(arg0 interface{}) *gomock.Call
Deploy indicates an expected call of Deploy.
func (*MockInterfaceMockRecorder) Destroy ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) Destroy(arg0 interface{}) *gomock.Call
Destroy indicates an expected call of Destroy.
func (*MockInterfaceMockRecorder) SetExposureClassHandlerName ¶ added in v1.27.0
func (mr *MockInterfaceMockRecorder) SetExposureClassHandlerName(arg0 interface{}) *gomock.Call
SetExposureClassHandlerName indicates an expected call of SetExposureClassHandlerName.
func (*MockInterfaceMockRecorder) SetSNIConfig ¶ added in v1.27.0
func (mr *MockInterfaceMockRecorder) SetSNIConfig(arg0 interface{}) *gomock.Call
SetSNIConfig indicates an expected call of SetSNIConfig.
func (*MockInterfaceMockRecorder) SetSecrets ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) SetSecrets(arg0 interface{}) *gomock.Call
SetSecrets indicates an expected call of SetSecrets.
func (*MockInterfaceMockRecorder) SetSeedNamespaceObjectUID ¶ added in v1.25.1
func (mr *MockInterfaceMockRecorder) SetSeedNamespaceObjectUID(arg0 interface{}) *gomock.Call
SetSeedNamespaceObjectUID indicates an expected call of SetSeedNamespaceObjectUID.
func (*MockInterfaceMockRecorder) Wait ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) Wait(arg0 interface{}) *gomock.Call
Wait indicates an expected call of Wait.
func (*MockInterfaceMockRecorder) WaitCleanup ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 interface{}) *gomock.Call
WaitCleanup indicates an expected call of WaitCleanup.