Versions in this module Expand all Collapse all v0 v0.1.4 Nov 10, 2024 Changes in this version + type AdmitError struct + func NewBadRequest(message string) AdmitError + func NewConflict(message string) AdmitError + func NewInternalError(message string) AdmitError + func NewInvalidError(message string, field string) AdmitError + func NewMethodNotAllowed(message string) AdmitError + func (e AdmitError) AsResult() *metav1.Status + func (e AdmitError) Error() string