mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
expose JSON Pointer in Images variable for extension services (#7413)
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
parent
df641106a1
commit
7aedbe001c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
type ImageInfo struct {
|
||||
imageutils.ImageInfo
|
||||
// Pointer is the path to the image object in the resource
|
||||
Pointer string `json:"-"`
|
||||
Pointer string `json:"jsonPointer"`
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Reference in a new issue