package sanity
import "k8s.io/kubernetes/pkg/kubectl/cmd/util/sanity"
Index ¶
- Variables
- func CheckCmdTree(cmd *cobra.Command, checks []CmdCheck, skip []string) []error
- func CheckExamples(cmd *cobra.Command) []error
- func CheckLongDesc(cmd *cobra.Command) []error
- type CmdCheck
Variables ¶
var ( AllCmdChecks = []CmdCheck{ CheckLongDesc, CheckExamples, } )
Functions ¶
func CheckCmdTree ¶
func CheckExamples ¶
func CheckLongDesc ¶
Types ¶
type CmdCheck ¶
Source Files ¶
cmd_sanity.go
- Version
- v1.6.0-beta.2
- Published
- Mar 8, 2017
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 36 seconds ago –
Tools for package owners.