-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move package_parameters.VmdkPackageParameters -> config.VmdkOptions
- remove unused `VmdkPackageParameters.CopyFrom()` method
- Loading branch information
Showing
7 changed files
with
14 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package config | ||
|
||
type VmdkOptions struct { | ||
OSVersion string `yaml:"os_version"` | ||
OutputDir string `yaml:"output_dir"` | ||
Version string `yaml:"version"` | ||
VMDKFile string `yaml:"vmdk_file"` | ||
} |
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
package_stemcell/package_parameters/vmdk_package_parameters.go
This file was deleted.
Oops, something went wrong.
227 changes: 0 additions & 227 deletions
227
package_stemcell/package_parameters/vmdk_package_parameters_test.go
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters