The Pod convention context specification is a wrapper of the PodTemplateSpec
and the ImageConfig
provided in the request body of the server. It represents the original PodTemplateSpec
. For more information on PodTemplateSpec
, see the Kubernetes documentation.
{
"template": {
"metadata": {
...
},
"spec": {
...
}
},
"imageConfig": {
...
"name": "oci-image-name",
"config": {
...
}
}
}