This commit is contained in:
parent
15c4feddbf
commit
a6c0e5dfbf
|
@ -359,6 +359,7 @@ type Scheduler {
|
||||||
Type string `json:"type,optional" copier:"Type"`
|
Type string `json:"type,optional" copier:"Type"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
type ServiceConfig {
|
type ServiceConfig {
|
||||||
CustomSpec CustomSpec `json:"customSpec,optional" copier:"CustomSpec"`
|
CustomSpec CustomSpec `json:"customSpec,optional" copier:"CustomSpec"`
|
||||||
Envs map[string]string `json:"envs,optional" copier:"Envs"`
|
Envs map[string]string `json:"envs,optional" copier:"Envs"`
|
||||||
|
|
|
@ -1385,6 +1385,7 @@ message ServiceConfig{
|
||||||
string dest_path = 12; // @gotags: copier:"DestPath"
|
string dest_path = 12; // @gotags: copier:"DestPath"
|
||||||
int32 instance_count = 13; // @gotags: copier:"InstanceCount"
|
int32 instance_count = 13; // @gotags: copier:"InstanceCount"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message CustomSpec{
|
message CustomSpec{
|
||||||
|
|
Loading…
Reference in New Issue