Versions in this module Expand all Collapse all v1 v1.4.0 Nov 9, 2024 v1.3.0 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