mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 11:04:44 +00:00
Remove vestiges of defaulting from conversion path, switch to top-level default registration only
This commit is contained in:
@@ -21,5 +21,5 @@ import (
|
||||
)
|
||||
|
||||
func addDefaultingFuncs(scheme *runtime.Scheme) error {
|
||||
return scheme.AddDefaultingFuncs()
|
||||
return RegisterDefaults(scheme)
|
||||
}
|
||||
|
Reference in New Issue
Block a user