Merge pull request #81917 from hwdef/fix-typo-staging/src/k8s.io

Fix typo in kubectl docs
This commit is contained in:
Kubernetes Prow Robot 2019-09-19 11:05:01 -07:00 committed by GitHub
commit abbba0b516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,5 +64,5 @@ When Describing a Resource, it may aggregate information from several other Reso
a Node will aggregate Pod Resources to print the Node utilization.
When Getting a Resource, it will only print information available from reading that Resource. While Get may aggregate
data from the the *fields* of that Resource, it won't look at fields from other Resources.
data from the *fields* of that Resource, it won't look at fields from other Resources.
{% endpanel %}