NamespaceManagement_Clusters_ImageRegistry

NamespaceManagement_Clusters_ImageRegistry
NamespaceManagement_Clusters_ImageRegistry

The Clusters.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.