mirror of
https://github.com/rancher/types.git
synced 2025-06-29 15:06:48 +00:00
correct toleration field name
This commit is contained in:
parent
69a7ac7dcf
commit
acda634a29
@ -510,7 +510,7 @@ func podTypes(schemas *types.Schemas) *types.Schemas {
|
||||
AddMapperForType(&Version, v1.PodSpec{},
|
||||
mapper.InitContainerMapper{},
|
||||
mapper.SchedulingMapper{},
|
||||
m.Move{From: "tolerations", To: "scheduling/tolerations", DestDefined: true},
|
||||
m.Move{From: "tolerations", To: "scheduling/tolerate", DestDefined: true},
|
||||
&m.Embed{Field: "securityContext"},
|
||||
&m.Drop{Field: "serviceAccount"},
|
||||
).
|
||||
|
Loading…
Reference in New Issue
Block a user