fix annotation of APIGroupInfo
This commit is contained in:
@@ -50,7 +50,7 @@ import (
|
|||||||
// Info about an API group.
|
// Info about an API group.
|
||||||
type APIGroupInfo struct {
|
type APIGroupInfo struct {
|
||||||
GroupMeta apimachinery.GroupMeta
|
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
|
VersionedResourcesStorageMap map[string]map[string]rest.Storage
|
||||||
// OptionsExternalVersion controls the APIVersion used for common objects in the
|
// OptionsExternalVersion controls the APIVersion used for common objects in the
|
||||||
// schema like api.Status, api.DeleteOptions, and metav1.ListOptions. Other implementors may
|
// schema like api.Status, api.DeleteOptions, and metav1.ListOptions. Other implementors may
|
||||||
|
Reference in New Issue
Block a user