Skip to content

Commit 470f932

Browse files
aallbrigTim Bannister
andauthored
Latin Abbreviations "vs" Updated to "versus" (#19181)
* grep -lR ' vs ' ./content/en/docs | xargs sed -i '' -e 's/ vs / versus /g' * Update content/en/docs/concepts/configuration/overview.md Co-Authored-By: Tim Bannister <[email protected]> * Update content/en/docs/concepts/policy/resource-quotas.md Co-Authored-By: Tim Bannister <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent 2d0bde0 commit 470f932

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

content/en/docs/concepts/configuration/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This is a living document. If you think of something that is not on this list bu
3030
- Put object descriptions in annotations, to allow better introspection.
3131

3232

33-
## "Naked" Pods vs ReplicaSets, Deployments, and Jobs
33+
## "Naked" Pods versus ReplicaSets, Deployments, and Jobs {#naked-pods-vs-replicasets-deployments-and-jobs}
3434

3535
- Don't use naked Pods (that is, Pods not bound to a [ReplicaSet](/docs/concepts/workloads/controllers/replicaset/) or [Deployment](/docs/concepts/workloads/controllers/deployment/)) if you can avoid it. Naked Pods will not be rescheduled in the event of a node failure.
3636

@@ -108,4 +108,3 @@ The caching semantics of the underlying image provider make even `imagePullPolic
108108

109109
{{% /capture %}}
110110

111-

content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ When you create a custom resource, either via a CRDs or an AA, you get many feat
202202
| Finalizers | Block deletion of extension resources until external cleanup happens. |
203203
| Admission Webhooks | Set default values and validate extension resources during any create/update/delete operation. |
204204
| UI/CLI Display | Kubectl, dashboard can display extension resources. |
205-
| Unset vs Empty | Clients can distinguish unset fields from zero-valued fields. |
205+
| Unset versus Empty | Clients can distinguish unset fields from zero-valued fields. |
206206
| Client Libraries Generation | Kubernetes provides generic client libraries, as well as tools to generate type-specific client libraries. |
207207
| Labels and annotations | Common metadata across objects that tools know how to edit for core and custom resources. |
208208

content/en/docs/concepts/policy/resource-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ pods 0 10
376376
* `Exist`
377377
* `DoesNotExist`
378378

379-
## Requests vs Limits
379+
## Requests compared to Limits {#requests-vs-limits}
380380

381381
When allocating compute resources, each container may specify a request and a limit value for either CPU or memory.
382382
The quota can be configured to quota either value.

content/en/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ phase, and therefore is the last admission controller to run.
737737
`MutatingAdmissionWebhook` appears before it in this list, because it runs
738738
in the mutating phase.
739739

740-
For earlier versions, there was no concept of validating vs mutating and the
740+
For earlier versions, there was no concept of validating versus mutating and the
741741
admission controllers ran in the exact order specified.
742742

743743
{{% /capture %}}

0 commit comments

Comments
 (0)