MCPcopy
hub / github.com/kubernetes/kubernetes / Fatalf

Method Fatalf

pkg/scheduler/backend/cache/cache_test.go:2489–2489  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

2487
2488type testingMode interface {
2489 Fatalf(format string, args ...interface{})
2490}
2491
2492func makeBasePod(t testingMode, nodeName, objName, cpu, mem, extended string, ports []v1.ContainerPort) *v1.Pod {

Callers 15

TestClusterRoleLabelFunction · 0.65
addControllerRoleFunction · 0.65
addNamespaceRoleFunction · 0.65
addNamespaceRoleBindingFunction · 0.65
TestControllerRoleLabelFunction · 0.65
TestNodeAuthorizerFunction · 0.65
checkNilErrorFunction · 0.65
TestValidateFunction · 0.65
BenchmarkVerifyNamespaceFunction · 0.65

Implementers 7

ignoreFailurestest/integration/storageversionmigrato
TContexttest/utils/ktesting/tcontext.go
mockTBtest/utils/ktesting/helper_test.go
assertTestingTtest/utils/ktesting/assert.go
gomegaFailurestest/e2e/framework/conformance/failure
ignoreFatalTstaging/src/k8s.io/component-base/feat
klogWrapperstaging/src/k8s.io/apiserver/pkg/stora

Calls

no outgoing calls

Tested by 15

TestClusterRoleLabelFunction · 0.52
TestControllerRoleLabelFunction · 0.52
TestNodeAuthorizerFunction · 0.52
checkNilErrorFunction · 0.52
TestValidateFunction · 0.52
BenchmarkVerifyNamespaceFunction · 0.52
TestEventRateLimitingFunction · 0.52
TestPodAdmissionFunction · 0.52
TestPVCResizeAdmissionFunction · 0.52