-
Notifications
You must be signed in to change notification settings - Fork 5
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 Kubernetes 1.22 with backwards compatibility (#49)
* Initial adapter for validating webhook * Extended unit tests to validate proper type is used * Changed project structure to support v1 and v1beta1 apiextensions for CRDs * Removed install and uninstall make targets * Restored and fixed install/uninstall targets and merged manifests with the fix for empty object default. Split the CRDs in two folders. Fixed a bug with an optional value that had required children in runtime. * Add some explanation to readmes for defaults and api versions * Remove monitor from operator and its uses * Fix api version in hardening controller as well. Added samples for 2 CRDs for easier debugging. * Fixed an endless reconcile loop due to admission rules being overriden. Added delve config for debugging. * Fixed CR comment * Removed obsolete interface * Changed SetWebhooks() so that we can modify the objects via pointer references and not have to set them every time...this avoids constant reconcile if kubernetes re-orders the items * Fix runtime file generation (from rebase on main)
- Loading branch information
1 parent
0dcf420
commit 9c63e49
Showing
58 changed files
with
2,113 additions
and
3,367 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
This file was deleted.
Oops, something went wrong.
111 changes: 0 additions & 111 deletions
111
cbcontainers/monitor/default_features_status_provider_test.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.