We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a77e93 commit 9e99f4aCopy full SHA for 9e99f4a
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