mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
fix annotation of APIGroupInfo
This commit is contained in:
parent
b2a8ef474d
commit
62ec43a19b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user