package exec

import "k8s.io/kubernetes/plugin/pkg/admission/exec"

Index

Functions

func NewDenyEscalatingExec

func NewDenyEscalatingExec() admission.Interface

NewDenyEscalatingExec creates a new admission controller that denies an exec operation on a pod using host based configurations.

func NewDenyExecOnPrivileged

func NewDenyExecOnPrivileged() admission.Interface

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

func Register(plugins *admission.Plugins)

Register registers a plugin

Source Files

admission.go

Version
v1.8.13-beta.0
Published
Apr 23, 2018
Platform
js/wasm
Imports
9 packages
Last checked
2 minutes ago

Tools for package owners.