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