NamespaceManagementClustersImageRegistry
The Clusters.ImageRegistry structure contains the specification required to configure container image registry endpoint.
Properties
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.
JSON Example
{
"hostname": "string"
}