File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,6 @@ import (
31
31
logf "sigs.k8s.io/controller-runtime/pkg/log"
32
32
)
33
33
34
- type runModeType string
35
-
36
- const (
37
- localRunMode runModeType = "local"
38
- )
39
-
40
- // forceRunModeEnv indicates if the operator should be forced to run in either local
41
- // or cluster mode (currently only used for local mode)
42
- var forceRunModeEnv = "OSDK_FORCE_RUN_MODE"
43
-
44
34
// errNoNamespace indicates that a namespace could not be found for the current
45
35
// environment
46
36
var errNoNamespace = fmt .Errorf ("Namespace is required when running outside the cluster" )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func TestIsPodEvicted(t *testing.T) {
71
71
},
72
72
},
73
73
{
74
- name : "Succeded pod returns false" ,
74
+ name : "Succeeded pod returns false" ,
75
75
expected : false ,
76
76
pod : corev1.Pod {
77
77
Status : corev1.PodStatus {
You can’t perform that action at this time.
0 commit comments