We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ee363 commit 0609547Copy full SHA for 0609547
controllers/workspace/devworkspace_controller.go
@@ -68,7 +68,6 @@ import (
68
"sigs.k8s.io/controller-runtime/pkg/reconcile"
69
)
70
71
-
72
const (
73
startingWorkspaceRequeueInterval = 5 * time.Second
74
pkg/library/home/persistentHome.go
@@ -21,8 +21,8 @@ import (
21
"github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2"
22
devfilevalidation "github.com/devfile/api/v2/pkg/validation"
23
"github.com/devfile/devworkspace-operator/pkg/provision/storage"
24
- "k8s.io/utils/pointer"
25
corev1 "k8s.io/api/core/v1"
+ "k8s.io/utils/pointer"
26
27
"github.com/devfile/devworkspace-operator/pkg/common"
28
"github.com/devfile/devworkspace-operator/pkg/constants"
0 commit comments