github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/api/types/volume/volume_update.go (about) 1 package volume // import "github.com/Prakhar-Agarwal-byte/moby/api/types/volume" 2 3 // UpdateOptions is configuration to update a Volume with. 4 type UpdateOptions struct { 5 // Spec is the ClusterVolumeSpec to update the volume to. 6 Spec *ClusterVolumeSpec `json:"Spec,omitempty"` 7 }