Skip to content

Commit

Permalink
Merge pull request #1565 from RadekManak/azure-zone-no-pointer
Browse files Browse the repository at this point in the history
OCPBUGS-17851: AzureMachineProviderSpec convert zone to non-pointer
  • Loading branch information
openshift-merge-robot committed Aug 22, 2023
2 parents a7ca92d + 9c0a3a9 commit cd0541b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion machine/v1beta1/types_azureprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type AzureMachineProviderSpec struct {
// Availability Zone for the virtual machine.
// If nil, the virtual machine should be deployed to no zone
// +optional
Zone *string `json:"zone,omitempty"`
Zone string `json:"zone,omitempty"`
// NetworkResourceGroup is the resource group for the virtual machine's network
// +optional
NetworkResourceGroup string `json:"networkResourceGroup,omitempty"`
Expand Down
5 changes: 0 additions & 5 deletions machine/v1beta1/zz_generated.deepcopy.go

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

0 comments on commit cd0541b

Please sign in to comment.