@@ -734,17 +734,17 @@ type UserNode implements Node {
734
734
sudo_session_enabled : Boolean
735
735
736
736
"""
737
- Added in 25.1 .0. The user ID (UID) assigned to processes running inside the container.
737
+ Added in 25.2 .0. The user ID (UID) assigned to processes running inside the container.
738
738
"""
739
739
container_uid : Int
740
740
741
741
"""
742
- Added in 25.1 .0. The primary group ID (GID) assigned to processes running inside the container.
742
+ Added in 25.2 .0. The primary group ID (GID) assigned to processes running inside the container.
743
743
"""
744
744
container_main_gid : Int
745
745
746
746
"""
747
- Added in 25.1 .0. Supplementary group IDs assigned to processes running inside the container.
747
+ Added in 25.2 .0. Supplementary group IDs assigned to processes running inside the container.
748
748
"""
749
749
container_gids : [Int ]
750
750
}
@@ -852,17 +852,17 @@ type User implements Item {
852
852
main_access_key : String
853
853
854
854
"""
855
- Added in 25.1 .0. The user ID (UID) assigned to processes running inside the container.
855
+ Added in 25.2 .0. The user ID (UID) assigned to processes running inside the container.
856
856
"""
857
857
container_uid : Int
858
858
859
859
"""
860
- Added in 25.1 .0. The primary group ID (GID) assigned to processes running inside the container.
860
+ Added in 25.2 .0. The primary group ID (GID) assigned to processes running inside the container.
861
861
"""
862
862
container_main_gid : Int
863
863
864
864
"""
865
- Added in 25.1 .0. Supplementary group IDs assigned to processes running inside the container.
865
+ Added in 25.2 .0. Supplementary group IDs assigned to processes running inside the container.
866
866
"""
867
867
container_gids : [Int ]
868
868
groups : [UserGroup ]
@@ -2163,17 +2163,17 @@ input UserInput {
2163
2163
sudo_session_enabled : Boolean = false
2164
2164
2165
2165
"""
2166
- Added in 25.1 .0. The user ID (UID) assigned to processes running inside the container.
2166
+ Added in 25.2 .0. The user ID (UID) assigned to processes running inside the container.
2167
2167
"""
2168
2168
container_uid : Int
2169
2169
2170
2170
"""
2171
- Added in 25.1 .0. The primary group ID (GID) assigned to processes running inside the container.
2171
+ Added in 25.2 .0. The primary group ID (GID) assigned to processes running inside the container.
2172
2172
"""
2173
2173
container_main_gid : Int
2174
2174
2175
2175
"""
2176
- Added in 25.1 .0. Supplementary group IDs assigned to processes running inside the container.
2176
+ Added in 25.2 .0. Supplementary group IDs assigned to processes running inside the container.
2177
2177
"""
2178
2178
container_gids : [Int ]
2179
2179
}
@@ -2202,17 +2202,17 @@ input ModifyUserInput {
2202
2202
main_access_key : String
2203
2203
2204
2204
"""
2205
- Added in 25.1 .0. The user ID (UID) assigned to processes running inside the container.
2205
+ Added in 25.2 .0. The user ID (UID) assigned to processes running inside the container.
2206
2206
"""
2207
2207
container_uid : Int
2208
2208
2209
2209
"""
2210
- Added in 25.1 .0. The primary group ID (GID) assigned to processes running inside the container.
2210
+ Added in 25.2 .0. The primary group ID (GID) assigned to processes running inside the container.
2211
2211
"""
2212
2212
container_main_gid : Int
2213
2213
2214
2214
"""
2215
- Added in 25.1 .0. Supplementary group IDs assigned to processes running inside the container.
2215
+ Added in 25.2 .0. Supplementary group IDs assigned to processes running inside the container.
2216
2216
"""
2217
2217
container_gids : [Int ]
2218
2218
}
0 commit comments