aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authorermolovd <ermolovd@yandex-team.com>2023-11-08 11:58:10 +0300
committerermolovd <ermolovd@yandex-team.com>2023-11-08 12:21:47 +0300
commit4a3ea84f327cfcd62f071265325ec3070baae7c1 (patch)
tree84603373e1eb50ac29c4a897d712779ab0deb732 /yt
parentc6e60e33a01acf90da2d4783090660fc2b58764b (diff)
downloadydb-4a3ea84f327cfcd62f071265325ec3070baae7c1.tar.gz
Add possibility to create groups in C++ client
Diffstat (limited to 'yt')
-rw-r--r--yt/cpp/mapreduce/interface/client_method_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/client_method_options.h b/yt/cpp/mapreduce/interface/client_method_options.h
index 71b7332eca..d445784e16 100644
--- a/yt/cpp/mapreduce/interface/client_method_options.h
+++ b/yt/cpp/mapreduce/interface/client_method_options.h
@@ -35,6 +35,7 @@ enum ENodeType : int
NT_USER /* "user" */,
NT_SCHEDULER_POOL /* "scheduler_pool" */,
NT_LINK /* "link" */,
+ NT_GROUP /* "group" */,
};
///