Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Webhook ¶
type Webhook interface { // Review will handle the admission reviewand return the AdmissionResponse with the result of the admission // error, mutation... Review(ctx context.Context, ar *admissionv1beta1.AdmissionReview) *admissionv1beta1.AdmissionResponse }
Webhook knows how to handle the admission reviews, in other words Webhook is a dynamic admission webhook for Kubernetes.
Click to show internal directories.
Click to hide internal directories.