Interface Endpoints

interface Endpoints {
    [containerName: string]: {
        [port: number]: Endpoint;
    };
}

Indexable

[containerName: string]: {
    [port: number]: Endpoint;
}

Generated using TypeDoc