Home
last modified time | relevance | path

Searched refs:VsphereVolume (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/csi-translation-lib/plugins/
H A Dvsphere_volume.go115 if volume == nil || volume.VsphereVolume == nil {
128 VolumeHandle: volume.VsphereVolume.VolumePath,
129 FSType: volume.VsphereVolume.FSType,
136 if volume.VsphereVolume.StoragePolicyName != "" {
145 if pv == nil || pv.Spec.VsphereVolume == nil {
150 VolumeHandle: pv.Spec.VsphereVolume.VolumePath,
151 FSType: pv.Spec.VsphereVolume.FSType,
154 if pv.Spec.VsphereVolume.StoragePolicyName != "" {
157 pv.Spec.VsphereVolume = nil
184 return pv != nil && pv.Spec.VsphereVolume != nil
[all …]
H A Dvsphere_volume_test.go187 VsphereVolume: &v1.VsphereVirtualDiskVolumeSource{
238 VsphereVolume: &v1.VsphereVirtualDiskVolumeSource{
305 VsphereVolume: &v1.VsphereVirtualDiskVolumeSource{
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/vsphere_volume/
H A Dvsphere_volume_test.go56 …if !plug.CanSupport(&volume.Spec{Volume: &v1.Volume{VolumeSource: v1.VolumeSource{VsphereVolume: &…
60 …ersistentVolumeSpec{PersistentVolumeSource: v1.PersistentVolumeSource{VsphereVolume: &v1.VsphereVi…
105 VsphereVolume: &v1.VsphereVirtualDiskVolumeSource{
166 …if persistentSpec.Spec.PersistentVolumeSource.VsphereVolume.VolumePath != "[local] test-volume-nam…
167 … returned unexpected path %s", persistentSpec.Spec.PersistentVolumeSource.VsphereVolume.VolumePath)
170 if persistentSpec.Spec.PersistentVolumeSource.VsphereVolume.StoragePolicyName != "gold" {
171 …ed storagepolicy name %s", persistentSpec.Spec.PersistentVolumeSource.VsphereVolume.StoragePolicyN…
H A Dvsphere_volume.go91 return (spec.PersistentVolume != nil && spec.PersistentVolume.Spec.VsphereVolume != nil) ||
92 (spec.Volume != nil && spec.Volume.VsphereVolume != nil)
169 VsphereVolume: &v1.VsphereVirtualDiskVolumeSource{
333 if spec.PersistentVolume != nil && spec.PersistentVolume.Spec.VsphereVolume == nil {
339 volPath: spec.PersistentVolume.Spec.VsphereVolume.VolumePath,
413 VsphereVolume: &v1.VsphereVirtualDiskVolumeSource{
460 if spec.Volume != nil && spec.Volume.VsphereVolume != nil {
461 return spec.Volume.VsphereVolume, spec.ReadOnly, nil
463 spec.PersistentVolume.Spec.VsphereVolume != nil {
464 return spec.PersistentVolume.Spec.VsphereVolume, spec.ReadOnly, nil
H A Dvsphere_volume_block_test.go67 if spec.PersistentVolume.Spec.VsphereVolume.VolumePath != testVolumePath {
68 …valid volumePath from GlobalMapPath spec: %s", spec.PersistentVolume.Spec.VsphereVolume.VolumePath)
118 …t.Fatalf("Invalid GlobalMapPath from spec: %s", spec.PersistentVolume.Spec.VsphereVolume.VolumePat…
141 VsphereVolume: &v1.VsphereVirtualDiskVolumeSource{
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/storage/vsphere/
H A Dvsphere_stress.go159 …is attached to the node VM: %v", logPrefix, persistentvolumes[0].Spec.VsphereVolume.VolumePath, po…
160 …, verifyDiskAttachedError := diskIsAttached(persistentvolumes[0].Spec.VsphereVolume.VolumePath, po…
164 …v is accessible in the pod: %v", logPrefix, persistentvolumes[0].Spec.VsphereVolume.VolumePath, po…
171 … be detached from the node: %v", logPrefix, persistentvolumes[0].Spec.VsphereVolume.VolumePath, po…
172 …err = waitForVSphereDiskToDetach(persistentvolumes[0].Spec.VsphereVolume.VolumePath, pod.Spec.Node…
H A Dvsphere_volume_diskformat.go152 isAttached, err := diskIsAttached(pv.Spec.VsphereVolume.VolumePath, nodeName)
157 …framework.ExpectEqual(verifyDiskFormat(client, nodeName, pv.Spec.VsphereVolume.VolumePath, diskFor…
160 volumePaths = append(volumePaths, pv.Spec.VsphereVolume.VolumePath)
H A Dvsphere_utils.go156 VsphereVolume: &v1.VsphereVirtualDiskVolumeSource{
321 volumes[index].VolumeSource.VsphereVolume = vsphereVolume
379 isAttached, err := diskIsAttached(pv.Spec.VsphereVolume.VolumePath, nodeName)
381 …ched, true, fmt.Sprintf("disk %v is not attached with the node", pv.Spec.VsphereVolume.VolumePath))
392 volumePath := pv.Spec.VsphereVolume.VolumePath
428 return pv.Spec.VsphereVolume.VolumePath
H A Dvsphere_volume_fstype.go114 detachVolume(f, client, pod, persistentvolumes[0].Spec.VsphereVolume.VolumePath)
138 detachVolume(f, client, pod, persistentvolumes[0].Spec.VsphereVolume.VolumePath)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/security/podsecuritypolicy/util/
H A Dutil.go66 string(policy.VsphereVolume),
121 case v.VsphereVolume != nil:
122 return policy.VsphereVolume, nil
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go37VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,omit… member
162 b.VsphereVolume = value
H A Dvolumesource.go43VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,om… member
217 b.VsphereVolume = value
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go37VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,omit… member
162 b.VsphereVolume = value
H A Dvolumesource.go43VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,om… member
217 b.VsphereVolume = value
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go37VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,omit… member
162 b.VsphereVolume = value
H A Dvolumesource.go43VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,om… member
217 b.VsphereVolume = value
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go37VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,omit… member
162 b.VsphereVolume = value
H A Dvolumesource.go43VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,om… member
217 b.VsphereVolume = value
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go37VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,omit… member
162 b.VsphereVolume = value
H A Dvolumesource.go43VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,om… member
217 b.VsphereVolume = value
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go37VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,omit… member
162 b.VsphereVolume = value
H A Dvolumesource.go43VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,om… member
217 b.VsphereVolume = value
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go37VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,omit… member
162 b.VsphereVolume = value
H A Dvolumesource.go43VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,om… member
217 b.VsphereVolume = value
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go37VsphereVolume *VsphereVirtualDiskVolumeSourceApplyConfiguration `json:"vsphereVolume,omit… member
162 b.VsphereVolume = value

12345678910>>...13