Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Mar 1, 2024
1 parent 8d6a901 commit 0aa1b09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/controller/rbdpvcbackup_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/apimachinery/pkg/types"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand Down Expand Up @@ -40,10 +39,6 @@ const (
RBDPVCBackupFinalizerName = "rbdpvcbackup.backup.cybozu.com/finalizer"
)

var (
rbdPVCBackupGVK = schema.GroupVersionKind{Group: "backup.cybozu.com", Version: "v1", Kind: "RBDPVCBackup"}
)

// NewRBDPVCBackupReconciler returns NodeReconciler.
func NewRBDPVCBackupReconciler(client client.Client, scheme *runtime.Scheme) *RBDPVCBackupReconciler {
return &RBDPVCBackupReconciler{
Expand Down

0 comments on commit 0aa1b09

Please sign in to comment.