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

restartPolicy

body.recipe

string

no

service

body.recipe

object

no

...

Param

Source

Type

Required

Description

id

body.recipe.catalog

string

Yes

 

version

body.recipe.catalog

string

Yes

shell

body.recipe.catalog

string

Yes

 

restartPolicy

body.recipe.catalog

string

no

body.recipe.item

Param

Source

Type

Required

Description

env

body.recipe.item

string

Yes

 

name

body.recipe.item

string

Yes

group

body.recipe.item

string

Yes

 

type

body.recipe.item

string

Yes

subtype

body.recipe.item

string

no

version

body.recipe.item

string

Yes

...