Merge pull request #4070 from liubin/add-repositoriesRootPathSpec
add repositoriesRootPathSpec in pathFor documentation
This commit is contained in:
commit
f7e792417a
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ const (
|
|||
//
|
||||
// We cover the path formats implemented by this path mapper below.
|
||||
//
|
||||
// Repositories:
|
||||
//
|
||||
// repositoriesRootPathSpec: <root>/v2/repositories
|
||||
//
|
||||
// Manifests:
|
||||
//
|
||||
// manifestsPathSpec: <root>/v2/repositories/<name>/_manifests
|
||||
|
|
Loading…
Reference in a new issue