Skip to content

Commit

Permalink
Merge pull request #11732 from chrischdi/pr-classnamespace-godoc
Browse files Browse the repository at this point in the history
🌱 topology: fix godoc for LocalObjectTemplatesAreCompatible
  • Loading branch information
k8s-ci-robot authored Jan 22, 2025
2 parents 5a77e93 + 9e99f4a commit da9bc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/topology/check/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func ObjectsAreInTheSameNamespace(current, desired client.Object) field.ErrorLis
}

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

Expand Down

0 comments on commit da9bc79

Please sign in to comment.