...

Package mounttest

import "k8s.io/kubernetes/test/images/agnhost/mounttest"
Overview
Index

Overview ▾

Index ▾

Package files

mt.go mt_utils.go

Variables

CmdMounttest is used by agnhost Cobra.

var CmdMounttest = &cobra.Command{
    Use:   "mounttest",
    Short: "Creates files with given permissions and outputs FS type, owner, mode, permissions, contents of files",
    Long:  "Creates files with specific file permissions, and outputs the filesystem type, owner, mode, permissions, content of the given files, if they exist.",
    Args:  cobra.MaximumNArgs(0),
    Run:   main,
}