Changing v1beta3 field selectors to be camelCased

This commit is contained in:
nikhiljindal
2015-03-09 18:01:01 -07:00
parent 2a7be5619a
commit 916ca9cc68
8 changed files with 15 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ func getHostFieldLabel() string {
case "v1beta1", "v1beta2":
return "DesiredState.Host"
default:
return "Status.Host"
return "status.host"
}
}