Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdmissionPlugin ¶
type AdmissionPlugin interface { // Admit takes an admission review and a boolean flag if the // mutation of specs (i.e. patching) is allowed. Admit(v1beta1.AdmissionReview, bool) *v1beta1.AdmissionResponse }
Click to show internal directories.
Click to hide internal directories.