Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd25416 commit 63c73a5Copy full SHA for 63c73a5
pkg/api/v1/conversion.go
@@ -44,7 +44,7 @@ func addConversionFuncs() {
44
"status.phase",
45
"spec.nodeName":
46
return label, value, nil
47
- // This is for backwards compatability with old v1 clients which send spec.host
+ // This is for backwards compatability with old v1 clients which send spec.host
48
case "spec.host":
49
return "spec.nodeName", value, nil
50
default:
0 commit comments