Interface HostProperties

HostProperties describes the kind of host where a service or task can run.

interface HostProperties {
    os?: HostOperatingSystem;
}

Properties

Properties

The operating system of the host.

Default is "linux".

Generated using TypeDoc