remove ReallyCrashForTesting and cleaned up some references to HandleCrash behavior

This commit is contained in:
Sergey Kanzhelev
2021-05-04 00:10:11 +00:00
parent 9a75e7b0fd
commit a11453efbc
10 changed files with 5 additions and 58 deletions

View File

@@ -39,7 +39,6 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/types"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/kubernetes/fake"
@@ -87,7 +86,6 @@ import (
)
func init() {
utilruntime.ReallyCrash = true
}
const (