Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Deserializer = codecs.UniversalDeserializer()
)
Functions ¶
func Handler ¶
func Handler(validator Validator) http.HandlerFunc
Types ¶
type Validator ¶
type Validator interface { Log(keyVals ...interface{}) Resource() string Validate(review *admissionv1.AdmissionRequest) (bool, error) }
Click to show internal directories.
Click to hide internal directories.