NamespaceManagement_Supervisors_ContainerImageRegistries_UpdateSpec

NamespaceManagement_Supervisors_ContainerImageRegistries_UpdateSpec
NamespaceManagement_Supervisors_ContainerImageRegistries_UpdateSpec

The ContainerImageRegistries.UpdateSpec structure contains the specification required to update a container image registry.

JSON Example
{
    "name": "string",
    "hostname": "string",
    "port": 0,
    "username": "string",
    "password": "string",
    "certificate_chain": "string",
    "default_registry": false
}
string
name
Optional

Name of the container image registry. If unset then no update will be made.

string
hostname
Optional

IP address or the hostname of the container image registry. If unset then no update will be made.

integer As int64
port
Optional

Port number of the container image registry. If unset then no update will be made.

string
username
Optional

A username to be used for username/password authentication with this registry. If unset then no update will be made.

string As password
password
Optional

The password for the user. If unset then no update will be made.

string
certificate_chain
Optional

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.

boolean
default_registry
Optional

Indicates if this registry is used as default. If unset then no update will be made.