Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63c73a5

Browse files
committed
Fix gofmt from kubernetes#11084
1 parent fd25416 commit 63c73a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/v1/conversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func addConversionFuncs() {
4444
"status.phase",
4545
"spec.nodeName":
4646
return label, value, nil
47-
// This is for backwards compatability with old v1 clients which send spec.host
47+
// This is for backwards compatability with old v1 clients which send spec.host
4848
case "spec.host":
4949
return "spec.nodeName", value, nil
5050
default:

0 commit comments

Comments
 (0)