Documentation ¶
Overview ¶
Package mock_condition is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockConditions ¶
type MockConditions struct {
// contains filtered or unexported fields
}
MockConditions is a mock of Conditions interface.
func NewMockConditions ¶
func NewMockConditions(ctrl *gomock.Controller) *MockConditions
NewMockConditions creates a new mock instance.
func (*MockConditions) EXPECT ¶
func (m *MockConditions) EXPECT() *MockConditionsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConditions) IsOldVPCControllerDeploymentPresent ¶
func (m *MockConditions) IsOldVPCControllerDeploymentPresent() bool
IsOldVPCControllerDeploymentPresent mocks base method.
func (*MockConditions) IsWindowsIPAMEnabled ¶
func (m *MockConditions) IsWindowsIPAMEnabled() bool
IsWindowsIPAMEnabled mocks base method.
func (*MockConditions) WaitTillPodDataStoreSynced ¶
func (m *MockConditions) WaitTillPodDataStoreSynced()
WaitTillPodDataStoreSynced mocks base method.
type MockConditionsMockRecorder ¶
type MockConditionsMockRecorder struct {
// contains filtered or unexported fields
}
MockConditionsMockRecorder is the mock recorder for MockConditions.
func (*MockConditionsMockRecorder) IsOldVPCControllerDeploymentPresent ¶
func (mr *MockConditionsMockRecorder) IsOldVPCControllerDeploymentPresent() *gomock.Call
IsOldVPCControllerDeploymentPresent indicates an expected call of IsOldVPCControllerDeploymentPresent.
func (*MockConditionsMockRecorder) IsWindowsIPAMEnabled ¶
func (mr *MockConditionsMockRecorder) IsWindowsIPAMEnabled() *gomock.Call
IsWindowsIPAMEnabled indicates an expected call of IsWindowsIPAMEnabled.
func (*MockConditionsMockRecorder) WaitTillPodDataStoreSynced ¶
func (mr *MockConditionsMockRecorder) WaitTillPodDataStoreSynced() *gomock.Call
WaitTillPodDataStoreSynced indicates an expected call of WaitTillPodDataStoreSynced.