@daocloud-proto/zestu 0.6.0-dev-1d33d571 → 0.6.0-dev-5b101de9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/zestu",
3
- "version":"v0.6.0-dev-1d33d571",
3
+ "version":"v0.6.0-dev-5b101de9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -137,6 +137,12 @@ export type Image = {
137
137
  name?: string
138
138
  username?: string
139
139
  password?: string
140
+ command?: Command
141
+ }
142
+
143
+ export type Command = {
144
+ commands?: string[]
145
+ args?: string[]
140
146
  }
141
147
 
142
148
  export type PackageSource = {
@@ -166,6 +172,7 @@ export type InstanceSpec = {
166
172
  export type VolumeSpec = {
167
173
  sourcePath?: string
168
174
  mountPath?: string
175
+ size?: number
169
176
  }
170
177
 
171
178
  export type ServiceEnable = {