package
12.0.0+incompatible
Repository: https://github.com/kubernetes/client-go.git
Documentation: pkg.go.dev
# Structs
CodeExitError is an implementation of ExitError consisting of an error object and an exit code (the upper bits of os.exec.ExitStatus).
# Interfaces
ExitError is an interface that presents an API similar to os.ProcessState, which is what ExitError from os/exec is.