Commit f2f7f13 zhouhao
committed
1 parent c91797c commit f2f7f13 Copy full SHA for f2f7f13
File tree 2 files changed +244
-280
lines changed
2 files changed +244
-280
lines changed Original file line number Diff line number Diff line change 86
86
"type" : " object"
87
87
}
88
88
}
89
- },
90
- "UID" : {
91
- "$ref" : " #/definitions/uint32"
92
- },
93
- "GID" : {
94
- "$ref" : " #/definitions/uint32"
95
- },
96
- "ArrayOfGIDs" : {
97
- "type" : " array" ,
98
- "items" : {
99
- "$ref" : " #/definitions/GID"
100
- }
101
- },
102
- "ArrayOfStrings" : {
103
- "type" : " array" ,
104
- "items" : {
105
- "type" : " string"
106
- }
107
- },
108
- "FilePath" : {
109
- "type" : " string"
110
- },
111
- "Env" : {
112
- "$ref" : " #/definitions/ArrayOfStrings"
113
- },
114
- "Hook" : {
115
- "properties" : {
116
- "path" : {
117
- "$ref" : " #/definitions/FilePath"
118
- },
119
- "args" : {
120
- "$ref" : " #/definitions/ArrayOfStrings"
121
- },
122
- "env" : {
123
- "$ref" : " #/definitions/Env"
124
- }
125
- }
126
- },
127
- "ArrayOfHooks" : {
128
- "type" : " array" ,
129
- "items" : {
130
- "$ref" : " #/definitions/Hook"
131
- }
132
- },
133
- "IDMapping" : {
134
- "properties" : {
135
- "hostID" : {
136
- "$ref" : " #/definitions/uint32"
137
- },
138
- "containerID" : {
139
- "$ref" : " #/definitions/uint32"
140
- },
141
- "size" : {
142
- "$ref" : " #/definitions/uint32"
143
- }
144
- }
145
- },
146
- "Mount" : {
147
- "properties" : {
148
- "source" : {
149
- "$ref" : " #/definitions/FilePath"
150
- },
151
- "destination" : {
152
- "$ref" : " #/definitions/FilePath"
153
- },
154
- "options" : {
155
- "$ref" : " #/definitions/ArrayOfStrings"
156
- },
157
- "type" : {
158
- "type" : " string"
159
- }
160
- },
161
- "required" : [
162
- " destination" ,
163
- " source" ,
164
- " type"
165
- ]
166
89
}
167
90
}
168
91
}
You can’t perform that action at this time.
0 commit comments