-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add app maintenance spec with enabled field (#930)
The enabled field allows users to enable/disable maintenance mode. Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
- Loading branch information
1 parent
f91f775
commit 38f74b1
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
type: object | ||
description: Specification to configure maintenance settings for the app, such as maintenance mode. | ||
properties: | ||
enabled: | ||
type: boolean | ||
description: Indicates whether maintenance mode should be enabled for the app. | ||
example: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,5 +77,8 @@ properties: | |
egress: | ||
$ref: app_egress_spec.yml | ||
|
||
maintenance: | ||
$ref: app_maintenance_spec.yml | ||
|
||
required: | ||
- name |