Skip to content

Commit 58e23e4

Browse files
committed
update k8s meta with namespace links
1 parent 2fd3126 commit 58e23e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/helper/k8smeta/k8s_meta_link_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ func generateMockNamespace(namespaceName string) *ObjectWrapper {
16241624
Raw: &corev1.Namespace{
16251625
ObjectMeta: metav1.ObjectMeta{
16261626
Name: namespaceName,
1627-
Namespace: namespaceName,// Namespace: "namespace1",
1627+
Namespace: "", // namesapce itself without namesapce
16281628
},
16291629
},
16301630
}

0 commit comments

Comments
 (0)