Commit cd48a674 authored by wackxu's avatar wackxu

mini fix about typo

parent f02f438a
...@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and ...@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// Package volume implements a controller to manage volume attach and detach // Package attachdetach implements a controller to manage volume attach and detach
// operations. // operations.
package attachdetach package attachdetach
......
...@@ -654,7 +654,7 @@ func (pm *VolumePluginMgr) FindCreatablePluginBySpec(spec *Spec) (ProvisionableV ...@@ -654,7 +654,7 @@ func (pm *VolumePluginMgr) FindCreatablePluginBySpec(spec *Spec) (ProvisionableV
return nil, fmt.Errorf("no creatable volume plugin matched") return nil, fmt.Errorf("no creatable volume plugin matched")
} }
// FindAttachablePluginBySpec fetches a persistent volume plugin by name. // FindAttachablePluginBySpec fetches a persistent volume plugin by spec.
// Unlike the other "FindPlugin" methods, this does not return error if no // Unlike the other "FindPlugin" methods, this does not return error if no
// plugin is found. All volumes require a mounter and unmounter, but not // plugin is found. All volumes require a mounter and unmounter, but not
// every volume will have an attacher/detacher. // every volume will have an attacher/detacher.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment