refactor: move ListOptions references to metav1

This commit is contained in:
Clayton Coleman
2017-01-21 22:36:02 -05:00
parent 245b592fac
commit 469df12038
364 changed files with 1519 additions and 1554 deletions

View File

@@ -29,7 +29,7 @@ import (
)
func TestReconcileEndpoints(t *testing.T) {
ns := api.NamespaceDefault
ns := metav1.NamespaceDefault
om := func(name string) metav1.ObjectMeta {
return metav1.ObjectMeta{Namespace: ns, Name: name}
}
@@ -542,7 +542,7 @@ func TestReconcileEndpoints(t *testing.T) {
}
func TestCreateOrUpdateMasterService(t *testing.T) {
ns := api.NamespaceDefault
ns := metav1.NamespaceDefault
om := func(name string) metav1.ObjectMeta {
return metav1.ObjectMeta{Namespace: ns, Name: name}
}