NamespaceManagement_Supervisors_ImageRegistry
NamespaceManagement_Supervisors_ImageRegistry
The ImageRegistry structure contains the specification required to configure container image registry endpoint.
JSON Example
{
"hostname": "string",
"port": 0
}
string
hostname
Required
IP address or the hostname of container image registry.
integer As int64
port
Optional
Port number of the container image registry. If unset, defaults to 443.