|
|
|
|
@ -5,17 +5,17 @@ import ( |
|
|
|
|
"fmt" |
|
|
|
|
"os" |
|
|
|
|
|
|
|
|
|
"github.com/ViaQ/loki-operator/internal/manifests/openshift" |
|
|
|
|
"github.com/grafana/loki-operator/internal/manifests/openshift" |
|
|
|
|
|
|
|
|
|
"github.com/ViaQ/logerr/kverrors" |
|
|
|
|
"github.com/ViaQ/logerr/log" |
|
|
|
|
lokiv1beta1 "github.com/ViaQ/loki-operator/api/v1beta1" |
|
|
|
|
"github.com/ViaQ/loki-operator/internal/external/k8s" |
|
|
|
|
"github.com/ViaQ/loki-operator/internal/handlers/internal/gateway" |
|
|
|
|
"github.com/ViaQ/loki-operator/internal/handlers/internal/secrets" |
|
|
|
|
"github.com/ViaQ/loki-operator/internal/manifests" |
|
|
|
|
"github.com/ViaQ/loki-operator/internal/metrics" |
|
|
|
|
"github.com/ViaQ/loki-operator/internal/status" |
|
|
|
|
lokiv1beta1 "github.com/grafana/loki-operator/api/v1beta1" |
|
|
|
|
"github.com/grafana/loki-operator/internal/external/k8s" |
|
|
|
|
"github.com/grafana/loki-operator/internal/handlers/internal/gateway" |
|
|
|
|
"github.com/grafana/loki-operator/internal/handlers/internal/secrets" |
|
|
|
|
"github.com/grafana/loki-operator/internal/manifests" |
|
|
|
|
"github.com/grafana/loki-operator/internal/metrics" |
|
|
|
|
"github.com/grafana/loki-operator/internal/status" |
|
|
|
|
|
|
|
|
|
corev1 "k8s.io/api/core/v1" |
|
|
|
|
rbacv1 "k8s.io/api/rbac/v1" |
|
|
|
|
|