-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add TODOs with places to change * add TODOs with places to change * change accepted validation label values * add support for namespaces system and user in webhook * separate IsValidationEnabledForNS in validation package * use one IsValidationEnabledForNS definition * update linter excludes * remove finished todo * add factory for validation service * add new mock for validation service factory * use user validator during pod validation in defaulting webhook * fix accidentaly commented code; rename validator fields in defaulting webhook * remove not important calls of validation service factory in tests * add support (partially) for annotation with notary url * add support for namespace annotations with notary configuration * cleanup creating user validation service * add base for handleTimeout tests in defaulting webhook * add next test cases for handleTimeout in defaulting webhook * add test cases for unavaliable notary in defaulting webhook * add support for strict mode in defaulting webhook for user validation * add support for namespaces system and user in controller * add TODO for namespace controller * add support for changing namespace validation label value in controller * add support for changing namespace user validation annotations value in controller * fiv linter errors * cleanup - rename variables * cleanup - remove unimportant waits in tests * shorten test notation * shorten test notation * shorten test notation * improve namespace controller logging --------- Co-authored-by: Piotr Halama <[email protected]>
- Loading branch information
Showing
22 changed files
with
1,566 additions
and
237 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
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
Oops, something went wrong.