mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Changing v1beta3 field selectors to be camelCased
This commit is contained in:
2
pkg/client/cache/listwatch_test.go
vendored
2
pkg/client/cache/listwatch_test.go
vendored
@@ -53,7 +53,7 @@ func getHostFieldLabel() string {
|
||||
case "v1beta1", "v1beta2":
|
||||
return "DesiredState.Host"
|
||||
default:
|
||||
return "Status.Host"
|
||||
return "status.host"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user