package
0.7.0
Repository: https://github.com/intelsdi-x/runv.git
Documentation: pkg.go.dev

# README

INTRODUCE

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": []
}