-
-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for passing the fieldValidation query parameter on patch (#…
…929) * Add support for passing the fieldValidation query parameter on patch The `fieldValidation` flag should be set to `Ignore` when doing a server-side apply for a partial object. This introduces support to configure the fieldValidation parameter to all the available options. Signed-off-by: Leo Sjöberg <leo.sjoberg@gmail.com> * cleanup doc blocks Signed-off-by: Leo Sjöberg <leo.sjoberg@gmail.com> * Update test to match current invalid usage of serializer Signed-off-by: Leo Sjöberg <leo.sjoberg@gmail.com> * Add shorthand functions for each validation directive Signed-off-by: Leo Sjöberg <leo.sjoberg@gmail.com> * Rename field_validation to validation and expose it Signed-off-by: Leo Sjöberg <leo.sjoberg@gmail.com> * fix cs Signed-off-by: Leo Sjöberg <leo.sjoberg@gmail.com>
- Loading branch information
Showing
2 changed files
with
89 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters