Tests that check metav1

This commit is contained in:
Clayton Coleman
2017-01-21 18:28:51 -05:00
parent f623a8c908
commit c12344b3b8
4 changed files with 4 additions and 3 deletions

View File

@@ -180,6 +180,8 @@ var nonRoundTrippableTypes = sets.NewString(
// the schema by content type, rather than via kind/version included in each
// object.
"WatchEvent",
// ListOptions is now part of the meta group
"ListOptions",
)
var commonKinds = []string{"Status", "ListOptions", "DeleteOptions", "ExportOptions"}