mirror of https://github.com/k3s-io/k3s
Fix typo in namespace conversion
parent
c2a78483b4
commit
0dbc9c2688
|
@ -2794,7 +2794,7 @@ func init() {
|
||||||
// If one of the conversion functions is malformed, detect it immediately.
|
// If one of the conversion functions is malformed, detect it immediately.
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
err = newer.Scheme.AddFieldLabelConversionFunc("v1beta1", "Namespace",
|
err = newer.Scheme.AddFieldLabelConversionFunc("v1beta3", "Namespace",
|
||||||
func(label, value string) (string, string, error) {
|
func(label, value string) (string, string, error) {
|
||||||
switch label {
|
switch label {
|
||||||
case "status.phase":
|
case "status.phase":
|
||||||
|
|
Loading…
Reference in New Issue