Skip to content

Commit

Permalink
Merge pull request #65 from cwdsuzhou/tensile-kube
Browse files Browse the repository at this point in the history
Fix go lints
  • Loading branch information
cwdsuzhou authored Dec 29, 2020
2 parents 263e82a + 46797cb commit df3a580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/provider/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
"github.com/virtual-kubelet/tensile-kube/pkg/util"
)

// GetStatsSummary summaries the cluster metrics which represented by the provider
func (v *VirtualK8S) GetStatsSummary(ctx context.Context) (*stats.Summary, error) {
var summary stats.Summary
selector := labels.SelectorFromSet(map[string]string{
Expand Down

0 comments on commit df3a580

Please sign in to comment.