Skip to content

Commit 87cd54e

Browse files
authored
Merge pull request kubernetes#4054 from jongwooo/correct-typo
KEP 1659/2335: Correct typo from 'Kuberntes' to 'Kubernetes'
2 parents 8b162d3 + 841e21c commit 87cd54e

File tree

2 files changed

+2
-2
lines changed
  • keps
    • sig-api-machinery/2335-vanilla-crd-openapi-subset-structural-schemas
    • sig-architecture/1659-standard-topology-labels

2 files changed

+2
-2
lines changed

keps/sig-api-machinery/2335-vanilla-crd-openapi-subset-structural-schemas/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To communicate to the developer that a CRD does not follow the structural schema
4747

4848
## Motivation
4949

50-
* OpenAPI has the goal of describing every API possible. We have the goal of presenting a consistent API to users of Kubernetes. OpenAPI therefore makes a fantastic output format able to describe anything, but a poor input format, because there's not "one correct way" to do a given thing. It is easy to accidentally (or intentionally) describe things in OpenAPI v3 that are not similar to other Kubernetes APIs and far outside of the [Kuberntes API conversions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md).
50+
* OpenAPI has the goal of describing every API possible. We have the goal of presenting a consistent API to users of Kubernetes. OpenAPI therefore makes a fantastic output format able to describe anything, but a poor input format, because there's not "one correct way" to do a given thing. It is easy to accidentally (or intentionally) describe things in OpenAPI v3 that are not similar to other Kubernetes APIs and far outside of the [Kubernetes API conversions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md).
5151
* OpenAPI v3 is a very open and wide spec that can define crazy things using logical operators (`not(anyOf(oneof ...))`), leading to complicated semantics, making advanced CRD features difficult or even impossible to implement.
5252

5353
### Goals

keps/sig-architecture/1659-standard-topology-labels/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ today.
133133
### Reserve a label prefix
134134

135135
Label prefixes allow us to group labels on common origin and meaning. We
136-
propose to document somewhere (TBD) that the prefix "topology.kuberntes.io" is
136+
propose to document somewhere (TBD) that the prefix "topology.kubernetes.io" is
137137
explicitly reserved for use in defining metadata about the physical or logical
138138
connectivity and grouping of Kubernetes nodes (and other things), and the
139139
associated behavioral and failure properties of those groups.

0 commit comments

Comments
 (0)