NamespaceManagement_Supervisors_ContainerImageRegistries_UpdateSpec
The ContainerImageRegistries.UpdateSpec structure contains the specification required to update a container image registry.
{
"name": "string",
"hostname": "string",
"port": 0,
"username": "string",
"password": "string",
"certificate_chain": "string",
"default_registry": false
}
Name of the container image registry. If unset then no update will be made.
IP address or the hostname of the container image registry. If unset then no update will be made.
Port number of the container image registry. If unset then no update will be made.
A username to be used for username/password authentication with this registry. If unset then no update will be made.
The password for the user. If unset then no update will be made.
certificateChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server. If unset then no update will be made.
Indicates if this registry is used as default. If unset then no update will be made.