Merge pull request #102946 from ahmed-mez/patch-1

Fix ServerGroupsAndResources docs typo
This commit is contained in:
Kubernetes Prow Robot 2021-06-18 04:36:04 -07:00 committed by GitHub
commit 48b7492f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ type ServerResourcesInterface interface {
//
// Deprecated: use ServerGroupsAndResources instead.
ServerResources() ([]*metav1.APIResourceList, error)
// ServerResources returns the supported groups and resources for all groups and versions.
// ServerGroupsAndResources returns the supported groups and resources for all groups and versions.
//
// The returned group and resource lists might be non-nil with partial results even in the
// case of non-nil error.