package
1.14.0-alpha.0
Repository: https://github.com/linxiulei/kubernetes.git
Documentation: pkg.go.dev

# Functions

WalkPkg recursively visits all packages under pkgName.

# Variables

ErrSkipPkg can be returned by a VisitFunc to indicate that the package in question should not be walked any further.

# Type aliases

VisitFunc is a function called by WalkPkg to examine a single package.