Adds some package docs (#479)

Was just browing godoc and noticed we are missing some docs that would
be quite useful.
This commit is contained in:
Brian Goff
2019-01-07 11:03:35 -08:00
committed by Robbie Zhang
parent f7afeba12e
commit 5796be449b
3 changed files with 54 additions and 0 deletions

7
manager/doc.go Normal file
View File

@@ -0,0 +1,7 @@
// Package manager provides access to kubernetes resources for providers.
//
// DEPRECATION WARNING:
// Though this package is still in use, it should be considered deprecated as it
// is just wrapping a k8s client and not much else.
// Implementers should look at replacing their use of this with something else.
package manager