Commit 7413320d authored by Adam Reese's avatar Adam Reese

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

parent cac9f9c7
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment