Skip to content

Commit

Permalink
Update hcloudmachine_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayanta66 authored Feb 27, 2024
1 parent a2c12d6 commit 4d71e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1beta1/hcloudmachine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ type HCloudMachineSpec struct {
Type HCloudMachineType `json:"type"`

// ImageName is the reference to the Machine Image from which to create the machine instance.
// ImageName can reference an image uploaded to Hetzner API in two ways: either directly as the name of an image or as the label of an image.
// It can reference an image uploaded to Hetzner API in two ways: either directly as the name of an image or as the label of an image.
// +kubebuilder:validation:MinLength=1
ImageName string `json:"imageName"`

// SSHKeys define Machine-specific SSH keys and override cluster-wide SSH keys.
// SSHKeys define machine-specific SSH keys and override cluster-wide SSH keys.
// +optional
SSHKeys []SSHKey `json:"sshKeys,omitempty"`

Expand Down

0 comments on commit 4d71e93

Please sign in to comment.