-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from loft-sh/DOC-196
Adds autoSleep and autoDelete to platform vcluster.yaml docs
- Loading branch information
Showing
8 changed files
with
193 additions
and
7 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
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
28 changes: 28 additions & 0 deletions
28
platform/api/_partials/resources/config/external/platform/autoDelete.mdx
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,28 @@ | ||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
## `autoDelete` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#autoDelete} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
### `afterInactivity` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">integer</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#autoDelete-afterInactivity} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
</details> |
88 changes: 88 additions & 0 deletions
88
platform/api/_partials/resources/config/external/platform/autoSleep.mdx
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,88 @@ | ||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
## `autoSleep` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#autoSleep} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
### `afterInactivity` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">integer</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#autoSleep-afterInactivity} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
### `schedule` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">string</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#autoSleep-schedule} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
### `timezone` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">string</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#autoSleep-timezone} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
### `autoWakeup` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#autoSleep-autoWakeup} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
#### `schedule` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">string</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#autoSleep-autoWakeup-schedule} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
</details> | ||
|
||
|
||
</details> |
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
1 change: 0 additions & 1 deletion
1
platform/api/resources/vcluster-yaml/external/platform/api-key.mdx
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
8 changes: 8 additions & 0 deletions
8
platform/api/resources/vcluster-yaml/external/platform/auto-delete.mdx
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,8 @@ | ||
--- | ||
title: autoDelete | ||
sidebar_label: autoDelete | ||
--- | ||
|
||
import AutoDelete from '@site/platform/api/_partials/resources/config/external/platform/autoDelete.mdx' | ||
|
||
<AutoDelete /> |
8 changes: 8 additions & 0 deletions
8
platform/api/resources/vcluster-yaml/external/platform/auto-sleep.mdx
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,8 @@ | ||
--- | ||
title: autoSleep | ||
sidebar_label: autoSleep | ||
--- | ||
|
||
import AutoSleep from '@site/platform/api/_partials/resources/config/external/platform/autoSleep.mdx' | ||
|
||
<AutoSleep /> |