mirror of
https://github.com/stakater/Reloader.git
synced 2026-05-20 15:42:53 +00:00
feat: A lot of refactoring and CSI test cases
This commit is contained in:
@@ -7,11 +7,12 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/stakater/Reloader/internal/pkg/options"
|
||||
"github.com/stakater/Reloader/pkg/kube"
|
||||
app "k8s.io/api/apps/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
patchtypes "k8s.io/apimachinery/pkg/types"
|
||||
|
||||
"github.com/stakater/Reloader/internal/pkg/options"
|
||||
"github.com/stakater/Reloader/pkg/kube"
|
||||
)
|
||||
|
||||
// Keeps track of currently active timers
|
||||
|
||||
Reference in New Issue
Block a user