import "k8s.io/kubernetes/test/images/agnhost/mounttest"
var CmdMounttest = &cobra.Command{ Use: "mounttest", Short: "Creates files with given permissions and outputs FS type, owner, mode, permissions, contents of files", Long: "" /* 149 byte string literal not displayed */, Args: cobra.MaximumNArgs(0), Run: main, }
CmdMounttest is used by agnhost Cobra.
Package mounttest imports 6 packages (graph) and is imported by 2 packages. Updated 2020-10-14. Refresh now. Tools for package owners.