jsonnet-libs / k8s

Code generator for Jsonnet Kubernetes libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapContainer doesn't work on pod.

Jezza opened this issue · comments

commented

I'm currently using k8s 1.21, and it seems that I can't mapContainers for pods.

I also can't use the nice volumeMount functions, because they're not defined for pod.

I think this hasn't been use-case so far. Could you describe what you use it for and provide a minimal example?