Commit 26620757 authored by Daniel Smith's avatar Daniel Smith

Add warning comment

parent ca64d96e
...@@ -15,6 +15,12 @@ limitations under the License. ...@@ -15,6 +15,12 @@ limitations under the License.
*/ */
// Package testapi provides a helper for retrieving the KUBE_TEST_API environment variable. // Package testapi provides a helper for retrieving the KUBE_TEST_API environment variable.
//
// TODO(lavalamp): this package is a huge disaster at the moment. I intend to
// refactor. All code currently using this package should change:
// 1. Declare your own registered.APIGroupRegistrationManager in your own test code.
// 2. Import the relevant install packages.
// 3. Register the types you need, from the announced.APIGroupAnnouncementManager.
package testapi package testapi
import ( import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment