mirror of
https://github.com/rancher/types.git
synced 2025-08-28 08:40:31 +00:00
correct toleration field name
This commit is contained in:
parent
522fc4d7b1
commit
34d49d1c94
@ -526,7 +526,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