Mutate injects affinity info into pod if a plugin return true, it means that no need to call other plugins map[string]base.RuntimeInfoInterface's key is pvcName
(*corev1.Pod, map[string]base.RuntimeInfoInterface)
| 29 | // if a plugin return true, it means that no need to call other plugins |
| 30 | // map[string]base.RuntimeInfoInterface's key is pvcName |
| 31 | Mutate(*corev1.Pod, map[string]base.RuntimeInfoInterface) (shouldStop bool, err error) |
| 32 | // GetName returns the name of plugin |
| 33 | GetName() string |
| 34 | } |
no outgoing calls