mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Changing v1beta3 field selectors to be camelCased
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user