mirror of
https://github.com/distribution/distribution.git
synced 2025-06-22 13:39:45 +00:00
Documentation: Added '*' to action in "Resource Scope Grammar"
because a catalog request requires it. Signed-off-by: Peter Stolpe <peter.stolpe@drehpunkt.com>
This commit is contained in:
parent
7271d882c0
commit
d19610686f
@ -100,7 +100,7 @@ resourcename := [ hostname '/' ] component [ '/' component ]*
|
||||
hostname := hostcomponent ['.' hostcomponent]* [':' port-number]
|
||||
hostcomponent := /([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])/
|
||||
port-number := /[0-9]+/
|
||||
action := /[a-z]*/
|
||||
action := /[a-z*]*/
|
||||
component := alpha-numeric [ separator alpha-numeric ]*
|
||||
alpha-numeric := /[a-z0-9]+/
|
||||
separator := /[_.]|__|[-]*/
|
||||
|
Loading…
Reference in New Issue
Block a user