-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor * started work on processor and reconciliation packages * finish processor * finished initial namespace controller refactor, started routing controller * finish rough refactor of controllers * Fix schemas, make it build and run * fix namespace controller so tests pass * adding more tests, fixing errors * Fixing tests * more refactoring * Fix deployment patching and more tests * fix custom certs * fix ingress and watched tests, cloudsql proxy proper security context * Fix routing * skipjob testing * all tests fixed except condition/status * remove istio pkg from gitignore * clean up skipjobs a bit, add schemas for each controller * Add SKIPObject and SkiperatorStatus * Fix tests, fix status (not conditions) * Clean up status stuff a bit * fix(ish) skipjob conditions * Add reason to error state function * remove unused files, add some todos * only use app label on certain resources. improve tests * fix skiperator ignore on resources and add unit tests to makefile * remove unneccessary pointers * add warning event for mistyped resource labels * Add missing namespace creation to setup-local * added alloy support in netpol/default deny * Fix panic when logging * review * review * more review * multigenerator: simplify resource generation code and expandability (#503) Co-authored-by: Martin Haram Nygård <[email protected]> * review * fix test * review, moved commonspec to types, some changes to status * more review corrections * Fix status reconciles, tweak status on pending * fix test * fix typo, add todos * fix all tests failing, add dir for cluster-config * upgrade docker pkg for pharos scan * add resourceDiff struct for more readable diffs * add comment for image pull secret * Dynamic port allocation (#506) * add support for dynamic port * rebase * fix some tests * fix validation and tests * adjust tests to be more resilient * dont add netpol rules that doesn't have a port * add todo * add todo * custom-cert: bugfix * fix missing rbac permissions --------- Co-authored-by: Eline Henriksen <[email protected]> Co-authored-by: Bård Ove Hoel <[email protected]> Co-authored-by: Eline Henriksen <[email protected]> Co-authored-by: Even Holthe <[email protected]> Co-authored-by: Even Holthe <[email protected]>
- Loading branch information
1 parent
843d670
commit f041aab
Showing
176 changed files
with
6,788 additions
and
5,291 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ | |
.vscode/ | ||
.idea/ | ||
dist/ | ||
istio* | ||
istio* | ||
!**/istio/ |
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.