Closed sboeuf closed 6 years ago
We don't want to fetch the pod network from the filesystem every time we need information about it. Instead, the network is related to the pod, that's why the pod should hold this information in-memory through a new field into its structure.
Fixes #628
Signed-off-by: Sebastien Boeuf sebastien.boeuf@intel.com
LGTM
We don't want to fetch the pod network from the filesystem every time we need information about it. Instead, the network is related to the pod, that's why the pod should hold this information in-memory through a new field into its structure.
Fixes #628
Signed-off-by: Sebastien Boeuf sebastien.boeuf@intel.com