Description
This API creates the service and the related deployment, daemonset or cronjob.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
configuration | body | object | Yes |
|
service | body | object | no |
|
deployment | body | object | Yes |
|
body.deployment
Param | Source | Type | Required | Description |
---|---|---|---|---|
kind | body.deployment | enum | Yes | one of the following: |
… | body.deployment | variable | Yes | a kubernetes recipe for the specified kind |
Add Comment