mirror of
https://github.com/rancher/os.git
synced 2025-09-08 02:01:27 +00:00
Rename to rancher/os2
This commit is contained in:
@@ -3,11 +3,11 @@ package operator
|
||||
import (
|
||||
"context"
|
||||
|
||||
v1 "github.com/rancher/os/pkg/apis/rancheros.cattle.io/v1"
|
||||
"github.com/rancher/os/pkg/clients"
|
||||
"github.com/rancher/os/pkg/controllers/inventory"
|
||||
"github.com/rancher/os/pkg/controllers/managedos"
|
||||
"github.com/rancher/os/pkg/server"
|
||||
v1 "github.com/rancher/os2/pkg/apis/rancheros.cattle.io/v1"
|
||||
"github.com/rancher/os2/pkg/clients"
|
||||
"github.com/rancher/os2/pkg/controllers/inventory"
|
||||
"github.com/rancher/os2/pkg/controllers/managedos"
|
||||
"github.com/rancher/os2/pkg/server"
|
||||
"github.com/rancher/steve/pkg/aggregation"
|
||||
"github.com/rancher/wrangler/pkg/crd"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
Reference in New Issue
Block a user