package zuser
import(
kubeclient "sigs.k8s.io/controller-runtime/pkg/client"
)
type ctrl struct {
kubeClient kubeclient.Client
}