File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/access-kubernetes-api/custom-resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ is not a structural schema because of the following violations:
240240* `bar` inside of `anyOf` is not specified outside (rule 2).
241241* `bar`'s `type` is within `anyOf` (rule 3).
242242* the description is set within `anyOf` (rule 3).
243- * `metadata.finalizer` might now be restricted (rule 4).
243+ * `metadata.finalizer` might not be restricted (rule 4).
244244
245245In contrast, the following, corresponding schema is structural :
246246` ` ` yaml
@@ -392,7 +392,7 @@ json:
392392 something: x
393393` ` `
394394
395- This means that the `something` field in the specifed `spec` object is pruned, but everything outside is not.
395+ This means that the `something` field in the specified `spec` object is pruned, but everything outside is not.
396396
397397# ## IntOrString
398398
You can’t perform that action at this time.
0 commit comments