|
3566 | 3566 | },
|
3567 | 3567 | {
|
3568 | 3568 | "kind": "Reference",
|
3569 |
| - "text": "Express", |
3570 |
| - "canonicalReference": "@types/express!e.Express:interface" |
| 3569 | + "text": "Server", |
| 3570 | + "canonicalReference": "!\"\\\"http\\\"\".Server:class" |
3571 | 3571 | },
|
3572 | 3572 | {
|
3573 | 3573 | "kind": "Content",
|
|
3733 | 3733 | "startIndex": 1,
|
3734 | 3734 | "endIndex": 4
|
3735 | 3735 | }
|
| 3736 | + }, |
| 3737 | + { |
| 3738 | + "kind": "PropertySignature", |
| 3739 | + "canonicalReference": "@vue-storefront/middleware!CreateServerOptions#readinessProbes:member", |
| 3740 | + "docComment": "/**\n * Array of functions that will be called in parallel every time the /readyz endpoint receives a GET request If at least one function throws an exception, the response from the /readyz endpoint will report an error\n *\n * @see\n *\n * https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-readiness-probes\n */\n", |
| 3741 | + "excerptTokens": [ |
| 3742 | + { |
| 3743 | + "kind": "Content", |
| 3744 | + "text": "readinessProbes?: " |
| 3745 | + }, |
| 3746 | + { |
| 3747 | + "kind": "Reference", |
| 3748 | + "text": "ReadinessProbe", |
| 3749 | + "canonicalReference": "@vue-storefront/middleware!ReadinessProbe:type" |
| 3750 | + }, |
| 3751 | + { |
| 3752 | + "kind": "Content", |
| 3753 | + "text": "[]" |
| 3754 | + }, |
| 3755 | + { |
| 3756 | + "kind": "Content", |
| 3757 | + "text": ";" |
| 3758 | + } |
| 3759 | + ], |
| 3760 | + "isReadonly": false, |
| 3761 | + "isOptional": true, |
| 3762 | + "releaseTag": "Public", |
| 3763 | + "name": "readinessProbes", |
| 3764 | + "propertyTypeTokenRange": { |
| 3765 | + "startIndex": 1, |
| 3766 | + "endIndex": 3 |
| 3767 | + } |
3736 | 3768 | }
|
3737 | 3769 | ],
|
3738 | 3770 | "extendsTokenRanges": []
|
|
6204 | 6236 | "endIndex": 6
|
6205 | 6237 | }
|
6206 | 6238 | },
|
| 6239 | + { |
| 6240 | + "kind": "TypeAlias", |
| 6241 | + "canonicalReference": "@vue-storefront/middleware!ReadinessProbe:type", |
| 6242 | + "docComment": "/**\n * Function that will be called to determine readiness of middleware to accept connections\n *\n * @returns Return value is never considered - only thrown exceptions\n *\n * @throws\n *\n * The implementation *must* throw an exception at some point in the code, which means that the readiness check should fail\n */\n", |
| 6243 | + "excerptTokens": [ |
| 6244 | + { |
| 6245 | + "kind": "Content", |
| 6246 | + "text": "export type ReadinessProbe = " |
| 6247 | + }, |
| 6248 | + { |
| 6249 | + "kind": "Content", |
| 6250 | + "text": "() => " |
| 6251 | + }, |
| 6252 | + { |
| 6253 | + "kind": "Reference", |
| 6254 | + "text": "Promise", |
| 6255 | + "canonicalReference": "!Promise:interface" |
| 6256 | + }, |
| 6257 | + { |
| 6258 | + "kind": "Content", |
| 6259 | + "text": "<void>" |
| 6260 | + }, |
| 6261 | + { |
| 6262 | + "kind": "Content", |
| 6263 | + "text": ";" |
| 6264 | + } |
| 6265 | + ], |
| 6266 | + "fileUrlPath": "src/types/server.ts", |
| 6267 | + "releaseTag": "Public", |
| 6268 | + "name": "ReadinessProbe", |
| 6269 | + "typeTokenRange": { |
| 6270 | + "startIndex": 1, |
| 6271 | + "endIndex": 4 |
| 6272 | + } |
| 6273 | + }, |
6207 | 6274 | {
|
6208 | 6275 | "kind": "TypeAlias",
|
6209 | 6276 | "canonicalReference": "@vue-storefront/middleware!RecordOverloadedReturnType:type",
|
|
0 commit comments