Skip to content

Commit

Permalink
Revert "feat: add webhook for validating module config virtualization (
Browse files Browse the repository at this point in the history
…#571)"

This reverts commit e2ce6c4.

Signed-off-by: Isteb4k <[email protected]>
  • Loading branch information
Isteb4k committed Jan 15, 2025
1 parent e2ce6c4 commit b107893
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 903 deletions.
104 changes: 0 additions & 104 deletions hooks/module_config_validator.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ import (
appconfig "github.com/deckhouse/virtualization-controller/pkg/config"
"github.com/deckhouse/virtualization-controller/pkg/controller/cvi"
"github.com/deckhouse/virtualization-controller/pkg/controller/indexer"
mc "github.com/deckhouse/virtualization-controller/pkg/controller/moduleconfig"
mcapi "github.com/deckhouse/virtualization-controller/pkg/controller/moduleconfig/api"
"github.com/deckhouse/virtualization-controller/pkg/controller/vd"
"github.com/deckhouse/virtualization-controller/pkg/controller/vdsnapshot"
"github.com/deckhouse/virtualization-controller/pkg/controller/vi"
Expand Down Expand Up @@ -168,7 +166,6 @@ func main() {
cdiv1beta1.AddToScheme,
virtv1.AddToScheme,
vsv1.AddToScheme,
mcapi.AddToScheme,
} {
err = f(scheme)
if err != nil {
Expand Down Expand Up @@ -308,11 +305,6 @@ func main() {
os.Exit(1)
}

if err = mc.SetupWebhookWithManager(mgr); err != nil {
log.Error(err.Error())
os.Exit(1)
}

log.Info("Starting the Manager.")

// Start the Manager
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b107893

Please sign in to comment.