comment for public placeholder method, required by verify-all.sh

This commit is contained in:
Karol Kraśkiewicz 2018-01-03 18:07:07 +01:00
parent 69db09e907
commit f427739b83
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ var (
_ = &fake.Clientset{}
)
// Nothing just uses some of imported packages in order for Godep to include them in vendor directory.
// Will be removed when metrics are actually used within VPA recommender.
func Nothing(config *rest.Config) {
_ = resourceclient.NewForConfigOrDie(config)
}