This reference topic describes the PodConventionContextSpec
you can use with Cartographer Conventions.
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 about PodTemplateSpec
, see the Kubernetes documentation.
For example:
{
"template": {
"metadata": {
...
},
"spec": {
...
}
},
"imageConfig": {
...
"name": "oci-image-name",
"config": {
...
}
}
}