package
1.13.0-alpha.3
Repository: https://github.com/harche/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.