add storage backend to GetMasterConfigurationResponse

This commit is contained in:
Chris Lu
2020-09-16 01:12:22 -07:00
parent 8a0710cb73
commit c9202c4b3d
4 changed files with 526 additions and 509 deletions

View File

@@ -273,6 +273,7 @@ message GetMasterConfigurationRequest {
message GetMasterConfigurationResponse {
string metrics_address = 1;
uint32 metrics_interval_seconds = 2;
repeated StorageBackend storage_backends = 3;
}
message ListMasterClientsRequest {