Skip to content

Commit

Permalink
fixup: go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidumea committed Oct 18, 2024
1 parent 7680f8e commit d5f109b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/kubeadm/api/v1beta1/kubeadmconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -687,4 +687,5 @@ type Filesystem struct {
// MountPoints defines input for generated mounts in cloud-init.
type MountPoints []string

// BootCommand defines input for each bootcmd command in cloud-init.
type BootCommand []string
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,5 @@ type Filesystem struct {
// MountPoints defines input for generated mounts in cloud-init.
type MountPoints []string

// BootCommand defines input for each bootcmd command in cloud-init.
type BootCommand []string
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,5 @@ type Filesystem struct {
// MountPoints defines input for generated mounts in cloud-init.
type MountPoints []string

// BootCommand defines input for each bootcmd command in cloud-init.
type BootCommand []string

0 comments on commit d5f109b

Please sign in to comment.