Import from Container Engine docs, addition of Tabs functionality, various link fixes
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
"spec": {
|
||||
"containers": [
|
||||
{
|
||||
"name": "",
|
||||
"image": "",
|
||||
"command": [
|
||||
""
|
||||
],
|
||||
"args": [
|
||||
""
|
||||
],
|
||||
"env": [
|
||||
{
|
||||
"name": "",
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"imagePullPolicy": "",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 0,
|
||||
"name": "",
|
||||
"protocol": ""
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"cpu": ""
|
||||
"memory": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"restartPolicy": "",
|
||||
"volumes": [
|
||||
{
|
||||
"name": "",
|
||||
"emptyDir": {
|
||||
"medium": ""
|
||||
},
|
||||
"secret": {
|
||||
"secretName": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user