vcenter namespace management clusters: image registry
The
image_registry
structure contains the specification required to configure container image registry endpoint.Representation:
{
"hostname" : "string",
"port" : 1
}
"hostname" : "string",
"port" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
hostname | string | IP address or the hostname of container image registry. |
Optional | ||
port | long | Port number of the container image registry. Optional. If unset, defaults to 443. |