Skip to content

Commit

Permalink
Merge branch '7.0-dev' into 8.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeDavitt committed Jan 6, 2025
2 parents ba29972 + 4d4c264 commit 3d8f2f0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/examples/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"managed": true,
"labels": [],
"autoRecoverPowerState": false,
"useAgent": null,
"tags": [],
"serviceEntry": null,
"createdBy": {
Expand Down
1 change: 1 addition & 0 deletions components/examples/clusterCreate.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"managed": true,
"labels": [],
"autoRecoverPowerState": false,
"useAgent": null,
"tags": [],
"serviceEntry": null,
"createdBy": {
Expand Down
1 change: 1 addition & 0 deletions components/examples/clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"managed": true,
"labels": [],
"autoRecoverPowerState": false,
"useAgent": null,
"tags": [],
"serviceEntry": null,
"createdBy": {
Expand Down
4 changes: 4 additions & 0 deletions components/schemas/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ properties:
type: boolean
description: Automatically Power on VMs
default: false
useAgent:
type: string
description: Use the Agent to relay communications for the Kubernetes API instead of direct.
nullable: true
serviceEntry:
type: string
nullable: true
Expand Down
3 changes: 3 additions & 0 deletions components/schemas/clusterUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ properties:
enabled:
type: boolean
description: Cluster enabled
useAgent:
type: boolean
description: Use the Agent to relay communications for the Kubernetes API instead of direct.
serviceUrl:
type: string
description: Cluster API Url
Expand Down

0 comments on commit 3d8f2f0

Please sign in to comment.