Add warning about incompleteness of OpenAPI schemas to kubernetes-api.md

pull/49025/head
adriankarasinski 2024-12-11 20:15:50 +01:00 committed by =
parent cd9b5fe693
commit 556c0968d3
1 changed files with 3 additions and 0 deletions

View File

@ -192,6 +192,9 @@ request headers as follows:
</tbody> </tbody>
</table> </table>
{{< warning >}}
Please note the validation rules within OpenAPI schemas could be incomplete, and additional validation may occur in the codebase. Therefore, it is always recommended to perform a `kubectl apply --dry-run` for thorough verification.
{{< /warning >}}
### OpenAPI V3 ### OpenAPI V3