# README
INTRODUCTION
This module include the key functions on processing the POD JSON data file
The sample input POD data file is:
{
"id": "test_|-|_id",
"containers" : [{
"name": "web",
"image": "nginx:latest"
}],
"resource": {
"vcpu": 1,
"memory": "128"
},
"files": [],
"volumes": []
}
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Pod Data Structure.
No description provided by the author
No description provided by the author
No description provided by the author