Skip to content

Commit 5128763

Browse files
author
Kate Osborn
committed
Name return args
1 parent 7a544ba commit 5128763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/framework/gatewayclass/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type apiVersion struct {
3030

3131
func ValidateCRDVersions(
3232
crdMetadata map[types.NamespacedName]*metav1.PartialObjectMetadata,
33-
) ([]conditions.Condition, bool) {
33+
) (conds []conditions.Condition, valid bool) {
3434
installedAPIVersions := getBundleVersions(crdMetadata)
3535
supportedAPIVersion := parseVersionString(SupportedVersion)
3636

0 commit comments

Comments
 (0)