package exec
import "k8s.io/kubernetes/plugin/pkg/admission/exec"
Index ¶
- func NewDenyEscalatingExec() admission.Interface
- func NewDenyExecOnPrivileged() admission.Interface
- func Register(plugins *admission.Plugins)
Functions ¶
func NewDenyEscalatingExec ¶
NewDenyEscalatingExec creates a new admission controller that denies an exec operation on a pod using host based configurations.
func NewDenyExecOnPrivileged ¶
NewDenyExecOnPrivileged creates a new admission controller that is only checking the privileged option. This is for legacy support of the DenyExecOnPrivileged admission controller. Most of the time NewDenyEscalatingExec should be preferred.
func Register ¶
Register registers a plugin
Source Files ¶
admission.go
- Version
- v1.7.10
- Published
- Nov 3, 2017
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 6 minutes ago –
Tools for package owners.