Use references terminology instead of layers.
Signed-off-by: Andrew Leung <anwleung@gmail.com>
This commit is contained in:
parent
54aef6251e
commit
5e4b81a578
8 changed files with 29 additions and 29 deletions
|
@ -568,7 +568,7 @@ type Endpoint struct {
|
|||
|
||||
// Events configures notification events.
|
||||
type Events struct {
|
||||
ManifestLayers bool `yaml:"manifestlayers"` // include layer data in manifest events
|
||||
IncludeReferences bool `yaml:"includereferences"` // include reference data in manifest events
|
||||
}
|
||||
|
||||
//Ignore configures mediaTypes and actions of the event, that it won't be propagated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue