Refactor openapi.yaml to add static_image property for application resources
This commit is contained in:
16
openapi.yaml
16
openapi.yaml
@@ -98,6 +98,10 @@ paths:
|
|||||||
is_static:
|
is_static:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 'The flag to indicate if the application is static.'
|
description: 'The flag to indicate if the application is static.'
|
||||||
|
static_image:
|
||||||
|
type: string
|
||||||
|
enum: ['nginx:alpine']
|
||||||
|
description: 'The static image.'
|
||||||
install_command:
|
install_command:
|
||||||
type: string
|
type: string
|
||||||
description: 'The install command.'
|
description: 'The install command.'
|
||||||
@@ -323,6 +327,10 @@ paths:
|
|||||||
is_static:
|
is_static:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 'The flag to indicate if the application is static.'
|
description: 'The flag to indicate if the application is static.'
|
||||||
|
static_image:
|
||||||
|
type: string
|
||||||
|
enum: ['nginx:alpine']
|
||||||
|
description: 'The static image.'
|
||||||
install_command:
|
install_command:
|
||||||
type: string
|
type: string
|
||||||
description: 'The install command.'
|
description: 'The install command.'
|
||||||
@@ -548,6 +556,10 @@ paths:
|
|||||||
is_static:
|
is_static:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 'The flag to indicate if the application is static.'
|
description: 'The flag to indicate if the application is static.'
|
||||||
|
static_image:
|
||||||
|
type: string
|
||||||
|
enum: ['nginx:alpine']
|
||||||
|
description: 'The static image.'
|
||||||
install_command:
|
install_command:
|
||||||
type: string
|
type: string
|
||||||
description: 'The install command.'
|
description: 'The install command.'
|
||||||
@@ -4981,10 +4993,10 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
logdrain_newrelic_license_key:
|
logdrain_newrelic_license_key:
|
||||||
type: string
|
type: string
|
||||||
sentinel_metrics_refresh_rate_seconds:
|
|
||||||
type: integer
|
|
||||||
sentinel_metrics_history_days:
|
sentinel_metrics_history_days:
|
||||||
type: integer
|
type: integer
|
||||||
|
sentinel_metrics_refresh_rate_seconds:
|
||||||
|
type: integer
|
||||||
sentinel_token:
|
sentinel_token:
|
||||||
type: string
|
type: string
|
||||||
docker_cleanup_frequency:
|
docker_cleanup_frequency:
|
||||||
|
Reference in New Issue
Block a user