Merge pull request #15510 from aveshagarwal/master-selflink-objref

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-10-27 00:37:21 -07:00
7 changed files with 6 additions and 25 deletions

View File

@@ -38,10 +38,6 @@ var (
alwaysReady = func() bool { return true }
)
func init() {
api.ForTesting_ReferencesAllowBlankSelfLinks = true
}
func getKey(ds *extensions.DaemonSet, t *testing.T) string {
if key, err := controller.KeyFunc(ds); err != nil {
t.Errorf("Unexpected error getting key for ds %v: %v", ds.Name, err)