Merge pull request #49025 from adriankarasinski/add-information-about-incompletness-openapiv2-schemas-definitions
Add warning about incompleteness of OpenAPI schemas to kubernetes-api.mdpull/49302/head
commit
f626bad428
|
@ -192,6 +192,12 @@ request headers as follows:
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
{{< warning >}}
|
||||
The validation rules published as part of OpenAPI schemas may not be complete, and usually aren't.
|
||||
Additional validation occurs within the API server. If you want precise and complete verification,
|
||||
a `kubectl apply --dry-run=server` runs all the applicable validation (and also activates admission-time
|
||||
checks).
|
||||
{{< /warning >}}
|
||||
|
||||
### OpenAPI V3
|
||||
|
||||
|
|
Loading…
Reference in New Issue