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

View File

@@ -96,7 +96,7 @@ type ServerResourcesInterface interface {
// //
// Deprecated: use ServerGroupsAndResources instead. // Deprecated: use ServerGroupsAndResources instead.
ServerResources() ([]*metav1.APIResourceList, error) 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 // The returned group and resource lists might be non-nil with partial results even in the
// case of non-nil error. // case of non-nil error.