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

@@ -182,6 +182,8 @@ var nonRoundTrippableTypes = sets.NewString(
"WatchEvent",
// ListOptions is now part of the meta group
"ListOptions",
// Delete options is only read in metav1
"DeleteOptions",
)
var commonKinds = []string{"Status", "ListOptions", "DeleteOptions", "ExportOptions"}