mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
Fix: add status code for cue struct (#4580)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
This commit is contained in:
@@ -8,12 +8,15 @@
|
||||
body: string
|
||||
header: [string]: string
|
||||
trailer: [string]: string
|
||||
...
|
||||
}
|
||||
tls_config?: secret: string
|
||||
response: {
|
||||
body: string
|
||||
header?: [string]: [...string]
|
||||
trailer?: [string]: [...string]
|
||||
statusCode: number
|
||||
...
|
||||
}
|
||||
...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user