Skip to content

Commit fa044c5

Browse files
authored
chore: Add missing comment to exported type (linting) (gardener#336)
Resolves this particular linting issue, see gardener#335
1 parent d185d21 commit fa044c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/driver/executor/executor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ type Executor struct {
3232
Config *api.MachineProviderConfig
3333
}
3434

35+
// CreateMachineResult represents the result of a CreateMachine call (internal IP addresses + provider ID of VM).
3536
type CreateMachineResult struct {
3637
ProviderID string
3738
InternalIPs []string

0 commit comments

Comments
 (0)