comment for public placeholder method, required by verify-all.sh
This commit is contained in:
parent
69db09e907
commit
f427739b83
|
|
@ -28,6 +28,8 @@ var (
|
||||||
_ = &fake.Clientset{}
|
_ = &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) {
|
func Nothing(config *rest.Config) {
|
||||||
_ = resourceclient.NewForConfigOrDie(config)
|
_ = resourceclient.NewForConfigOrDie(config)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue