Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpowermac committed Aug 28, 2024
1 parent c5731da commit dff5476
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/v1/types_infrastructure.go
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,6 @@ type VSpherePlatformFailureDomainSpec struct {
// +kubebuilder:validation:MinLength=1
// +kubebuilder:validation:MaxLength=80
// +kubebuilder:validation:Required
// +optional
Zone string `json:"zone"`

// zoneType defines the type of zone that is used for this failure domain. The current available options
Expand Down
3 changes: 3 additions & 0 deletions machine/v1beta1/types_vsphereprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ type Workspace struct {
// ResourcePool is the resource pool in which VMs are created/located.
// +optional
ResourcePool string `gcfg:"resourcepool-path,omitempty" json:"resourcePool,omitempty"`
// VMGroup is the cluster vm group in which virtual machines will be added for vm host group based zonal.
// +optional
VMGroup string `gcfg:"vmGroup,omitempty" json:"vmGroup,omitempty"`
}

// VSphereMachineProviderStatus is the type that will be embedded in a Machine.Status.ProviderStatus field.
Expand Down
1 change: 1 addition & 0 deletions machine/v1beta1/zz_generated.swagger_doc_generated.go

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

9 changes: 8 additions & 1 deletion openapi/generated_openapi/zz_generated.openapi.go

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

5 changes: 5 additions & 0 deletions openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10543,6 +10543,7 @@
"required": [
"name",
"region",
"zone",
"server",
"topology"
],
Expand Down Expand Up @@ -22387,6 +22388,10 @@
"server": {
"description": "Server is the IP address or FQDN of the vSphere endpoint.",
"type": "string"
},
"vmGroup": {
"description": "VMGroup is the cluster vm group in which virtual machines will be added for vm host group based zonal.",
"type": "string"
}
}
},
Expand Down

0 comments on commit dff5476

Please sign in to comment.