fix some typos in api types
Kubernetes-commit: a1cee9ab3bc50310498554f3929676b577943062
This commit is contained in:
parent
e1ac2a82c6
commit
a9d3dd8d8f
|
@ -68,7 +68,7 @@ const (
|
|||
// The stage for events generated once the response body has been completed, and no more bytes
|
||||
// will be sent.
|
||||
StageResponseComplete = "ResponseComplete"
|
||||
// The stage for events generated when a panic occured.
|
||||
// The stage for events generated when a panic occurred.
|
||||
StagePanic = "Panic"
|
||||
)
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ const (
|
|||
// The stage for events generated once the response body has been completed, and no more bytes
|
||||
// will be sent.
|
||||
StageResponseComplete = "ResponseComplete"
|
||||
// The stage for events generated when a panic occured.
|
||||
// The stage for events generated when a panic occurred.
|
||||
StagePanic = "Panic"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue