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