MCPcopy
hub / github.com/moby/moby / VolumeUpdate

Method VolumeUpdate

client/client_interfaces.go:222–222  ·  view source on GitHub ↗
(ctx context.Context, volumeID string, options VolumeUpdateOptions)

Source from the content-addressed store, hash-verified

220 VolumeInspect(ctx context.Context, volumeID string, options VolumeInspectOptions) (VolumeInspectResult, error)
221 VolumeList(ctx context.Context, options VolumeListOptions) (VolumeListResult, error)
222 VolumeUpdate(ctx context.Context, volumeID string, options VolumeUpdateOptions) (VolumeUpdateResult, error)
223 VolumeRemove(ctx context.Context, volumeID string, options VolumeRemoveOptions) (VolumeRemoveResult, error)
224 VolumePrune(ctx context.Context, options VolumePruneOptions) (VolumePruneResult, error)
225}

Callers 2

TestVolumeUpdateErrorFunction · 0.65
TestVolumeUpdateFunction · 0.65

Implementers 1

Clientclient/client.go

Calls

no outgoing calls

Tested by 2

TestVolumeUpdateErrorFunction · 0.52
TestVolumeUpdateFunction · 0.52