File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ import (
3737 "sigs.k8s.io/controller-runtime/pkg/webhook"
3838
3939 // Import all supported provider implementations.
40+ _ "github.com/ironcore-dev/network-operator/internal/provider/cisco/iosxr"
4041 _ "github.com/ironcore-dev/network-operator/internal/provider/cisco/nxos"
4142 _ "github.com/ironcore-dev/network-operator/internal/provider/openconfig"
4243
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import (
2323 "sigs.k8s.io/yaml"
2424
2525 // Import all supported provider implementations.
26+ _ "github.com/ironcore-dev/network-operator/internal/provider/cisco/iosxr"
2627 _ "github.com/ironcore-dev/network-operator/internal/provider/cisco/nxos"
2728 _ "github.com/ironcore-dev/network-operator/internal/provider/openconfig"
2829
You can’t perform that action at this time.
0 commit comments