Skip to content

Commit

Permalink
Schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Dec 5, 2023
1 parent 564a084 commit d24c3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirrord-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"properties": {
"scale_down": {
"title": "feature.copy_target.scale_down {#feature-copy_target-scale_down}",
"description": "If this option is set and [`target`](#target) is a deployment, mirrord will scale it down to 0 for the time the copied pod is alive.",
"description": "If this option is set, mirrord will scale down the target deployment to 0 for the time the copied pod is alive.\n\nThis option is compatible only with deployment targets.",
"type": [
"boolean",
"null"
Expand Down Expand Up @@ -484,7 +484,7 @@
"properties": {
"copy_target": {
"title": "feature.copy_target {#feature-copy_target}",
"description": "Creates a new copy of the target. mirrord will use this copy instead of the original target (e.g. intercept network traffic). This feature requires a [mirrord operator](https://mirrord.dev/docs/teams/introduction/).",
"description": "Creates a new copy of the target. mirrord will use this copy instead of the original target (e.g. intercept network traffic). This feature requires a [mirrord operator](https://mirrord.dev/docs/teams/introduction/).\n\nThis feature is not compatible with rollout targets and running without a target (`targetless` mode).",
"anyOf": [
{
"$ref": "#/definitions/CopyTargetFileConfig"
Expand Down

0 comments on commit d24c3ea

Please sign in to comment.