mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 03:18:57 +00:00
pkg/volume/cephfs: fix doc typo, nfs -> cephfs
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user