Skip to content

Commit

Permalink
Bump CRD version and fix generated crds
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Fedotov <[email protected]>
  • Loading branch information
anfedotoff committed Mar 29, 2024
1 parent 670fb6d commit 436774e
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -318,10 +322,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -612,6 +612,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -630,10 +634,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -971,6 +971,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -989,10 +993,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -1283,6 +1283,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -1301,10 +1305,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -1543,6 +1543,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -1561,10 +1565,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -1855,6 +1855,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -1873,10 +1877,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -318,10 +322,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
stackTrace:
description: Enable stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -612,6 +612,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -630,10 +634,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
stackTrace:
description: Enable stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -971,6 +971,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -989,10 +993,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
stackTrace:
description: Enable stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -1283,6 +1283,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -1301,10 +1305,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
stackTrace:
description: Enable stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -1543,6 +1543,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -1561,10 +1565,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
stackTrace:
description: Enable stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down Expand Up @@ -1855,6 +1855,10 @@ spec:
argUrl:
description: A URL for the getUrl action
type: string
kernelStackTrace:
description: Enable kernel stack trace export. Only
valid with the post action.
type: boolean
rateLimit:
description: A time period within which repeated
messages will not be posted. Can be specified
Expand All @@ -1873,10 +1877,6 @@ spec:
process or thread caused the action. Only valid
with the post action and with a rateLimit specified.
type: string
stackTrace:
description: Enable stack trace export. Only valid
with the post action.
type: boolean
userStackTrace:
description: Enable user stack trace export. Only
valid with the post action.
Expand Down
Loading

0 comments on commit 436774e

Please sign in to comment.