Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) AlertingRules() (map[string]string, error)
- func (m *MockInterface) Deploy(arg0 context.Context) error
- func (m *MockInterface) Destroy(arg0 context.Context) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Get(arg0 context.Context) (*v1alpha1.Etcd, error)
- func (m *MockInterface) GetReplicas() *int32
- func (m *MockInterface) GetValues() etcd.Values
- func (m *MockInterface) RolloutPeerCA(arg0 context.Context) error
- func (m *MockInterface) Scale(arg0 context.Context, arg1 int32) error
- func (m *MockInterface) ScrapeConfigs() ([]string, error)
- func (m *MockInterface) SetBackupConfig(arg0 *etcd.BackupConfig)
- func (m *MockInterface) SetHVPAConfig(arg0 *etcd.HVPAConfig)
- func (m *MockInterface) SetReplicas(arg0 *int32)
- func (m *MockInterface) Snapshot(arg0 context.Context, arg1 rest.HTTPClient) error
- func (m *MockInterface) Wait(arg0 context.Context) error
- func (m *MockInterface) WaitCleanup(arg0 context.Context) error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) AlertingRules() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Deploy(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Destroy(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetReplicas() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetValues() *gomock.Call
- func (mr *MockInterfaceMockRecorder) RolloutPeerCA(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Scale(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ScrapeConfigs() *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetBackupConfig(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetHVPAConfig(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetReplicas(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Snapshot(arg0, arg1 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) AlertingRules ¶ added in v1.24.0
func (m *MockInterface) AlertingRules() (map[string]string, error)
AlertingRules mocks base method.
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) GetReplicas ¶ added in v1.69.0
func (m *MockInterface) GetReplicas() *int32
GetReplicas mocks base method.
func (*MockInterface) GetValues ¶ added in v1.66.0
func (m *MockInterface) GetValues() etcd.Values
GetValues mocks base method.
func (*MockInterface) RolloutPeerCA ¶ added in v1.50.0
func (m *MockInterface) RolloutPeerCA(arg0 context.Context) error
RolloutPeerCA mocks base method.
func (*MockInterface) Scale ¶ added in v1.37.5
func (m *MockInterface) Scale(arg0 context.Context, arg1 int32) error
Scale mocks base method.
func (*MockInterface) ScrapeConfigs ¶ added in v1.24.0
func (m *MockInterface) ScrapeConfigs() ([]string, error)
ScrapeConfigs mocks base method.
func (*MockInterface) SetBackupConfig ¶ added in v1.24.0
func (m *MockInterface) SetBackupConfig(arg0 *etcd.BackupConfig)
SetBackupConfig mocks base method.
func (*MockInterface) SetHVPAConfig ¶ added in v1.24.0
func (m *MockInterface) SetHVPAConfig(arg0 *etcd.HVPAConfig)
SetHVPAConfig mocks base method.
func (*MockInterface) SetReplicas ¶ added in v1.69.0
func (m *MockInterface) SetReplicas(arg0 *int32)
SetReplicas mocks base method.
func (*MockInterface) Snapshot ¶ added in v1.24.0
func (m *MockInterface) Snapshot(arg0 context.Context, arg1 rest.HTTPClient) error
Snapshot 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) AlertingRules ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) AlertingRules() *gomock.Call
AlertingRules indicates an expected call of AlertingRules.
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) Get ¶ added in v1.37.0
func (mr *MockInterfaceMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockInterfaceMockRecorder) GetReplicas ¶ added in v1.69.0
func (mr *MockInterfaceMockRecorder) GetReplicas() *gomock.Call
GetReplicas indicates an expected call of GetReplicas.
func (*MockInterfaceMockRecorder) GetValues ¶ added in v1.66.0
func (mr *MockInterfaceMockRecorder) GetValues() *gomock.Call
GetValues indicates an expected call of GetValues.
func (*MockInterfaceMockRecorder) RolloutPeerCA ¶ added in v1.50.0
func (mr *MockInterfaceMockRecorder) RolloutPeerCA(arg0 interface{}) *gomock.Call
RolloutPeerCA indicates an expected call of RolloutPeerCA.
func (*MockInterfaceMockRecorder) Scale ¶ added in v1.37.5
func (mr *MockInterfaceMockRecorder) Scale(arg0, arg1 interface{}) *gomock.Call
Scale indicates an expected call of Scale.
func (*MockInterfaceMockRecorder) ScrapeConfigs ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) ScrapeConfigs() *gomock.Call
ScrapeConfigs indicates an expected call of ScrapeConfigs.
func (*MockInterfaceMockRecorder) SetBackupConfig ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) SetBackupConfig(arg0 interface{}) *gomock.Call
SetBackupConfig indicates an expected call of SetBackupConfig.
func (*MockInterfaceMockRecorder) SetHVPAConfig ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) SetHVPAConfig(arg0 interface{}) *gomock.Call
SetHVPAConfig indicates an expected call of SetHVPAConfig.
func (*MockInterfaceMockRecorder) SetReplicas ¶ added in v1.69.0
func (mr *MockInterfaceMockRecorder) SetReplicas(arg0 interface{}) *gomock.Call
SetReplicas indicates an expected call of SetReplicas.
func (*MockInterfaceMockRecorder) Snapshot ¶ added in v1.24.0
func (mr *MockInterfaceMockRecorder) Snapshot(arg0, arg1 interface{}) *gomock.Call
Snapshot indicates an expected call of Snapshot.
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.