Skip to content

Commit

Permalink
Add systemControls to aws.ecs actor (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaikaN57 authored and diranged committed Mar 21, 2019
1 parent 86f8876 commit 0323df6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kingpin/actors/aws/ecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@ class ServiceNotFound(exceptions.RecoverableActorFailure):
}
}
},
'systemControls': {
'type': 'array',
'items': {
'type': 'object',
'properties': {
'namespace': {'type': 'string'},
'value': {'type': 'string'}
}
}
},
'volumesFrom': {
'type': 'array',
'items': {
Expand Down

0 comments on commit 0323df6

Please sign in to comment.