interface Domain {
    containerId: string;
    errorMessage?: string;
    hostname: string;
    id: string;
    status: Container.v1beta1.DomainStatus;
    url: string;
}

Properties

containerId: string

UUID of the container.

errorMessage?: string

Last error message of the domain.

hostname: string

Domain assigned to the container.

id: string

UUID of the domain.

Status of the domain.

url: string

URL (TBD).