Skip to content

Commit f433625

Browse files
authored
Add description of TImmediateControlsConfig.TBlobStorageControllerControls to CMS proto (#9738)
1 parent 54b47ab commit f433625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/cms/json_proxy_proto.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ class TJsonProxyProto : public TActorBootstrapped<TJsonProxyProto> {
8484
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTabletControls::descriptor(), ctx);
8585
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TDSProxyControls")
8686
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TDSProxyControls::descriptor(), ctx);
87+
else if (name == ".NKikimrConfig.TImmediateControlsConfig.TBlobStorageControllerControls")
88+
return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TBlobStorageControllerControls::descriptor(), ctx);
8789
}
8890

8991
ctx.Send(RequestEvent->Sender,

0 commit comments

Comments
 (0)