mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
"experimental" -> "extensions"
This commit is contained in:
@@ -25,7 +25,7 @@ func addDefaultingFuncs() {
|
||||
api.Scheme.AddDefaultingFuncs(
|
||||
func(obj *APIVersion) {
|
||||
if len(obj.APIGroup) == 0 {
|
||||
obj.APIGroup = "experimental"
|
||||
obj.APIGroup = "extensions"
|
||||
}
|
||||
},
|
||||
func(obj *DaemonSet) {
|
||||
|
||||
Reference in New Issue
Block a user