basic service reservation support (#41)

This commit is contained in:
Michael Quigley
2022-11-29 16:41:18 -05:00
parent 37be8fc4e0
commit 158cc42c07
10 changed files with 64 additions and 41 deletions

View File

@ -669,21 +669,24 @@ func init() {
"backendProxyEndpoint": {
"type": "string"
},
"envZId": {
"type": "string"
},
"frontendSelection": {
"type": "array",
"items": {
"type": "string"
}
},
"reserve": {
"type": "boolean"
},
"shareMode": {
"type": "string",
"enum": [
"public",
"private"
]
},
"zId": {
"type": "string"
}
}
},
@ -693,7 +696,7 @@ func init() {
"frontendProxyEndpoint": {
"type": "string"
},
"svcName": {
"svcToken": {
"type": "string"
}
}
@ -1403,21 +1406,24 @@ func init() {
"backendProxyEndpoint": {
"type": "string"
},
"envZId": {
"type": "string"
},
"frontendSelection": {
"type": "array",
"items": {
"type": "string"
}
},
"reserve": {
"type": "boolean"
},
"shareMode": {
"type": "string",
"enum": [
"public",
"private"
]
},
"zId": {
"type": "string"
}
}
},
@ -1427,7 +1433,7 @@ func init() {
"frontendProxyEndpoint": {
"type": "string"
},
"svcName": {
"svcToken": {
"type": "string"
}
}