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

@@ -29,9 +29,9 @@ func init() {
switch label {
case "name":
fallthrough
case "Status.Phase":
case "status.phase":
fallthrough
case "Status.Host":
case "status.host":
return label, value, nil
default:
return "", "", fmt.Errorf("field label not supported: %s", label)