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) SetPodNetworks(arg0 []net.IPNet)
- func (m *MockInterface) SetReplicaCount(arg0 int32)
- func (m *MockInterface) SetRuntimeConfig(arg0 map[string]bool)
- func (m *MockInterface) SetServiceNetworks(arg0 []net.IPNet)
- func (m *MockInterface) SetShootClient(arg0 client.Client)
- func (m *MockInterface) Wait(arg0 context.Context) error
- func (m *MockInterface) WaitCleanup(arg0 context.Context) error
- func (m *MockInterface) WaitForControllerToBeActive(arg0 context.Context) error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) Deploy(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Destroy(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetPodNetworks(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetReplicaCount(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetRuntimeConfig(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetServiceNetworks(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetShootClient(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Wait(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) WaitForControllerToBeActive(arg0 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) Deploy ¶
func (m *MockInterface) Deploy(arg0 context.Context) error
Deploy mocks base method.
func (*MockInterface) Destroy ¶
func (m *MockInterface) Destroy(arg0 context.Context) error
Destroy mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) SetPodNetworks ¶ added in v1.99.0
func (m *MockInterface) SetPodNetworks(arg0 []net.IPNet)
SetPodNetworks mocks base method.
func (*MockInterface) SetReplicaCount ¶
func (m *MockInterface) SetReplicaCount(arg0 int32)
SetReplicaCount mocks base method.
func (*MockInterface) SetRuntimeConfig ¶
func (m *MockInterface) SetRuntimeConfig(arg0 map[string]bool)
SetRuntimeConfig mocks base method.
func (*MockInterface) SetServiceNetworks ¶ added in v1.99.0
func (m *MockInterface) SetServiceNetworks(arg0 []net.IPNet)
SetServiceNetworks mocks base method.
func (*MockInterface) SetShootClient ¶
func (m *MockInterface) SetShootClient(arg0 client.Client)
SetShootClient mocks base method.
func (*MockInterface) Wait ¶
func (m *MockInterface) Wait(arg0 context.Context) error
Wait mocks base method.
func (*MockInterface) WaitCleanup ¶
func (m *MockInterface) WaitCleanup(arg0 context.Context) error
WaitCleanup mocks base method.
func (*MockInterface) WaitForControllerToBeActive ¶
func (m *MockInterface) WaitForControllerToBeActive(arg0 context.Context) error
WaitForControllerToBeActive mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Deploy ¶
func (mr *MockInterfaceMockRecorder) Deploy(arg0 any) *gomock.Call
Deploy indicates an expected call of Deploy.
func (*MockInterfaceMockRecorder) Destroy ¶
func (mr *MockInterfaceMockRecorder) Destroy(arg0 any) *gomock.Call
Destroy indicates an expected call of Destroy.
func (*MockInterfaceMockRecorder) SetPodNetworks ¶ added in v1.99.0
func (mr *MockInterfaceMockRecorder) SetPodNetworks(arg0 any) *gomock.Call
SetPodNetworks indicates an expected call of SetPodNetworks.
func (*MockInterfaceMockRecorder) SetReplicaCount ¶
func (mr *MockInterfaceMockRecorder) SetReplicaCount(arg0 any) *gomock.Call
SetReplicaCount indicates an expected call of SetReplicaCount.
func (*MockInterfaceMockRecorder) SetRuntimeConfig ¶
func (mr *MockInterfaceMockRecorder) SetRuntimeConfig(arg0 any) *gomock.Call
SetRuntimeConfig indicates an expected call of SetRuntimeConfig.
func (*MockInterfaceMockRecorder) SetServiceNetworks ¶ added in v1.99.0
func (mr *MockInterfaceMockRecorder) SetServiceNetworks(arg0 any) *gomock.Call
SetServiceNetworks indicates an expected call of SetServiceNetworks.
func (*MockInterfaceMockRecorder) SetShootClient ¶
func (mr *MockInterfaceMockRecorder) SetShootClient(arg0 any) *gomock.Call
SetShootClient indicates an expected call of SetShootClient.
func (*MockInterfaceMockRecorder) Wait ¶
func (mr *MockInterfaceMockRecorder) Wait(arg0 any) *gomock.Call
Wait indicates an expected call of Wait.
func (*MockInterfaceMockRecorder) WaitCleanup ¶
func (mr *MockInterfaceMockRecorder) WaitCleanup(arg0 any) *gomock.Call
WaitCleanup indicates an expected call of WaitCleanup.
func (*MockInterfaceMockRecorder) WaitForControllerToBeActive ¶
func (mr *MockInterfaceMockRecorder) WaitForControllerToBeActive(arg0 any) *gomock.Call
WaitForControllerToBeActive indicates an expected call of WaitForControllerToBeActive.