Documentation ¶
Index ¶
Constants ¶
View Source
const ( EventTypeAnnotationKey = "integrityshield.io/eventType" EventResultAnnotationKey = "integrityshield.io/eventResult" EventTypeValueVerifyResult = "verify-result" EventTypeAnnotationValueDeny = "deny" )
View Source
const AnnotationKeyDomain = "integrityshield.io"
View Source
const ImageRefAnnotationKeyShield = "integrityshield.io/signature"
View Source
const SignatureAnnotationTypeShield = "IntegrityShield"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResultFromRequestHandler ¶
type ResultFromRequestHandler struct { Allow bool `json:"allow"` Message string `json:"message"` Profile string `json:"profile,omitempty"` }
func RequestHandler ¶
func RequestHandler(req admission.Request, paramObj *k8smnfconfig.ParameterObject) *ResultFromRequestHandler
Click to show internal directories.
Click to hide internal directories.