Skip to content

Commit

Permalink
Add new bool field EnableSharedDir to StartConfig
Browse files Browse the repository at this point in the history
This will be used to pass in the desired enable or disable
behavior for shared dirs to the machine.Start api
  • Loading branch information
anjannath authored and praveenkumar committed Aug 5, 2022
1 parent 00fafc4 commit a9031ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/crc/machine/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ type StartConfig struct {

// Preset
Preset crcpreset.Preset

// Shared dirs
EnableSharedDirs bool
}

type ClusterConfig struct {
Expand Down

0 comments on commit a9031ad

Please sign in to comment.