Home
last modified time | relevance | path

Searched refs:GCEPersistentDisk (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/csi-translation-lib/plugins/
H A Dgce_pd.go166 if volume == nil || volume.GCEPersistentDisk == nil {
170 pdSource := volume.GCEPersistentDisk
214 if pv == nil || pv.Spec.GCEPersistentDisk == nil {
227 volID = fmt.Sprintf(volIDZonalFmt, UnspecifiedValue, zones[0], pv.Spec.GCEPersistentDisk.PDName)
234 volID = fmt.Sprintf(volIDRegionalFmt, UnspecifiedValue, region, pv.Spec.GCEPersistentDisk.PDName)
237 …volID = fmt.Sprintf(volIDZonalFmt, UnspecifiedValue, UnspecifiedValue, pv.Spec.GCEPersistentDisk.P…
240 gceSource := pv.Spec.PersistentVolumeSource.GCEPersistentDisk
261 pv.Spec.PersistentVolumeSource.GCEPersistentDisk = nil
300 pv.Spec.GCEPersistentDisk = gceSource
309 return pv != nil && pv.Spec.GCEPersistentDisk != nil
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/gcepd/
H A Dgce_pd.go97 return (spec.PersistentVolume != nil && spec.PersistentVolume.Spec.GCEPersistentDisk != nil) ||
98 (spec.Volume != nil && spec.Volume.GCEPersistentDisk != nil)
171 if spec.Volume != nil && spec.Volume.GCEPersistentDisk != nil {
172 return spec.Volume.GCEPersistentDisk, spec.Volume.GCEPersistentDisk.ReadOnly, nil
174 spec.PersistentVolume.Spec.GCEPersistentDisk != nil {
175 return spec.PersistentVolume.Spec.GCEPersistentDisk, spec.ReadOnly, nil
231 if spec.PersistentVolume != nil && spec.PersistentVolume.Spec.GCEPersistentDisk == nil {
237 pdName: spec.PersistentVolume.Spec.GCEPersistentDisk.PDName,
270 pdName := spec.PersistentVolume.Spec.GCEPersistentDisk.PDName
312 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
[all …]
H A Dgce_pd_block_test.go68 if spec.PersistentVolume.Spec.GCEPersistentDisk.PDName != testPdName {
69 …("Invalid pdName from GlobalMapPath spec: %s", spec.PersistentVolume.Spec.GCEPersistentDisk.PDName)
88 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
136 …t.Fatalf("Invalid GlobalMapPath from spec: %s", spec.PersistentVolume.Spec.GCEPersistentDisk.PDNam…
H A Dgce_pd_test.go57 …pport(&volume.Spec{Volume: &v1.Volume{VolumeSource: v1.VolumeSource{GCEPersistentDisk: &v1.GCEPers…
60 …sistentVolumeSpec{PersistentVolumeSource: v1.PersistentVolumeSource{GCEPersistentDisk: &v1.GCEPers…
125 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
190 if persistentSpec.Spec.PersistentVolumeSource.GCEPersistentDisk.PDName != "test-gce-volume-name" {
191 …ned unexpected volume ID: %s", persistentSpec.Spec.PersistentVolumeSource.GCEPersistentDisk.PDName)
266 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
303 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/scheduler/framework/plugins/volumerestrictions/
H A Dvolume_restrictions.go65 if volume.GCEPersistentDisk != nil && existingVolume.GCEPersistentDisk != nil {
66 disk, existingDisk := volume.GCEPersistentDisk, existingVolume.GCEPersistentDisk
202 if v.GCEPersistentDisk == nil && v.AWSElasticBlockStore == nil && v.RBD == nil && v.ISCSI == nil {
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/
H A Dkubelet_volumes_test.go59 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
67 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
121 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
150 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
179 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
225 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
280 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
382 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
462 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/volumemanager/cache/
H A Dactual_state_of_world_test.go51 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
98 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
142 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
193 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
267 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
348 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
367 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
477 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
570 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
620 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
H A Ddesired_state_of_world_test.go48 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
93 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
300 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
353 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
375 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
397 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/security/podsecuritypolicy/util/
H A Dutil.go52 string(policy.GCEPersistentDisk),
87 case v.GCEPersistentDisk != nil:
88 return policy.GCEPersistentDisk, nil
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/attachdetach/testing/
H A Dtestvolumespec.go45 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
107 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
248 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
291 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
369 return spec.PersistentVolume.Spec.PersistentVolumeSource.GCEPersistentDisk.PDName, nil
407 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/scheduler/framework/plugins/nodevolumelimits/
H A Dnon_csi.go401 if vol.GCEPersistentDisk != nil {
402 return vol.GCEPersistentDisk.PDName, true
408 if pv.Spec.GCEPersistentDisk != nil {
409 return pv.Spec.GCEPersistentDisk.PDName, true
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go24GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDisk,… member
58 b.GCEPersistentDisk = value
H A Dvolumesource.go26GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDis… member
81 b.GCEPersistentDisk = value
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go24GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDisk,… member
58 b.GCEPersistentDisk = value
H A Dvolumesource.go26GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDis… member
81 b.GCEPersistentDisk = value
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go24GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDisk,… member
58 b.GCEPersistentDisk = value
H A Dvolumesource.go26GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDis… member
81 b.GCEPersistentDisk = value
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go24GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDisk,… member
58 b.GCEPersistentDisk = value
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go24GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDisk,… member
58 b.GCEPersistentDisk = value
H A Dvolumesource.go26GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDis… member
81 b.GCEPersistentDisk = value
/dports/net/traefik/traefik-2.6.1/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go24GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDisk,… member
58 b.GCEPersistentDisk = value
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go24GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDisk,… member
58 b.GCEPersistentDisk = value
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/applyconfigurations/core/v1/
H A Dpersistentvolumesource.go24GCEPersistentDisk *GCEPersistentDiskVolumeSourceApplyConfiguration `json:"gcePersistentDisk,… member
58 b.GCEPersistentDisk = value
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/persistentvolume/
H A Dindex_test.go215 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
237 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
342 …PersistentVolumeSource: v1.PersistentVolumeSource{GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSo…
467 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
489 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
536 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
583 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
631 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
655 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
677 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{},
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/attachdetach/populator/
H A Ddesired_state_of_world_populator_test.go58 GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
74 generatedVolumeName := "fake-plugin/" + pod.Spec.Volumes[0].GCEPersistentDisk.PDName

12345678910>>...16