Merge pull request #66895 from ctriple/master

Automatic merge from submit-queue (batch tested with PRs 61212, 66369, 66446, 66895, 66969). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

pkg/volume/cephfs: fix doc typo, nfs -> cephfs
pull/8/head
Kubernetes Submit Queue 2018-08-14 21:18:15 -07:00 committed by GitHub
commit bc60801d18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// Package nfs contains the internal representation of Ceph file system // Package cephfs contains the internal representation of Ceph file system
// (CephFS) volumes. // (CephFS) volumes.
package cephfs // import "k8s.io/kubernetes/pkg/volume/cephfs" package cephfs // import "k8s.io/kubernetes/pkg/volume/cephfs"