Update kubernetes-api.md

Revert changes made to some words' tenses on lines 49 to 52
pull/47826/head
olu-fola 2024-09-10 07:15:45 +01:00 committed by GitHub
parent bc11525894
commit b1cc8f7b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ endpoints.
The OpenAPI v3 is the preferred method for accessing OpenAPI as it
provides
a more comprehensive and accurate view of the API. It includes all the available
API paths, as well as all resources consumed and produced for every operation
on every endpoint. It also includes any extensibility components that a cluster supports.
The data is a complete specification and is significantly larger than that of the
API paths, as well as all resources consumed and produced for every operations
on every endpoints. It also includes any extensibility components that a cluster supports.
The data is a complete specification and is significantly larger than that from the
Discovery API.
## Discovery API