The dockerCredentials property
The optionsPath property
The subscription property
The validateName property
Gets an item from the ApiSdk.v2.registry.item collection
The name of a container registry.
To delete your container registry, destroying all container image data stored in it, send a DELETE request to /v2/registry.This operation is not compatible with multiple registries in a DO account. You should use /v2/registries/{registry_name} instead.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To get information about your container registry, send a GET request to /v2/registry.This operation is not compatible with multiple registries in a DO account. You should use /v2/registries/{registry_name} instead.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To create your container registry, send a POST request to /v2/registry.The name becomes part of the URL for images stored in the registry. Forexample, if your registry is called example, an image in it will have theURL registry.digitalocean.com/example/image:tag.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete your container registry, destroying all container image data stored in it, send a DELETE request to /v2/registry.This operation is not compatible with multiple registries in a DO account. You should use /v2/registries/{registry_name} instead.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To get information about your container registry, send a GET request to /v2/registry.This operation is not compatible with multiple registries in a DO account. You should use /v2/registries/{registry_name} instead.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To create your container registry, send a POST request to /v2/registry.The name becomes part of the URL for images stored in the registry. Forexample, if your registry is called example, an image in it will have theURL registry.digitalocean.com/example/image:tag.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/registry