@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface HealthCheckRouteOptions

    Options for building health check route

    interface HealthCheckRouteOptions {
        host: string;
        ingressTag?: string | null;
        priority?: number;
        serviceId: string;
    }
    Index

    Properties

    host: string
    ingressTag?: string | null

    Ingress tag value for X-ASD-Ingress header

    priority?: number
    serviceId: string