Skip to content

Commit da9bc79

Browse files
authored
Merge pull request #11732 from chrischdi/pr-classnamespace-godoc
🌱 topology: fix godoc for LocalObjectTemplatesAreCompatible
2 parents 5a77e93 + 9e99f4a commit da9bc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/topology/check/compatibility.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func ObjectsAreInTheSameNamespace(current, desired client.Object) field.ErrorLis
8686
}
8787

8888
// LocalObjectTemplatesAreCompatible checks if two referenced objects are compatible, meaning that
89-
// they are of the same GroupKind and in the same namespace.
89+
// they are of the same GroupKind.
9090
func LocalObjectTemplatesAreCompatible(current, desired clusterv1.LocalObjectTemplate, pathPrefix *field.Path) field.ErrorList {
9191
var allErrs field.ErrorList
9292

0 commit comments

Comments
 (0)