diff options
author | Aleksei Borzenkov <[email protected]> | 2022-06-09 19:48:13 +0300 |
---|---|---|
committer | Aleksei Borzenkov <[email protected]> | 2022-06-09 19:48:13 +0300 |
commit | a4ed292978685178afa68a53ca08075692768e01 (patch) | |
tree | c3596d0ede763b185bba9e8600301359a58e368c | |
parent | c96eeed060886a8efaa5960650acd87f69cddcf8 (diff) |
Register new icb options in cms, KIKIMR-15059
ref:f503e721ee102d67a30d70209074ebc0077e9931
-rw-r--r-- | ydb/core/cms/json_proxy_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/core/cms/json_proxy_proto.h b/ydb/core/cms/json_proxy_proto.h index 9c666170664..3c24e845ae7 100644 --- a/ydb/core/cms/json_proxy_proto.h +++ b/ydb/core/cms/json_proxy_proto.h @@ -75,6 +75,8 @@ protected: return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TTxLimitControls::descriptor(), ctx); else if (name == ".NKikimrConfig.TImmediateControlsConfig.TCoordinatorControls") return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TCoordinatorControls::descriptor(), ctx); + else if (name == ".NKikimrConfig.TImmediateControlsConfig.TSchemeShardControls") + return ReplyWithTypeDescription(*NKikimrConfig::TImmediateControlsConfig::TSchemeShardControls::descriptor(), ctx); } ctx.Send(RequestEvent->Sender, |