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.13
- Published
- Nov 17, 2017
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 10 seconds ago –
Tools for package owners.