Create meta/internalversion for ListOptions

Move over only the conversions that are needed, create a new scheme that
is private to meta and only accessible via ParameterCodec. Move half of
pkg/util/labels/.readonly to pkg/apis/meta/v1/labels.go
This commit is contained in:
Clayton Coleman
2017-01-19 16:39:00 -05:00
parent bf20045736
commit 4f865efdb9
17 changed files with 989 additions and 153 deletions

View File

@@ -2867,6 +2867,7 @@ type DeleteOptions struct {
// ListOptions is the query options to a standard REST list call, and has future support for
// watch calls.
// DEPRECATED: This type has been moved to meta/v1 and will be removed soon.
type ListOptions struct {
metav1.TypeMeta