mirror of
https://github.com/paralus/paralus.git
synced 2026-05-21 07:43:04 +00:00
refactor: remove unused func/var/methods (#315)
Signed-off-by: Dhruv Jain <92215138+jaydee029@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,6 @@ import (
|
||||
clusterv2 "github.com/paralus/paralus/proto/types/controller"
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
apierrs "k8s.io/apimachinery/pkg/api/errors"
|
||||
"k8s.io/apimachinery/pkg/api/meta"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
"k8s.io/apimachinery/pkg/runtime/schema"
|
||||
@@ -23,7 +22,6 @@ import (
|
||||
|
||||
var (
|
||||
stepLog = logf.Log.WithName("cluster-v2-step")
|
||||
ma = meta.NewAccessor()
|
||||
)
|
||||
|
||||
// Handler is the interface for working with steps
|
||||
|
||||
Reference in New Issue
Block a user