Skip to content

Commit

Permalink
Merge pull request #222 from Mirantis/awsprovidertypes
Browse files Browse the repository at this point in the history
Remove AWSProvider resource
  • Loading branch information
Kshatrix authored Aug 22, 2024
2 parents 7f7b1b5 + d81e8f0 commit eaf0a12
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 385 deletions.
9 changes: 0 additions & 9 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,4 @@ resources:
kind: Management
path: github.com/Mirantis/hmc/api/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
controller: true
domain: hmc.mirantis.com
group: hmc.mirantis.com
kind: AWSProvider
path: github.com/Mirantis/hmc/api/v1alpha1
version: v1alpha1
version: "3"
62 changes: 0 additions & 62 deletions api/v1alpha1/awsprovider_types.go

This file was deleted.

89 changes: 0 additions & 89 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,6 @@ func main() {
setupLog.Error(err, "unable to create controller", "controller", "Management")
os.Exit(1)
}
if err = (&controller.AWSProviderReconciler{
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
}).SetupWithManager(mgr); err != nil {
setupLog.Error(err, "unable to create controller", "controller", "AWSProvider")
os.Exit(1)
}
if err = mgr.Add(&controller.Poller{
Client: mgr.GetClient(),
Config: mgr.GetConfig(),
Expand Down
56 changes: 0 additions & 56 deletions internal/controller/provideraws_controller.go

This file was deleted.

82 changes: 0 additions & 82 deletions internal/controller/provideraws_controller_test.go

This file was deleted.

54 changes: 0 additions & 54 deletions templates/hmc/templates/crds/hmc.mirantis.com_awsproviders.yaml

This file was deleted.

Loading

0 comments on commit eaf0a12

Please sign in to comment.