FixerVSphereNetworkDisk changes vsphere-iso network and networkCard fields into a network adapter and changes the disk_size, disk_thin_provisioned, and disk_eagerly_scrub into a storage adapter
| 11 | // into a network adapter and changes the disk_size, disk_thin_provisioned, and |
| 12 | // disk_eagerly_scrub into a storage adapter |
| 13 | type FixerVSphereNetworkDisk struct{} |
| 14 | |
| 15 | func (FixerVSphereNetworkDisk) DeprecatedOptions() map[string][]string { |
| 16 | return map[string][]string{ |
nothing calls this directly
no outgoing calls
no test coverage detected