@@ -728,17 +728,17 @@ type UserNode implements Node {
728
728
sudo_session_enabled : Boolean
729
729
730
730
"""
731
- Added in 25.01 .0. The user ID (UID) assigned to processes running inside the container.
731
+ Added in 25.1 .0. The user ID (UID) assigned to processes running inside the container.
732
732
"""
733
733
container_uid : Int
734
734
735
735
"""
736
- Added in 25.01 .0. The primary group ID (GID) assigned to processes running inside the container.
736
+ Added in 25.1 .0. The primary group ID (GID) assigned to processes running inside the container.
737
737
"""
738
738
container_main_gid : Int
739
739
740
740
"""
741
- Added in 25.01 .0. Supplementary group IDs assigned to processes running inside the container.
741
+ Added in 25.1 .0. Supplementary group IDs assigned to processes running inside the container.
742
742
"""
743
743
container_supplementary_gids : [Int ]
744
744
}
@@ -846,17 +846,17 @@ type User implements Item {
846
846
main_access_key : String
847
847
848
848
"""
849
- Added in 25.01 .0. The user ID (UID) assigned to processes running inside the container.
849
+ Added in 25.1 .0. The user ID (UID) assigned to processes running inside the container.
850
850
"""
851
851
container_uid : Int
852
852
853
853
"""
854
- Added in 25.01 .0. The primary group ID (GID) assigned to processes running inside the container.
854
+ Added in 25.1 .0. The primary group ID (GID) assigned to processes running inside the container.
855
855
"""
856
856
container_main_gid : Int
857
857
858
858
"""
859
- Added in 25.01 .0. Supplementary group IDs assigned to processes running inside the container.
859
+ Added in 25.1 .0. Supplementary group IDs assigned to processes running inside the container.
860
860
"""
861
861
container_supplementary_gids : [Int ]
862
862
groups : [UserGroup ]
@@ -2079,17 +2079,17 @@ input UserInput {
2079
2079
sudo_session_enabled : Boolean = false
2080
2080
2081
2081
"""
2082
- Added in 25.01 .0. The user ID (UID) assigned to processes running inside the container.
2082
+ Added in 25.1 .0. The user ID (UID) assigned to processes running inside the container.
2083
2083
"""
2084
2084
container_uid : Int
2085
2085
2086
2086
"""
2087
- Added in 25.01 .0. The primary group ID (GID) assigned to processes running inside the container.
2087
+ Added in 25.1 .0. The primary group ID (GID) assigned to processes running inside the container.
2088
2088
"""
2089
2089
container_main_gid : Int
2090
2090
2091
2091
"""
2092
- Added in 25.01 .0. Supplementary group IDs assigned to processes running inside the container.
2092
+ Added in 25.1 .0. Supplementary group IDs assigned to processes running inside the container.
2093
2093
"""
2094
2094
container_supplementary_gids : [Int ]
2095
2095
}
@@ -2118,17 +2118,17 @@ input ModifyUserInput {
2118
2118
main_access_key : String
2119
2119
2120
2120
"""
2121
- Added in 25.01 .0. The user ID (UID) assigned to processes running inside the container.
2121
+ Added in 25.1 .0. The user ID (UID) assigned to processes running inside the container.
2122
2122
"""
2123
2123
container_uid : Int
2124
2124
2125
2125
"""
2126
- Added in 25.01 .0. The primary group ID (GID) assigned to processes running inside the container.
2126
+ Added in 25.1 .0. The primary group ID (GID) assigned to processes running inside the container.
2127
2127
"""
2128
2128
container_main_gid : Int
2129
2129
2130
2130
"""
2131
- Added in 25.01 .0. Supplementary group IDs assigned to processes running inside the container.
2131
+ Added in 25.1 .0. Supplementary group IDs assigned to processes running inside the container.
2132
2132
"""
2133
2133
container_supplementary_gids : [Int ]
2134
2134
}
0 commit comments