Skip to content

Commit

Permalink
now uses camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Aug 14, 2024
1 parent 9f03c09 commit 28112d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cli/describe_helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
type DescribeOutput struct {
Distro string `json:"Distro"`
Version string `json:"Version"`
BackingStore string `json:"Backing Store"`
ImageTags ImageTag `json:"Image tags"`
BackingStore string `json:"BackingStore"`
ImageTags ImageTag `json:"ImageTags"`
}

type ImageTag struct {
Expand Down

0 comments on commit 28112d4

Please sign in to comment.