Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yardenE committed Feb 11, 2025
1 parent 6e1f22a commit 1ec6365
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1514,17 +1514,17 @@ properties:
gracePeriod:
type: integer
description: |
Indicates (in seconds) the timeout to wait until instance become healthy based on the healthCheckType.
Indicates (in seconds) the timeout to wait until instance become healthy based on the healthCheckType.The number of seconds the timeout waits until the instance becomes healthy based on the healthCheckType.
minimum: 1
integrations:
type: object
title: Elastigroup Integrations
description: |
Set integrations for the VMs in the Elastigroup.
Configure integrations for the VMs in the Elastigroup.
properties:
azureDns:
description: |
Set DNS zones for the VMs in the Elastigroup.
Configure DNS zones for the VMs in the Elastigroup.
[Read more](https://docs.spot.io/elastigroup/features-azure/dns)
type: object
required:
Expand All @@ -1544,7 +1544,7 @@ properties:
type:
type: string
description: |
The type of the DNS zone. Currently we only support public DNS zones.
The type of DNS zone. Currently, only public is supported.
enum:
- "public"
example: "public"
Expand All @@ -1561,7 +1561,7 @@ properties:
recordSets:
type: array
description:
List of record sets to be add the Virtual Machine IPs to the DNS.
The record sets of virtual machine IPs to add to the DNS.
items:
type: object
title: Record Sets
Expand All @@ -1572,12 +1572,11 @@ properties:
spotAccountId:
type: string
description: |
The Spot account ID that connected to the Azure subscription to which the DNS zone belongs.
Relevant only in case of cross-subscription shared DNS zones.
For cross-subscription shared DNS zones, this is the Spot account ID of the Azure subscription in the DNS zone.
insights:
type: object
description: |
Set insights for the VMs in the Elastigroup.
Configure Azure Insights for Elastigroup VMs.
required:
- isEnabled
- dataCollectionRuleId
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type: object
title: Elastigroup Integrations
description: |
Set integrations for the VMs in the Elastigroup.
Configure integrations for the VMs in the Elastigroup.
properties:
azureDns:
description: |
Expand All @@ -18,7 +18,7 @@ properties:
type:
type: string
description: |
The type of the DNS zone. Currently we only support public DNS zones.
The type of DNS zone. Currently, only public is supported.
enum:
- "public"
example: "public"
Expand All @@ -35,7 +35,7 @@ properties:
recordSets:
type: array
description:
List of record sets to be add the Virtual Machine IPs to the DNS.
The record sets of virtual machine IPs to add to the DNS.
items:
type: object
title: Record Sets
Expand All @@ -48,12 +48,11 @@ properties:
spotAccountId:
type: string
description: |
The Spot account ID that connected to the Azure subscription to which the DNS zone belongs.
Relevant only in case of cross-subscription shared DNS zones.
For cross-subscription shared DNS zones, this is the Spot account ID of the Azure subscription in the DNS zone.
insights:
type: object
description: |
Set insights for the VMs in the Elastigroup.
Configure insights for the VMs in the Elastigroup.
properties:
isEnabled:
type: boolean
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type: object
title: Stateful Node Integrations
description: |
Set integrations for the VMs in the Stateful Node.
Configure integrations for the VMs in the Stateful Node.
properties:
insights:
type: object
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
type: object
title: Stateful Node Integrations
description: |
Set integrations for the VMs in the Stateful Node.
Configure integrations for the VMs in the Stateful Node.
properties:
insights:
type: object
description: |
Set insights for the the Stateful Node.
Configure insights for the the stateful node.
properties:
isEnabled:
type: boolean
description: |
Enable insights for the Stateful Node.
Enable insights for the stateful node.
dataCollectionRuleId:
type: string
description:
Expand Down

0 comments on commit 1ec6365

Please sign in to comment.