ref(kube): use a more specific interface for discovery client

pull/1655/head
Adam Reese 9 years ago
parent 8e4594bd81
commit 76ab93db3c

@ -696,7 +696,7 @@ func (s *ReleaseServer) prepareRelease(req *services.InstallReleaseRequest) (*re
return rel, nil
}
func getVersionSet(client discovery.DiscoveryInterface) (versionSet, error) {
func getVersionSet(client discovery.ServerGroupsInterface) (versionSet, error) {
defVersions := newVersionSet("v1")
groups, err := client.ServerGroups()

Loading…
Cancel
Save