Skip to content

Commit

Permalink
refactoring (#191)
Browse files Browse the repository at this point in the history
* delete awscluster reconciler
* add barebones for iam tests
* use aws arn package to extract account, drop requeue
* remove kiam role creation/deletion
* remove kiam leftovers
  • Loading branch information
Berk Dehrioglu authored Oct 3, 2023
1 parent 4b9f594 commit e57c7ef
Show file tree
Hide file tree
Showing 15 changed files with 334 additions and 880 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Remove SecretReconciler.
- Refactor Reconcilers.

### Added

- Add new role for AWS Load Balancer Controller.
- Add tests for iam package.

## [0.10.0] - 2023-08-11

Expand Down
275 changes: 0 additions & 275 deletions controllers/awscluster_controller.go

This file was deleted.

Loading

0 comments on commit e57c7ef

Please sign in to comment.