Skip to content

Commit

Permalink
Update internal/store/builder.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Tariq Ibrahim <tariq181290@gmail.com>
  • Loading branch information
milesbxf and tariq1890 committed Jun 19, 2019
1 parent 05d3014 commit 5b1a7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (b *Builder) WithKubeClient(c clientset.Interface) {
b.kubeClient = c
}

// WithVPAClient sets the vpaClient property of a Builder so that the verticalpodautoscaler collector can query VPA objects
// WithVPAClient sets the vpaClient property of a Builder so that the verticalpodautoscaler collector can query VPA objects.
func (b *Builder) WithVPAClient(c vpaclientset.Interface) {
b.vpaClient = c
}
Expand Down

0 comments on commit 5b1a7e5

Please sign in to comment.