Skip to content

Commit 006a0f6

Browse files
committed
Add Mapped field to Image struct
The Mapped key will hold information regarding mapped images that can be used later for openshift-tests images cmd. Signed-off-by: Vu Dinh <[email protected]>
1 parent f7d932f commit 006a0f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/extension/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,5 @@ type Image struct {
8888
Registry string `json:"registry"`
8989
Name string `json:"name"`
9090
Version string `json:"version"`
91+
Mapped *Image `json:"mapped,omitempty"`
9192
}

0 commit comments

Comments
 (0)