Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAdmissionServer ¶
func RunAdmissionServer(admissionHooks ...AdmissionHook)
Types ¶
type AdmissionHook ¶
type AdmissionHook apiserver.AdmissionHook
AdmissionHook is what callers provide, in the mutating, the validating variant or implementing even both interfaces. We define it here to limit how much of the import tree callers have to deal with for this plugin. This means that callers need to match levels of apimachinery, api, client-go, and apiserver.
type MutatingAdmissionHook ¶
type MutatingAdmissionHook apiserver.MutatingAdmissionHook
type ValidatingAdmissionHook ¶
type ValidatingAdmissionHook apiserver.ValidatingAdmissionHook
Click to show internal directories.
Click to hide internal directories.