NamespaceManagement_Supervisors_ImageRegistry

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,
    "username": "string",
    "password": "string",
    "certificate_chain": "string"
}
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.

string
username
Optional

A username to be used for username/password authentication with this registry. If unset then the username/password authentication will not be used.

string As password
password
Optional

The password for the user. If unset then the password is unset, only for write operations. For read operations (GET and LIST), this value is always nil.

string
certificate_chain
Optional

PEM-encoded CA chain which is used to verify x509 certificates received from the server. If unset then the verification will be skipped.