mirror of
https://github.com/paralus/paralus.git
synced 2026-05-13 11:56:39 +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:
@@ -1,18 +1,12 @@
|
||||
package client
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/paralus/paralus/pkg/controller/scheme"
|
||||
"sigs.k8s.io/controller-runtime/pkg/client"
|
||||
"sigs.k8s.io/controller-runtime/pkg/client/apiutil"
|
||||
"sigs.k8s.io/controller-runtime/pkg/client/config"
|
||||
)
|
||||
|
||||
var (
|
||||
defaultResyncInterval = time.Second * 30
|
||||
)
|
||||
|
||||
// New returns new kubernetes client
|
||||
func New() (client.Client, error) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user