We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54293ce commit 729c9abCopy full SHA for 729c9ab
internal/namespaces/marketplace/v2/custom_marshal.go
@@ -28,6 +28,7 @@ func imageMarshalerFunc(i interface{}, opt *human.MarshalOpt) (string, error) {
28
ValidUntil *time.Time
29
Description string
30
}{
31
+ ID: image.ID,
32
Label: image.Label,
33
Name: image.Name,
34
Description: image.Description,
0 commit comments