We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c960456 commit 6179794Copy full SHA for 6179794
keps/sig-api-machinery/1623-standardize-conditions/README.md
@@ -53,7 +53,7 @@ checklist items _must_ be updated for the enhancement to be released.
53
54
## Summary
55
56
-While many Kuberentes APIs have `.status.conditions`, the schema of `condition` varies a lot between them.
+While many Kubernetes APIs have `.status.conditions`, the schema of `condition` varies a lot between them.
57
There is very little commonality at the level of serialization, proto-encoding, and required vs optional.
58
Conditions are central enough to the API to make a common golang type with a fixed schema.
59
The schema can be a strong recommendation to all API authors.
0 commit comments