Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 50 additions & 47 deletions api/v1alpha1/agent/spec.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions api/v1alpha1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,23 @@ components:
nullable: true
minLength: 1

ClusterFeatures:
type: object
properties:
drsEnabled:
type: boolean
default: false
description: "Whether DRS (Distributed Resource Scheduler) is enabled for this cluster"
drsMode:
type: string
enum: ["Fully Automated", "Partially Automated", "Manual", "None"]
default: "None"
description: "DRS automation mode for the cluster"
storageDrsEnabled:
type: boolean
default: false
description: "Whether Storage DRS is enabled for this cluster"

SourceCreate:
type: object
properties:
Expand Down Expand Up @@ -2210,6 +2227,8 @@ components:
deprecated: true
nullable: true
$ref: "#/components/schemas/VCenter"
clusterFeatures:
$ref: "#/components/schemas/ClusterFeatures"
vms:
$ref: "#/components/schemas/VMs"
infra:
Expand Down
Loading
Loading