From ba35c04ba6d986703890740a9faf263b8fc1af10 Mon Sep 17 00:00:00 2001 From: Jeff Chan Date: Fri, 11 May 2018 10:03:32 +0800 Subject: [PATCH] sync: squashed up to merge f8386d5b0f6d1bf69f67b01c0854b4171bca0318 in e59ae29fbc8158503538faa3f6c7f07711a412e8 --- pkg/server/genericapiserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/server/genericapiserver.go b/pkg/server/genericapiserver.go index 84cd05a69..10a8ddff6 100644 --- a/pkg/server/genericapiserver.go +++ b/pkg/server/genericapiserver.go @@ -48,7 +48,7 @@ import ( // Info about an API group. type APIGroupInfo struct { PrioritizedVersions []schema.GroupVersion - // Info about the resources in this group. Its a map from version to resource to the storage. + // Info about the resources in this group. It's a map from version to resource to the storage. VersionedResourcesStorageMap map[string]map[string]rest.Storage // OptionsExternalVersion controls the APIVersion used for common objects in the // schema like api.Status, api.DeleteOptions, and metav1.ListOptions. Other implementors may