mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
Clarify API documentation around catalog fetch behavior
Signed-off-by: Richard Scothern <richard.scothern@docker.com>
This commit is contained in:
parent
feddf6cd4e
commit
352924cd85
@ -4765,13 +4765,13 @@ List a set of available repositories in the local registry cluster. Does not pro
|
|||||||
Retrieve a sorted, json list of repositories available in the registry.
|
Retrieve a sorted, json list of repositories available in the registry.
|
||||||
|
|
||||||
|
|
||||||
##### Catalog Fetch Complete
|
##### Catalog Fetch
|
||||||
|
|
||||||
```
|
```
|
||||||
GET /v2/_catalog
|
GET /v2/_catalog
|
||||||
```
|
```
|
||||||
|
|
||||||
Request an unabridged list of repositories available.
|
Request an unabridged list of repositories available. The implementation may impose a maximum limit and return a partial set with pagination links.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1497,8 +1497,8 @@ var routeDescriptors = []RouteDescriptor{
|
|||||||
Description: "Retrieve a sorted, json list of repositories available in the registry.",
|
Description: "Retrieve a sorted, json list of repositories available in the registry.",
|
||||||
Requests: []RequestDescriptor{
|
Requests: []RequestDescriptor{
|
||||||
{
|
{
|
||||||
Name: "Catalog Fetch Complete",
|
Name: "Catalog Fetch",
|
||||||
Description: "Request an unabridged list of repositories available.",
|
Description: "Request an unabridged list of repositories available. The implementation may impose a maximum limit and return a partial set with pagination links.",
|
||||||
Successes: []ResponseDescriptor{
|
Successes: []ResponseDescriptor{
|
||||||
{
|
{
|
||||||
Description: "Returns the unabridged list of repositories as a json response.",
|
Description: "Returns the unabridged list of repositories as a json response.",
|
||||||
|
Loading…
Reference in New Issue
Block a user