mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
improve gvk and resid strings for error messages
This commit is contained in:
@@ -218,7 +218,7 @@ spec:
|
||||
t.Fatalf("No match should return an error")
|
||||
}
|
||||
if err.Error() !=
|
||||
"resource with name service does not match a config with the following GVK [~G_~V_Deployment]" {
|
||||
"resource with name service does not match a config with the following GVK [Deployment.[noVer].[noGrp]]" {
|
||||
t.Fatalf("Unexpected error: %v", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user