Versions in this module Expand all Collapse all v0 v0.0.4 Dec 28, 2022 v0.0.3 Dec 18, 2022 Changes in this version + type AdmitV1Beta1Func func(review v1beta1.AdmissionReview) *v1beta1.AdmissionResponse + type AdmitV1Func func(review v1.AdmissionReview) *v1.AdmissionResponse v0.0.2 Dec 1, 2022 v0.0.1 Dec 1, 2022 Changes in this version + var Codecs = serializer.NewCodecFactory(scheme) + type AdmitHandler struct + V1 admitV1Func + V1beta1 admitV1Beta1Func + func WrapToAdminV1(f admitV1Func) AdmitHandler