Skip to content

Commit

Permalink
Merge pull request alibaba#1081 from alibaba/support-InstanceID
Browse files Browse the repository at this point in the history
feat(support-instanceid): customContainerConfig support InstanceID
  • Loading branch information
rsonghuster authored Feb 4, 2021
2 parents 118a24f + eb86024 commit af89e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/validate/schema/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ const functionSchema = {
'Command': {
'type': 'string'
},
'InstanceID': {
'type': 'string'
},
'Image': {
'type': 'string'
},
Expand Down

0 comments on commit af89e42

Please sign in to comment.