Switch to golang/dep.
This commit is contained in:
parent
d88554fa92
commit
044d87d96d
239 changed files with 42372 additions and 7011 deletions
6
vendor/github.com/mesosphere/mesos-dns/records/state/state.go
generated
vendored
6
vendor/github.com/mesosphere/mesos-dns/records/state/state.go
generated
vendored
|
@ -50,7 +50,7 @@ type Status struct {
|
|||
State string `json:"state"`
|
||||
Labels []Label `json:"labels,omitempty"`
|
||||
ContainerStatus ContainerStatus `json:"container_status,omitempty"`
|
||||
Healthy *bool `json:"healthy"`
|
||||
Healthy *bool `json:"healthy"`
|
||||
}
|
||||
|
||||
// ContainerStatus holds container metadata as defined in the /state.json
|
||||
|
@ -253,8 +253,8 @@ type DiscoveryInfo struct {
|
|||
Location string `json:"location,omitempty"`
|
||||
Environment string `json:"environment,omitempty"`
|
||||
Labels struct {
|
||||
Labels []Label `json:"labels"`
|
||||
} `json:"labels"`
|
||||
Labels []Label `json:"labels"`
|
||||
} `json:"labels"`
|
||||
Ports Ports `json:"ports"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue