Home
last modified time | relevance | path

Searched refs:volumeID (Results 1 – 25 of 1498) sorted by relevance

12345678910>>...60

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/cinder/
H A Dattacher.go134 volumeID, _, _, err := getVolumeInfo(spec)
153 volumeID, instanceID, err)
187 volumeID, _, _, err := getVolumeInfo(spec)
193 volumeIDList = append(volumeIDList, volumeID)
195 volumeSpecMap[volumeID] = spec
207 for volumeID, attached := range attachedResult {
209 spec := volumeSpecMap[volumeID]
219 volumeID, _, _, err := getVolumeInfo(spec)
262 volumeID, _, _, err := getVolumeInfo(spec)
378 volumeID := path.Base(volumeName)
[all …]
H A Dattacher_test.go119 volumeID := "disk"
323 volumeID string member
338 if va[i].volumeID < va[j].volumeID {
341 if va[i].volumeID > va[j].volumeID {
412 volumeID string member
433 volumeID string member
440 volumeID string member
463 if expected.volumeID != volumeID {
537 if expected.volumeID != volumeID {
561 if expected.volumeID != volumeID {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/openstack/
H A Dopenstack_volumes.go335 volume, err := os.getVolume(volumeID)
379 volume, err := os.getVolume(volumeID)
460 return volumes.getVolume(volumeID)
498 fmt.Sprintf("virtio-%s", volumeID),
550 volumeID, diskPattern, err)
587 used, err := os.diskIsUsed(volumeID)
601 err = volumes.deleteVolume(volumeID)
670 for _, volumeID := range volumeIDs {
673 attached[volumeID] = true
676 attached[volumeID] = isAttached
[all …]
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Detach(ctx context.Context, volumeID string) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
46 return s.doAction(ctx, volumeID, request)
55 return s.doAction(ctx, volumeID, request)
60 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
66 path := storageAllocationActionPath(volumeID)
82 return s.doAction(ctx, volumeID, request)
86 path := storageAllocationActionPath(volumeID)
135 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/libopenstorage/openstorage/volume/
H A Dvolume.go73 Lock(volumeID string) (interface{}, error)
79 GetVol(volumeID string) (*api.Volume, error)
83 DeleteVol(volumeID string) error
105 Flush(volumeID string) error
114 Restore(volumeID string, snapshotID string) error
123 Stats(volumeID string, cumulative bool) (*api.Stats, error)
126 UsedSize(volumeID string) (uint64, error)
145 Delete(volumeID string) error
148 Mount(volumeID string, mountPath string) error
153 Unmount(volumeID string, mountPath string) error
[all …]
H A Dvolume_not_supported.go24 func (b *blockNotSupported) Attach(volumeID string, attachOptions map[string]string) (string, error…
28 func (b *blockNotSupported) Detach(volumeID string, unmountBeforeDetach bool) error {
34 func (s *snapshotNotSupported) Snapshot(volumeID string, readonly bool, locator *api.VolumeLocator)…
38 func (s *snapshotNotSupported) Restore(volumeID, snapshotID string) error {
44 func (i *ioNotSupported) Read(volumeID string, buffer []byte, size uint64, offset int64) (int64, er…
48 func (i *ioNotSupported) Write(volumeID string, buffer []byte, size uint64, offset int64) (int64, e…
52 func (i *ioNotSupported) Flush(volumeID string) error {
60 volumeID string,
67 func (s *statsNotSupported) UsedSize(volumeID string) (uint64, error) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
127 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
130 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go14 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
16 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
17 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
39 return s.doAction(ctx, volumeID, request)
48 return s.doAction(ctx, volumeID, request)
53 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
59 path := storageAllocationActionPath(volumeID)
75 return s.doAction(ctx, volumeID, request)
79 path := storageAllocationActionPath(volumeID)
128 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
127 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
127 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
127 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go14 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
16 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
17 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
39 return s.doAction(ctx, volumeID, request)
48 return s.doAction(ctx, volumeID, request)
53 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
59 path := storageAllocationActionPath(volumeID)
75 return s.doAction(ctx, volumeID, request)
79 path := storageAllocationActionPath(volumeID)
128 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
127 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
130 func storageAllocationActionPath(volumeID string) string {
[all …]
H A Dstorage_actions_test.go15 volumeID = "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
24 mux.HandleFunc("/v2/volumes/"+volumeID+"/actions", func(w http.ResponseWriter, r *http.Request) {
39 _, _, err := client.StorageActions.Attach(ctx, volumeID, dropletID)
48 volumeID := "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
71 _, _, err := client.StorageActions.DetachByDropletID(ctx, volumeID, dropletID)
80 volumeID := "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
87 action, _, err := client.StorageActions.Get(ctx, volumeID, 456)
101 volumeID := "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
117 actions, resp, err := client.StorageActions.List(ctx, volumeID, nil)
136 volumeID := "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go14 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
16 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
17 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
39 return s.doAction(ctx, volumeID, request)
48 return s.doAction(ctx, volumeID, request)
53 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
59 path := storageAllocationActionPath(volumeID)
75 return s.doAction(ctx, volumeID, request)
79 path := storageAllocationActionPath(volumeID)
128 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go14 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
16 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
17 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
39 return s.doAction(ctx, volumeID, request)
48 return s.doAction(ctx, volumeID, request)
53 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
59 path := storageAllocationActionPath(volumeID)
75 return s.doAction(ctx, volumeID, request)
79 path := storageAllocationActionPath(volumeID)
128 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
127 func storageAllocationActionPath(volumeID string) string {
[all …]
H A Dstorage_actions_test.go15 volumeID = "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
24 mux.HandleFunc("/v2/volumes/"+volumeID+"/actions", func(w http.ResponseWriter, r *http.Request) {
39 _, _, err := client.StorageActions.Attach(ctx, volumeID, dropletID)
48 volumeID := "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
71 _, _, err := client.StorageActions.DetachByDropletID(ctx, volumeID, dropletID)
80 volumeID := "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
87 action, _, err := client.StorageActions.Get(ctx, volumeID, 456)
101 volumeID := "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
108 actions, _, err := client.StorageActions.List(ctx, volumeID, nil)
122 volumeID := "98d414c6-295e-4e3a-ac58-eb9456c1e1d1"
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
127 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/sysutils/doctl/doctl-1.68.0/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go13 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
15 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
16 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
38 return s.doAction(ctx, volumeID, request)
47 return s.doAction(ctx, volumeID, request)
52 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
58 path := storageAllocationActionPath(volumeID)
74 return s.doAction(ctx, volumeID, request)
78 path := storageAllocationActionPath(volumeID)
130 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/digitalocean/vendor/github.com/digitalocean/godo/
H A Dstorage_actions.go14 Attach(ctx context.Context, volumeID string, dropletID int) (*Action, *Response, error)
16 Get(ctx context.Context, volumeID string, actionID int) (*Action, *Response, error)
17 List(ctx context.Context, volumeID string, opt *ListOptions) ([]Action, *Response, error)
39 return s.doAction(ctx, volumeID, request)
48 return s.doAction(ctx, volumeID, request)
53 path := fmt.Sprintf("%s/%d", storageAllocationActionPath(volumeID), actionID)
59 path := storageAllocationActionPath(volumeID)
75 return s.doAction(ctx, volumeID, request)
79 path := storageAllocationActionPath(volumeID)
128 func storageAllocationActionPath(volumeID string) string {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/volume/
H A Dinspect_test.go20 volumeInspectFunc func(volumeID string) (types.Volume, error)
28 volumeInspectFunc: func(volumeID string) (types.Volume, error) {
42 volumeInspectFunc: func(volumeID string) (types.Volume, error) {
43 if volumeID == "foo" {
72 volumeInspectFunc func(volumeID string) (types.Volume, error)
77 volumeInspectFunc: func(volumeID string) (types.Volume, error) {
78 if volumeID != "foo" {
87 volumeInspectFunc: func(volumeID string) (types.Volume, error) {
88 return *Volume(VolumeName(volumeID), VolumeLabels(map[string]string{
106 volumeInspectFunc := func(volumeID string) (types.Volume, error) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/volume/
H A Dinspect_test.go20 volumeInspectFunc func(volumeID string) (types.Volume, error)
28 volumeInspectFunc: func(volumeID string) (types.Volume, error) {
42 volumeInspectFunc: func(volumeID string) (types.Volume, error) {
43 if volumeID == "foo" {
72 volumeInspectFunc func(volumeID string) (types.Volume, error)
77 volumeInspectFunc: func(volumeID string) (types.Volume, error) {
78 if volumeID != "foo" {
87 volumeInspectFunc: func(volumeID string) (types.Volume, error) {
88 return *Volume(VolumeName(volumeID), VolumeLabels(map[string]string{
106 volumeInspectFunc := func(volumeID string) (types.Volume, error) {
[all …]

12345678910>>...60