Variable HealthCheckRouteOptionsSchemaConst
HealthCheckRouteOptionsSchema: ZodObject<
{
host: ZodString;
ingressTag: ZodOptional<ZodNullable<ZodString>>;
priority: ZodOptional<ZodNumber>;
serviceId: ZodString;
},
"strip",
ZodTypeAny,
{
host: string;
ingressTag?: string
| null;
priority?: number;
serviceId: string;
},
{
host: string;
ingressTag?: string
| null;
priority?: number;
serviceId: string;
},
> = ...
Health check route options schema