Replace rancher with k3s-io (#5585)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2022-05-19 15:54:21 -07:00
committed by GitHub
parent beaed3c5ed
commit 0663681a3d
142 changed files with 361 additions and 352 deletions

View File

@@ -4,8 +4,8 @@ import (
"context"
"strings"
"github.com/k3s-io/k3s/pkg/nodepassword"
"github.com/pkg/errors"
"github.com/rancher/k3s/pkg/nodepassword"
coreclient "github.com/rancher/wrangler/pkg/generated/controllers/core/v1"
"github.com/sirupsen/logrus"
core "k8s.io/api/core/v1"