1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Add create image policy examples

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-03-17 17:30:02 +02:00
committed by Hidde Beydals
parent 185252ba48
commit b6a8163dd9
4 changed files with 33 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ import (
)
var createImageRepositoryCmd = &cobra.Command{
Use: "repository <name>",
Use: "repository [name]",
Short: "Create or update an ImageRepository object",
Long: `The create image repository command generates an ImageRepository resource.
An ImageRepository object specifies an image repository to scan.`,