Hello again. Trying to understand pod plugin code, so to take it as reference to develop other custom backend plugins for our need on k8s.
Need some help in understanding links between functions calls and their definitions.
currently, taskCtx.TaskReader().Read(ctx) is referring to an interface. But where is the implementation for this interface. I can only see it is called in BuildResource method. Could some can explain us code?