Move all *Options to metav1

This commit is contained in:
Clayton Coleman
2017-01-23 23:59:17 -05:00
parent 6748c009ec
commit fca7e00608
48 changed files with 72 additions and 177 deletions

View File

@@ -82,6 +82,7 @@ var typesAllowedTags = map[reflect.Type]bool{
reflect.TypeOf(metav1.GetOptions{}): true,
reflect.TypeOf(metav1.ExportOptions{}): true,
reflect.TypeOf(metav1.ListOptions{}): true,
reflect.TypeOf(metav1.DeleteOptions{}): true,
}
func ensureNoTags(t *testing.T, gvk schema.GroupVersionKind, tp reflect.Type, parents []reflect.Type) {