Share feedback
Answers are generated based on the documentation.

Experimental

Schema

StartupExecution

Type: object

StartupExecution retains the accepted execution promise across fresh boots. It is ordinary create input.
Exactly one alternative must match

Type: object

rawImage · required

Schema: RawImageStartup

raw_image executes image commands using OCI identity and directory defaults.
All schema constraints and annotations
{
  "$ref": "#/components/schemas/RawImageStartup",
  "description": "raw_image executes image commands using OCI identity and directory defaults."
}
All schema constraints and annotations
{
  "properties": {
    "rawImage": {
      "$ref": "#/components/schemas/RawImageStartup",
      "description": "raw_image executes image commands using OCI identity and directory defaults."
    }
  },
  "required": [
    "rawImage"
  ],
  "title": "raw_image",
  "type": "object"
}
All schema constraints and annotations
{
  "description": "StartupExecution retains the accepted execution promise across fresh boots.\nIt is ordinary create input.",
  "oneOf": [
    {
      "properties": {
        "rawImage": {
          "$ref": "#/components/schemas/RawImageStartup",
          "description": "raw_image executes image commands using OCI identity and directory defaults."
        }
      },
      "required": [
        "rawImage"
      ],
      "title": "raw_image",
      "type": "object"
    }
  ],
  "title": "StartupExecution",
  "type": "object",
  "unevaluatedProperties": false
}