We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a77e93 + 9e99f4a commit da9bc79Copy full SHA for da9bc79
internal/topology/check/compatibility.go
@@ -86,7 +86,7 @@ func ObjectsAreInTheSameNamespace(current, desired client.Object) field.ErrorLis
86
}
87
88
// LocalObjectTemplatesAreCompatible checks if two referenced objects are compatible, meaning that
89
-// they are of the same GroupKind and in the same namespace.
+// they are of the same GroupKind.
90
func LocalObjectTemplatesAreCompatible(current, desired clusterv1.LocalObjectTemplate, pathPrefix *field.Path) field.ErrorList {
91
var allErrs field.ErrorList
92
0 commit comments