Summary
The user is seeking assistance with understanding pod plugin development in Kubernetes, specifically the connections between function calls and their definitions. They mention the function taskCtx.TaskReader().Read(ctx) and are looking for the implementation of its interface, particularly the BuildResource method. The user suggests that the implementation they are interested in is the lazyUploadingTaskReader
and notes the complexity of the plugin machinery, which led to the creation of the Flyte agents plugin framework. They also mention that some interfaces in flyteplugins are implemented in propeller and express doubt regarding the taskreader interface in the existing pod plugin code.