remove unused function in

pkg/controller/replicaset/replica_set_test.go
This commit is contained in:
WanLinghao 2018-02-09 15:42:47 +08:00
parent f611b32254
commit 31bf31601e

View File

@ -202,10 +202,6 @@ func validateSyncReplicaSet(t *testing.T, fakePodControl *controller.FakePodCont
}
}
func replicaSetResourceName() string {
return "replicasets"
}
func TestSyncReplicaSetDoesNothing(t *testing.T) {
client := clientset.NewForConfigOrDie(&restclient.Config{Host: "", ContentConfig: restclient.ContentConfig{GroupVersion: &legacyscheme.Registry.GroupOrDie(v1.GroupName).GroupVersion}})
fakePodControl := controller.FakePodControl{}