parent
2955bde6cb
commit
8206cbe1f2
|
|
@ -14,6 +14,7 @@ package che
|
|||
|
||||
import (
|
||||
"context"
|
||||
|
||||
editorsdefinitions "github.com/eclipse-che/che-operator/pkg/deploy/editors-definitions"
|
||||
|
||||
"github.com/eclipse-che/che-operator/pkg/common/test"
|
||||
|
|
|
|||
|
|
@ -14,12 +14,13 @@ package editorsdefinitions
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/eclipse-che/che-operator/pkg/common/utils"
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"regexp"
|
||||
|
||||
"github.com/eclipse-che/che-operator/pkg/common/utils"
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
ctrl "sigs.k8s.io/controller-runtime"
|
||||
"sigs.k8s.io/yaml"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ package deploy
|
|||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
chev2 "github.com/eclipse-che/che-operator/api/v2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue