From 62ec43a19b5fa0951f87e936da59e962354df95b Mon Sep 17 00:00:00 2001 From: jeffchanjunwei Date: Sun, 6 May 2018 21:47:51 +0800 Subject: [PATCH] fix annotation of APIGroupInfo --- staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go b/staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go index a374c67a21f..d6c2c9a949a 100644 --- a/staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go +++ b/staging/src/k8s.io/apiserver/pkg/server/genericapiserver.go @@ -50,7 +50,7 @@ import ( // Info about an API group. type APIGroupInfo struct { GroupMeta apimachinery.GroupMeta - // 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