Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Param

Source

Type

Required

Description

catalog

body.recipe

object

Yes

item

body.recipe

object

Yes

 

src

body.recipe

object

no

 

mode

body.recipe

enum

yes

only the following ["Deployment", "DaemonSet"]

labels

body.recipe

object

no

image

body.recipe

object

yes

ports

body.recipe

array of objects

no

Code Block
languagejson
"properties": {
  "name": {
    "type": "string"
  },
  "containerPort": {
    "type": "integer"
  }
},
"required": ["name", "containerPort"]

workingDir

body.recipe

string

no

command

body.recipe

array

no

args

body.recipe

array

no

readinessProbe

body.recipe

object

yes

livenessProbe

body.recipe

object

no

env

body.recipe

array

no

volume

body.recipe

object

no

replicas

body.recipe

integer

no

revisionHistoryLimit

body.recipe

integer

no

service

body.recipe

object

no

...