Skip to content

Commit

Permalink
ref(kube): use a more specific interface for discovery client
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreese committed Dec 8, 2016
1 parent 8e4594b commit 76ab93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tiller/release_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 76ab93d

Please sign in to comment.