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

# Functions

NewDenyEscalatingExec creates a new admission controller that denies an exec operation on a pod using host based configurations.
NewDenyExecOnPrivileged creates a new admission controller that is only checking the privileged option.
Register registers a plugin.

# Constants

DenyEscalatingExec indicates name of admission plugin.
DenyExecOnPrivileged indicates name of admission plugin.

# Structs

DenyExec is an implementation of admission.Interface which says no to a pod/exec on a pod using host based configurations.