Skip to content

Commit 9e99f4a

Browse files
committed
topology: fix godoc for LocalObjectTemplatesAreCompatible
1 parent 5a77e93 commit 9e99f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/topology/check/compatibility.go

Lines changed: 1 addition & 1 deletion
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)