Update Rancher API integration to go-rancher client v2.
This commit is contained in:
parent
d89b234cad
commit
07c6e33598
188 changed files with 5349 additions and 1969 deletions
|
@ -129,7 +129,7 @@ func parseMetadataSourcedRancherData(stacks []rancher.Stack) (rancherDataList []
|
|||
}
|
||||
|
||||
rancherDataList = append(rancherDataList, rancherData{
|
||||
Name: stack.Name + "/" + service.Name,
|
||||
Name: service.Name + "/" + stack.Name,
|
||||
State: service.State,
|
||||
Labels: service.Labels,
|
||||
Containers: containerIPAddresses,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue