Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewWebhookHandler ¶
func (*Handler) ValidateHandler ¶
func (h *Handler) ValidateHandler(w http.ResponseWriter, req *http.Request)
type WorkloadReview ¶
type WorkloadReview struct { AdmissionReview *admissionv1.AdmissionReview ObjectMeta metav1.ObjectMeta Deployment appsv1.Deployment DaemonSet appsv1.DaemonSet StatefulSet appsv1.StatefulSet CronJob batchv1.CronJob Job batchv1.Job }
func (*WorkloadReview) PodTemplateAnnotations ¶
func (r *WorkloadReview) PodTemplateAnnotations(key string) string
Click to show internal directories.
Click to hide internal directories.