Commit 3c0b7992 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #7446 from liggitt/namespace_conversion

Fix typo in namespace conversion
parents 5773d993 0dbc9c26
...@@ -2794,7 +2794,7 @@ func init() { ...@@ -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":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment