diff --git a/cmd/root.go b/cmd/root.go index 2f0e013..48b1c71 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -68,7 +68,7 @@ var kubeConfigPath string var TokenStore client.TokenStore // version should be in format d.d.d where d is a decimal number -const Version string = "v0.0.52" +const Version string = "v0.0.53" var AppName string = InitAppName() diff --git a/models/models.go b/models/models.go index 477f113..f70a526 100644 --- a/models/models.go +++ b/models/models.go @@ -117,7 +117,8 @@ type SubsetToPorts struct { } type LabelsToPortMap struct { - Map map[string]SubsetToPorts `json:"map"` + DestinationName string `json:"destinationName"` + Map map[string]SubsetToPorts `json:"map"` } type DestinationsSubsetsMap struct {