Merge pull request #69730 from xichengliudui/fix18101204
Fix some typo Kubernetes-commit: e77e8ffbf5c466f232f970ae529d745ae27e0ff7
This commit is contained in:
commit
af5573895c
|
@ -1166,7 +1166,7 @@ func (t *Tester) testDeleteGracefulShorten(obj runtime.Object, createFn CreateFu
|
||||||
// testGetDifferentNamespace ensures same-name objects in different namespaces do not clash
|
// testGetDifferentNamespace ensures same-name objects in different namespaces do not clash
|
||||||
func (t *Tester) testGetDifferentNamespace(obj runtime.Object) {
|
func (t *Tester) testGetDifferentNamespace(obj runtime.Object) {
|
||||||
if t.clusterScope {
|
if t.clusterScope {
|
||||||
t.Fatalf("the test does not work in in cluster-scope")
|
t.Fatalf("the test does not work in cluster-scope")
|
||||||
}
|
}
|
||||||
|
|
||||||
objMeta := t.getObjectMetaOrFail(obj)
|
objMeta := t.getObjectMetaOrFail(obj)
|
||||||
|
|
Loading…
Reference in New Issue