Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VHD (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - github.com/prometheus/procfs: [v0.0.2 → v0.1.3](https://github.com/prometheus/procfs/compare/v0.0.2...v0.1.3)
    - github.com/rubiojr/go-vhd: [0bfd3b3 → 02e2102](https://github.com/rubiojr/go-vhd/compare/0bfd3b3...02e2102)
    - github.com/sirupsen/logrus: [v1.4.2 → v1.6.0](https://github.com/sirupsen/logrus/compare/v1.4.2...v1.6.0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    						DiskName:    "foo",
    						DataDiskURI: "https://blob/vhds/bar.vhd",
    					},
    				},
    			},
    		}, {
    			name: "AzureDisk empty disk name",
    			vol: core.Volume{
    				Name: "azure-disk",
    				VolumeSource: core.VolumeSource{
    					AzureDisk: &core.AzureDiskVolumeSource{
    						DiskName:    "",
    						DataDiskURI: "https://blob/vhds/bar.vhd",
    					},
    				},
    			},
    			errs: []verr{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top