mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
audit-types: add Panic stage
This commit is contained in:
parent
451d0a436c
commit
3e9c8aaac6
@ -61,6 +61,8 @@ const (
|
|||||||
// The stage for events generated once the response body has been completed, and no more bytes
|
// The stage for events generated once the response body has been completed, and no more bytes
|
||||||
// will be sent.
|
// will be sent.
|
||||||
StageResponseComplete = "ResponseComplete"
|
StageResponseComplete = "ResponseComplete"
|
||||||
|
// The stage for events generated when a panic occured.
|
||||||
|
StagePanic = "Panic"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Event captures all the information that can be included in an API audit log.
|
// Event captures all the information that can be included in an API audit log.
|
||||||
|
@ -62,6 +62,8 @@ const (
|
|||||||
// The stage for events generated once the response body has been completed, and no more bytes
|
// The stage for events generated once the response body has been completed, and no more bytes
|
||||||
// will be sent.
|
// will be sent.
|
||||||
StageResponseComplete = "ResponseComplete"
|
StageResponseComplete = "ResponseComplete"
|
||||||
|
// The stage for events generated when a panic occured.
|
||||||
|
StagePanic = "Panic"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Event captures all the information that can be included in an API audit log.
|
// Event captures all the information that can be included in an API audit log.
|
||||||
|
Loading…
Reference in New Issue
Block a user