github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/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  }