mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
remove ReallyCrashForTesting and cleaned up some references to HandleCrash behavior
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user