Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Fix hyper service
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Jun 23, 2016
1 parent 75c4d80 commit 05f8d12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/kubelet/hyper/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ type HyperContainer struct {
}

type HyperServiceBackend struct {
HostIP string `json:"hostip"`
HostPort int `json:"hostport"`
HostIP string `json:"hostIP"`
HostPort int `json:"hostPort"`
}

type HyperService struct {
ServiceIP string `json:"serviceip"`
ServicePort int `json:"serviceport"`
ServiceIP string `json:"serviceIP"`
ServicePort int `json:"servicePort"`
Protocol string `json:"protocol"`
Hosts []HyperServiceBackend `json:"hosts"`
}

0 comments on commit 05f8d12

Please sign in to comment.