mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Add SetNumInstancesCommand in Nomulus tool to adjust the number of instances
for a given service and version at runtime. Note that this CL only supports the adjustment for a given service and version. I will add another functionality to let this command be able to detect all non-live versions automatically and apply the adjustment. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221092001
This commit is contained in:
@@ -98,6 +98,7 @@ interface RegistryToolComponent {
|
||||
void inject(PendingEscrowCommand command);
|
||||
void inject(RenewDomainCommand command);
|
||||
void inject(SendEscrowReportToIcannCommand command);
|
||||
void inject(SetNumInstancesCommand command);
|
||||
void inject(SetupOteCommand command);
|
||||
void inject(UnlockDomainCommand command);
|
||||
void inject(UpdateCursorsCommand command);
|
||||
|
||||
Reference in New Issue
Block a user