Skip to content

Commit

Permalink
feat: Add CIUpgrade field on VirtualMachineConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
alperencelik committed Sep 3, 2024
1 parent d9fb68f commit faee06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ type VirtualMachineConfig struct {
Searchdomain string `json:"searchdomain,omitempty"`
SSHKeys string `json:"sshkeys,omitempty"`
CICustom string `json:"cicustom,omitempty"`
CIUpgrade int `json:"ciupgrade,omitempty"`

// Cloud-init interfaces
IPConfigs map[string]string `json:"-"`
Expand Down

0 comments on commit faee06a

Please sign in to comment.