Merge pull request #1751 from yank1/fix-a-typo-in-alternate-api-representations

fix a typo in alternate api representations
This commit is contained in:
k8s-ci-robot 2018-02-06 09:53:14 -08:00 committed by GitHub
commit 1fe7319711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ versions of the existing content and are not intended to support arbitrary param
Also, the server today contains a number of objects which are common across multiple groups,
but which clients must be able to deal with in a generic fashion. These objects - Status,
ListMeta, ObjectMeta, List, ListOptions, ExportOptions, and Scale - are embedded into each
group version but are actually part of a a shared API group. It must be possible for a naive
group version but are actually part of a shared API group. It must be possible for a naive
client to translate the Scale response returned by two different API group versions.