Documentation ¶
Overview ¶
Package mock_condition is a generated GoMock package.
Index ¶
- type MockConditions
- func (m *MockConditions) EXPECT() *MockConditionsMockRecorder
- func (m *MockConditions) GetPodDataStoreSyncStatus() bool
- func (m *MockConditions) IsOldVPCControllerDeploymentPresent() bool
- func (m *MockConditions) IsWindowsIPAMEnabled() bool
- func (m *MockConditions) IsWindowsPrefixDelegationEnabled() bool
- func (m *MockConditions) SetPodDataStoreSyncStatus(arg0 bool)
- type MockConditionsMockRecorder
- func (mr *MockConditionsMockRecorder) GetPodDataStoreSyncStatus() *gomock.Call
- func (mr *MockConditionsMockRecorder) IsOldVPCControllerDeploymentPresent() *gomock.Call
- func (mr *MockConditionsMockRecorder) IsWindowsIPAMEnabled() *gomock.Call
- func (mr *MockConditionsMockRecorder) IsWindowsPrefixDelegationEnabled() *gomock.Call
- func (mr *MockConditionsMockRecorder) SetPodDataStoreSyncStatus(arg0 interface{}) *gomock.Call
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) GetPodDataStoreSyncStatus ¶ added in v1.1.5
func (m *MockConditions) GetPodDataStoreSyncStatus() bool
GetPodDataStoreSyncStatus mocks base method.
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) IsWindowsPrefixDelegationEnabled ¶ added in v1.1.8
func (m *MockConditions) IsWindowsPrefixDelegationEnabled() bool
IsWindowsPrefixDelegationEnabled mocks base method.
func (*MockConditions) SetPodDataStoreSyncStatus ¶ added in v1.1.5
func (m *MockConditions) SetPodDataStoreSyncStatus(arg0 bool)
SetPodDataStoreSyncStatus mocks base method.
type MockConditionsMockRecorder ¶
type MockConditionsMockRecorder struct {
// contains filtered or unexported fields
}
MockConditionsMockRecorder is the mock recorder for MockConditions.
func (*MockConditionsMockRecorder) GetPodDataStoreSyncStatus ¶ added in v1.1.5
func (mr *MockConditionsMockRecorder) GetPodDataStoreSyncStatus() *gomock.Call
GetPodDataStoreSyncStatus indicates an expected call of GetPodDataStoreSyncStatus.
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) IsWindowsPrefixDelegationEnabled ¶ added in v1.1.8
func (mr *MockConditionsMockRecorder) IsWindowsPrefixDelegationEnabled() *gomock.Call
IsWindowsPrefixDelegationEnabled indicates an expected call of IsWindowsPrefixDelegationEnabled.
func (*MockConditionsMockRecorder) SetPodDataStoreSyncStatus ¶ added in v1.1.5
func (mr *MockConditionsMockRecorder) SetPodDataStoreSyncStatus(arg0 interface{}) *gomock.Call
SetPodDataStoreSyncStatus indicates an expected call of SetPodDataStoreSyncStatus.