Skip to content

Commit

Permalink
serial: add kubernetes_uid field
Browse files Browse the repository at this point in the history
  • Loading branch information
alintulu committed Mar 27, 2020
1 parent b7cc261 commit f245029
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reana_commons/serial.py
Expand Up @@ -54,6 +54,11 @@
"type": "boolean",
"default": "false",
},
"kubernetes_uid": {
"$id": "#/properties/steps/properties/kubernetes_uid",
"type": "integer",
"default": "None",
},
"commands": {
"$id": "#/properties/steps/properties/commands",
"type": "array",
Expand Down

0 comments on commit f245029

Please sign in to comment.