We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c498f9e + b5777cf commit 4de6984Copy full SHA for 4de6984
pkg/extension/types.go
@@ -88,4 +88,7 @@ type Image struct {
88
Registry string `json:"registry"`
89
Name string `json:"name"`
90
Version string `json:"version"`
91
+ // Mapped is the image reference that this image is mirrored to by the image mirror tool.
92
+ // This field should be populated if the mirrored image reference is predetermined by the test extensions.
93
+ Mapped *Image `json:"mapped,omitempty"`
94
}
0 commit comments