host property

String? host
getter/setter pair

Host configures the registry host/mirror.

It supports fully qualified domain names (FQDNs) and IP addresses. Specifying scheme, port or path is supported. Scheme can only be http or https. Wildcards are NOT supported. Examples: - my.customdomain.com - https://my.customdomain.com/path - 10.0.1.2:5000

Implementation

core.String? host;