Files
kubernetes/pkg/api
Kubernetes Submit Queue d3f36756d5 Merge pull request #29601 from caesarxuchao/check-list
Automatic merge from submit-queue

Validate list objects when building scheme

The first commit is #29468. This PR is a followup.

Modified the description of **List** in api-convention.md to:
`The name of a list kind must end with "List". Lists have a limited set of common metadata. All lists use the required "items" field to contain the array of objects they return. Any kind that has the "items" field must be a list kind.`

Also added code to enforce the above rules during scheme registration.

@kubernetes/sig-api-machinery @bgrant0607 @erictune @lavalamp @smarterclayton
2016-08-02 22:53:40 -07:00
..
2016-07-16 13:48:21 -04:00
2016-07-16 13:48:21 -04:00
2016-07-30 00:07:02 -04:00
2016-07-30 00:07:02 -04:00
2016-07-12 21:52:00 -07:00
2016-07-13 15:06:24 +01:00