fix some typos

This commit is contained in:
Xingcai Zhang 2017-10-23 23:14:09 +08:00
parent 1df42ec84b
commit a95259b84f
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ The schema is referenced in [`CustomResourceDefinitionSpec`](https://github.com/
The schema types follow those of the OpenAPI library, but we decided to define them independently for the API to have full control over the serialization and versioning. Hence, it is easy to convert our types into those used for validation or to integrate them into an OpenAPI spec later.
Reference http://json-schema.org is also used by OpenAPI. We propose this as there are implementations available in Go and with OpenAPI, we will also be able to serve OpenAPI specs for CustomResourceDefintions.
Reference http://json-schema.org is also used by OpenAPI. We propose this as there are implementations available in Go and with OpenAPI, we will also be able to serve OpenAPI specs for CustomResourceDefinitions.
```go
// CustomResourceSpec describes how a user wants their resource to appear

View File

@ -211,7 +211,7 @@ Notes:
in the beta version.
* We excluded `Retry` as a FailurePolicy, because we want to expose the
flakeness of an admission controller; and admission controllers like the quota
flakiness of an admission controller; and admission controllers like the quota
controller are not idempotent.
* There are multiple ways to compose `Rules []Rule` to achieve the same effect.