We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b4f66 commit edc85d4Copy full SHA for edc85d4
pkg/orchestrator/fake/client.go
@@ -348,3 +348,7 @@ func (o *OrcFakeClient) EndMaintenance(key InstanceKey) error {
348
func (o *OrcFakeClient) Maintenance() ([]Maintenance, error) {
349
return nil, nil
350
}
351
+
352
+func (o *OrcFakeClient) ResetReplication(key InstanceKey) error {
353
+ return nil
354
+}
0 commit comments