Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sttts committed Apr 30, 2019
1 parent 6709c88 commit ce7d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keps/sig-api-machinery/20180731-crd-pruning.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:

i.e. CRDs created in `v1beta1` default to disabled pruning.

**Pruning will enabled by default for CRDs created in `v1`**.
**Pruning will be enabled by default for CRDs created in `v1`**.

Pruning requires _structural schemas_ (as described in [KEP Vanilla OpenAPI Subset: Structural Schema](https://github.com/kubernetes/enhancements/pull/1002)) for all defined versions. Validation will reject the CRD with `pruneUnknownFields: true` otherwise.

Expand Down

0 comments on commit ce7d588

Please sign in to comment.