Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PhotonPersistentDiskVolumeSource (0.53 sec)

  1. pkg/api/pod/warnings_test.go

    			expected: nil,
    		},
    		{
    			name: "photon",
    			template: &api.PodTemplateSpec{Spec: api.PodSpec{
    				Volumes: []api.Volume{
    					{Name: "p", VolumeSource: api.VolumeSource{PhotonPersistentDisk: &api.PhotonPersistentDiskVolumeSource{}}},
    				}},
    			},
    			expected: []string{`spec.volumes[0].photonPersistentDisk: deprecated in v1.11, non-functional in v1.16+`},
    		},
    		{
    			name: "gitRepo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
Back to top