github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/api/types/volume/volume_update.go (about)

     1  package volume // import "github.com/docker/docker/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  }