No more value in resource
This commit is contained in:
parent
5f735b6e9d
commit
be976bd8ed
@ -13,7 +13,7 @@ type Container struct {
|
|||||||
Image string `json:"image,omitempty" bson:"image,omitempty"` // Image is the container image
|
Image string `json:"image,omitempty" bson:"image,omitempty"` // Image is the container image
|
||||||
Command string `json:"command,omitempty" bson:"command,omitempty"` // Command is the container command
|
Command string `json:"command,omitempty" bson:"command,omitempty"` // Command is the container command
|
||||||
Args string `json:"args,omitempty" bson:"args,omitempty"` // Args is the container arguments
|
Args string `json:"args,omitempty" bson:"args,omitempty"` // Args is the container arguments
|
||||||
Env string `json:"env,omitempty" bson:"env,omitempty"` // Env is the container environment variables
|
Env map[string]string `json:"env,omitempty" bson:"env,omitempty"` // Env is the container environment variables
|
||||||
}
|
}
|
||||||
|
|
||||||
type Execute struct {
|
type Execute struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user