Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 868 Bytes

pod-convention-context-spec.hbs.md

File metadata and controls

27 lines (23 loc) · 868 Bytes

PodConventionContextSpec for Cartographer Conventions

This reference topic describes the PodConventionContextSpec you can use with Cartographer Conventions.

Overview

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": {
        ...
    }
  }
}